Skip to content

Commit

Permalink
fix #1628
Browse files Browse the repository at this point in the history
  • Loading branch information
huumn committed Nov 21, 2024
1 parent eb3efbe commit 96e5c6c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions components/upvote.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,23 @@
-webkit-touch-callout: none;
}

.upvote:hover {
fill: var(--hover-fill) !important;
filter: var(--hover-filter) !important;
}

.boost {
fill: var(--theme-clickToContextColor);
user-select: none;
-webkit-user-select: none;
-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 {
Expand Down

0 comments on commit 96e5c6c

Please sign in to comment.