fix: disable user-select on StatusActionButton component (#1281)

zio/stable
John HU 2023-01-28 14:17:26 -08:00 committed by GitHub
parent 7d127d397a
commit fda85e31bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ useCommand({
<component
:is="as"
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
:hover=" !disabled ? hover : undefined"
focus:outline-none