Skip to content

Commit

Permalink
fix(VListItem): remove hover effect when not clickable (#19506)
Browse files Browse the repository at this point in the history
fixes #19005

Co-authored-by: John Leider <john@vuetifyjs.com>
  • Loading branch information
De-Hann and johnleider committed Mar 28, 2024
1 parent 5f6c723 commit 7f86562
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vuetify/src/components/VList/VListItem.sass
Expand Up @@ -47,6 +47,10 @@
> .v-icon
opacity: #{$list-item-icon-active-opacity}

&:not(.v-list-item--link)
.v-list-item__overlay
opacity: calc(#{map.get(settings.$states, 'activated')} * var(--v-theme-overlay-multiplier))

&--rounded
@include tools.rounded($list-item-rounded-border-radius)

Expand Down

0 comments on commit 7f86562

Please sign in to comment.