remove underline on hover of buttons

This commit is contained in:
trwnh 2019-03-22 00:47:09 -05:00
parent fb4e6f862a
commit f5d431e0b4
1 changed files with 5 additions and 0 deletions

View File

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