mirror of
https://github.com/elk-zone/elk
synced 2024-11-27 14:28:10 +09:00
fix: disable user-select on StatusActionButton component (#1281)
This commit is contained in:
parent
7d127d397a
commit
fda85e31bc
@ -49,7 +49,7 @@ useCommand({
|
|||||||
<component
|
<component
|
||||||
:is="as"
|
:is="as"
|
||||||
v-bind="$attrs" ref="el"
|
v-bind="$attrs" ref="el"
|
||||||
w-fit flex gap-1 items-center transition-all
|
w-fit flex gap-1 items-center transition-all select-none
|
||||||
rounded group
|
rounded group
|
||||||
:hover=" !disabled ? hover : undefined"
|
:hover=" !disabled ? hover : undefined"
|
||||||
focus:outline-none
|
focus:outline-none
|
||||||
|
Loading…
Reference in New Issue
Block a user