Skip to content

Commit a778a03

Browse files
jelbournrolandjitsu
authored andcommitted
chore: revert "fix(button-toggle): missing hover state (angular#1733)" (angular#1779)
This reverts commit 15cd28b.
1 parent 7e94447 commit a778a03

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/lib/button-toggle/_button-toggle-theme.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
@mixin md-button-toggle-theme($theme) {
66
$foreground: map-get($theme, foreground);
77

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-
}
8+
.md-button-toggle-checked .md-button-toggle-label-content {
9+
background-color: md-color($md-grey, 300);
1210
}
13-
1411
.md-button-toggle-disabled .md-button-toggle-label-content {
1512
background-color: md-color($foreground, disabled);
1613
}

0 commit comments

Comments
 (0)