mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Set cursor default on hover the own reaction
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
This commit is contained in:
parent
45e589727d
commit
93d3948e1c
1 changed files with 1 additions and 1 deletions
|
@ -151,6 +151,7 @@ export default Vue.extend({
|
|||
margin-right 6px
|
||||
padding 0 6px
|
||||
border-radius 4px
|
||||
cursor pointer
|
||||
|
||||
*
|
||||
user-select none
|
||||
|
@ -163,7 +164,6 @@ export default Vue.extend({
|
|||
color var(--primaryForeground)
|
||||
|
||||
&:not(.reacted)
|
||||
cursor pointer
|
||||
background var(--reactionViewerButtonBg)
|
||||
|
||||
&:hover
|
||||
|
|
Loading…
Add table
Reference in a new issue