Skip to content

Commit

Permalink
fix(VChip): prevent text selection for link chips (#19653)
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Apr 22, 2024
1 parent d5f1dc3 commit 9981395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VChip/VChip.sass
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
&--link
cursor: pointer

&--link,
&--filter
user-select: none

Expand Down

0 comments on commit 9981395

Please sign in to comment.