Skip to content

Commit

Permalink
fix(VCard): apply disabled opacity to all direct children
Browse files Browse the repository at this point in the history
is not applied to .v-card__loader
  • Loading branch information
johnleider committed Jul 15, 2022
1 parent 5e57395 commit 45b1621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VCard/VCard.sass
Expand Up @@ -23,7 +23,7 @@
pointer-events: none
user-select: none

> [class*='v-card-']
>:not(.v-card__loader)
opacity: $card-disabled-opacity

&--flat
Expand Down

0 comments on commit 45b1621

Please sign in to comment.