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