Skip to content

Commit

Permalink
fix(checkbox): ripple color does not change (#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored and kara committed Feb 3, 2017
1 parent fb0cf8a commit 7ac29f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/checkbox/_checkbox-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
}

.md-checkbox:not(.md-checkbox-disabled) {
md-checkbox:not(.md-checkbox-disabled) {
&.md-primary .md-checkbox-ripple .md-ripple-foreground {
background-color: md-color($primary, 0.26);
}
Expand Down

0 comments on commit 7ac29f8

Please sign in to comment.