fix bolt color hover on mobile
This commit is contained in:
parent
71619dfa2c
commit
aa7c233177
@ -185,8 +185,9 @@ export default function UpVote ({ item, className }) {
|
|||||||
className={`${disabled ? styles.noSelfTips : ''} ${styles.upvoteWrapper}`}
|
className={`${disabled ? styles.noSelfTips : ''} ${styles.upvoteWrapper}`}
|
||||||
>
|
>
|
||||||
<UpBolt
|
<UpBolt
|
||||||
onMouseEnter={() => setHover(true)}
|
onPointerEnter={() => setHover(true)}
|
||||||
onMouseLeave={() => setHover(false)}
|
onMouseLeave={() => setHover(false)}
|
||||||
|
onTouchEnd={() => setHover(false)}
|
||||||
width={26}
|
width={26}
|
||||||
height={26}
|
height={26}
|
||||||
className={
|
className={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user