This commit is contained in:
Max Lynch
2015-07-20 16:59:03 -05:00
parent e5c51fb85e
commit 5acfe0e963

View File

@ -47,7 +47,7 @@ $button-material-border-radius: 3px !default;
&[#{$color}] {
@if $color != "#fff" {
@if lightness(get-color($color, base)) < 80 {
.md-ripple {
background-color: white;
}