remove underline from button-hover-state

This commit is contained in:
Felix Hamann 2018-07-08 16:37:11 +02:00
parent 8296417c1e
commit 22fc5f3aaf

View File

@ -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;
}