forked from mirror/pixelfed
remove underline on hover of buttons
This commit is contained in:
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…
Reference in New Issue