Skip to content

Commit

Permalink
fix(VBtnToggle): plain variant button opacity when selected (#20279)
Browse files Browse the repository at this point in the history
fixes #20142
  • Loading branch information
SonTT19 authored Nov 3, 2024
1 parent a72df88 commit bfe6310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vuetify/src/components/VBtnToggle/VBtnToggle.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
.v-btn-toggle
> .v-btn.v-btn--active:not(.v-btn--disabled)
@include tools.active-states('> .v-btn__overlay', $btn-toggle-selected-opacity)

&.v-btn--variant-plain
opacity: 1

0 comments on commit bfe6310

Please sign in to comment.