Skip to content

Commit

Permalink
chore: revert "fix(button-toggle): missing hover state (angular#1733)" (
Browse files Browse the repository at this point in the history
angular#1779)

This reverts commit 15cd28b.
  • Loading branch information
jelbourn authored and rolandjitsu committed Nov 10, 2016
1 parent 7e94447 commit a778a03
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/lib/button-toggle/_button-toggle-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
@mixin md-button-toggle-theme($theme) {
$foreground: map-get($theme, foreground);

.md-button-toggle-checked, md-button-toggle:not(.md-button-toggle-disabled):hover {
.md-button-toggle-label-content {
background-color: md-color($md-grey, 300);
}
.md-button-toggle-checked .md-button-toggle-label-content {
background-color: md-color($md-grey, 300);
}

.md-button-toggle-disabled .md-button-toggle-label-content {
background-color: md-color($foreground, disabled);
}
Expand Down

0 comments on commit a778a03

Please sign in to comment.