mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
fix: disable user-select on StatusActionButton component (#1281)
This commit is contained in:
parent
7d127d397a
commit
fda85e31bc
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue