Skip to content

Commit

Permalink
fix(select): add pointer event none on chevron
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 12, 2023
1 parent 6622491 commit 12a3ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/components/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export default plugin.withOptions(
},
},
[`.${prefix}select-chevron`]: {
'@apply pointer-event-none': {},
[`@apply text-${config.select.chevron.text} absolute end-0 top-0 flex items-center justify-center transition-transform duration-${config.select.chevron.duration}`]:
{},
},
Expand Down

0 comments on commit 12a3ac0

Please sign in to comment.