fixes #2185 remove underline and wrong color on hover buttons

button `Permissions` and `Visit history`
This commit is contained in:
Linty
2024-07-15 12:20:59 +02:00
parent 08087ba9bb
commit 31e12a4ab8
@@ -2233,6 +2233,12 @@ $(document).ready(function() {
width:100%;
}
.user-property-permissions a:hover,
.user-property-history a:hover {
color: inherit;
text-decoration: none;
}
.edit-username-validate,
.edit-password-validate {
display: block;