This commit is contained in:
Max Lynch
2015-07-20 17:56:28 -05:00
parent 00b14daee4
commit 6c6e5713b7

View File

@ -88,6 +88,11 @@ $button-material-border-radius: 3px !default;
&[clear] { &[clear] {
box-shadow: none; box-shadow: none;
@if lightness(get-color($color, base)) > 90 {
color: get-color($color, inverse);
}
&:hover, &.hover { &:hover, &.hover {
background-color: rgba(158, 158, 158, 0.2); background-color: rgba(158, 158, 158, 0.2);
} }