Set cursor default on hover the own reaction
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
This commit is contained in:
parent
6943c7d2d8
commit
8573e258f8
|
@ -151,6 +151,7 @@ export default Vue.extend({
|
||||||
margin-right 6px
|
margin-right 6px
|
||||||
padding 0 6px
|
padding 0 6px
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
|
cursor pointer
|
||||||
|
|
||||||
*
|
*
|
||||||
user-select none
|
user-select none
|
||||||
|
@ -163,7 +164,6 @@ export default Vue.extend({
|
||||||
color var(--primaryForeground)
|
color var(--primaryForeground)
|
||||||
|
|
||||||
&:not(.reacted)
|
&:not(.reacted)
|
||||||
cursor pointer
|
|
||||||
background var(--reactionViewerButtonBg)
|
background var(--reactionViewerButtonBg)
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
|
|
Loading…
Reference in New Issue