-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(VBtnToggle): plain variant button opacity when selected #20279
fix(VBtnToggle): plain variant button opacity when selected #20279
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The active state for plain variant should increase opacity & change colour
Adding back overlay background looks the same as "text" variant
@include tools.active-states('> .v-btn__overlay', $btn-toggle-selected-opacity)
&.v-btn--variant-plain
- > .v-btn__overlay
- display: block
+ opacity: 1
I don't think we should remove the line |
Plain variant shouldn't have shadow/background |
e20cfec
to
2766105
Compare
4c970f9
to
6a3285f
Compare
Description
fixes #20142
Markup: