Fix UI elements getting underline like links (#15038)

This commit is contained in:
Mike L
2021-03-19 03:21:28 +01:00
committed by GitHub
parent 99707791ed
commit 54d7b0f8e7

View File

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