This commit is contained in:
Max Lynch
2015-07-20 17:44:48 -05:00
parent 1f0015ce12
commit 00b14daee4
2 changed files with 22 additions and 46 deletions

View File

@ -85,6 +85,16 @@ $button-material-border-radius: 3px !default;
background: transparent;
}
}
&[clear] {
box-shadow: none;
&:hover, &.hover {
background-color: rgba(158, 158, 158, 0.2);
}
&:active, &.active {
background-color: rgba(158, 158, 158, 0.4);
}
}
}
}
}