remove underline from button-hover-state
This commit is contained in:
parent
8296417c1e
commit
22fc5f3aaf
@ -280,7 +280,6 @@ input[type="button"]:not([disabled]):hover,
|
||||
button:not([disabled]):hover,
|
||||
.btn:not([disabled]):hover {
|
||||
background-color: var(--color-light);
|
||||
text-decoration: underline;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user