This commit is contained in:
k00b 2024-11-21 08:52:24 -06:00
parent eb3efbef57
commit 96e5c6c51c
1 changed files with 10 additions and 8 deletions

View File

@ -5,11 +5,6 @@
-webkit-touch-callout: none;
}
.upvote:hover {
fill: var(--hover-fill) !important;
filter: var(--hover-filter) !important;
}
.boost {
fill: var(--theme-clickToContextColor);
user-select: none;
@ -17,9 +12,16 @@
-webkit-touch-callout: none;
}
.boost:hover {
fill: var(--hover-fill) !important;
filter: var(--hover-filter) !important;
@media (hover: hover) {
.upvote:hover {
fill: var(--hover-fill) !important;
filter: var(--hover-filter) !important;
}
.boost:hover {
fill: var(--hover-fill) !important;
filter: var(--hover-filter) !important;
}
}
.boost.boosted {