Skip to content

Commit 0a3c710

Browse files
committed
fix(VPie): apply opacity only to chips within VChipGroup
1 parent 8540548 commit 0a3c710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/labs/VPie/VPie.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
.v-chip__content
7171
width: 100%
7272

73-
.v-chip:not(.v-chip--selected)
73+
.v-chip-group .v-chip:not(.v-chip--selected)
7474
opacity: $pie-legend-chip-disabled-opacity
7575

7676
&__text

0 commit comments

Comments
 (0)