fix #1628
This commit is contained in:
parent
eb3efbef57
commit
96e5c6c51c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue