button clear updates

This commit is contained in:
Adam Bradley
2015-07-23 14:05:57 -05:00
parent b58cffab88
commit 7e047a7435
2 changed files with 5 additions and 5 deletions

View File

@ -255,6 +255,10 @@ a[button] {
&[clear] { &[clear] {
color: $fg-color; color: $fg-color;
background: none; background: none;
&.activated {
opacity: 0.4;
}
} }
} }

View File

@ -93,15 +93,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);
} }
&:activated { &.activated {
background-color: rgba(158, 158, 158, 0.4); background-color: rgba(158, 158, 158, 0.4);
} }
} }