Skip to content

Commit

Permalink
fix(VList): disabled pointer events for disabled item
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk committed Jul 23, 2019
1 parent 294fa0c commit 71771da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vuetify/src/components/VList/VListItem.sass
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
text-decoration: none
user-select: none

&--disabled
pointer-events: none

// Element
.v-list-item__action
align-self: center
Expand Down

0 comments on commit 71771da

Please sign in to comment.