We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e94447 commit a778a03Copy full SHA for a778a03
src/lib/button-toggle/_button-toggle-theme.scss
@@ -5,12 +5,9 @@
5
@mixin md-button-toggle-theme($theme) {
6
$foreground: map-get($theme, foreground);
7
8
- .md-button-toggle-checked, md-button-toggle:not(.md-button-toggle-disabled):hover {
9
- .md-button-toggle-label-content {
10
- background-color: md-color($md-grey, 300);
11
- }
+ .md-button-toggle-checked .md-button-toggle-label-content {
+ background-color: md-color($md-grey, 300);
12
}
13
-
14
.md-button-toggle-disabled .md-button-toggle-label-content {
15
background-color: md-color($foreground, disabled);
16
0 commit comments