remove underline on hover of buttons

pull/1065/head
trwnh 6 years ago
parent fb4e6f862a
commit f5d431e0b4

@ -320,6 +320,11 @@ body, button, input, textarea {
font-size: 1.575rem;
line-height: 1;
}
.reactions button:hover {
text-decoration: none
}
}
.touch .card {

Loading…
Cancel
Save