Skip to content

Commit fbc8ed8

Browse files
committed
fix(VListItem): only apply user-select style when using a link
fixes #8648
1 parent 9cd96a8 commit fbc8ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VList/VListItem.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
padding: 0 16px
3434
position: relative
3535
text-decoration: none
36-
user-select: none
3736

3837
&--disabled
3938
pointer-events: none
@@ -195,6 +194,7 @@
195194

196195
.v-list-item--link
197196
cursor: pointer
197+
user-select: none
198198

199199
&:before
200200
background-color: currentColor

0 commit comments

Comments
 (0)