mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-30 16:30:45 +00:00
remove underline on hover of buttons
This commit is contained in:
parent
fb4e6f862a
commit
f5d431e0b4
1 changed files with 5 additions and 0 deletions
5
resources/assets/sass/custom.scss
vendored
5
resources/assets/sass/custom.scss
vendored
|
@ -320,6 +320,11 @@ body, button, input, textarea {
|
||||||
font-size: 1.575rem;
|
font-size: 1.575rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reactions button:hover {
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.touch .card {
|
.touch .card {
|
||||||
|
|
Loading…
Reference in a new issue