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