Fix UI elements getting underline like links (#15038)

mj-v1.14.3
Mike L 3 years ago committed by GitHub
parent 99707791ed
commit 54d7b0f8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@
font-size: 80%;
}
a:hover {
a:not(.ui):hover {
text-decoration: underline;
}

Loading…
Cancel
Save