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; -webkit-touch-callout: none;
} }
.upvote:hover {
fill: var(--hover-fill) !important;
filter: var(--hover-filter) !important;
}
.boost { .boost {
fill: var(--theme-clickToContextColor); fill: var(--theme-clickToContextColor);
user-select: none; user-select: none;
@ -17,9 +12,16 @@
-webkit-touch-callout: none; -webkit-touch-callout: none;
} }
.boost:hover { @media (hover: hover) {
fill: var(--hover-fill) !important; .upvote:hover {
filter: var(--hover-filter) !important; fill: var(--hover-fill) !important;
filter: var(--hover-filter) !important;
}
.boost:hover {
fill: var(--hover-fill) !important;
filter: var(--hover-filter) !important;
}
} }
.boost.boosted { .boost.boosted {