the activator

This commit is contained in:
Adam Bradley
2015-07-23 00:51:29 -05:00
parent d67ba6f7c1
commit 96a84e593b
10 changed files with 274 additions and 34 deletions

View File

@@ -28,7 +28,7 @@ $button-material-border-radius: 3px !default;
background-color 0.2s $animation-curve-default,
color 0.2s $animation-curve-default;
&:active, &.activated {
&.activated {
box-shadow: $button-material-box-shadow-active;
}
@@ -68,7 +68,6 @@ $button-material-border-radius: 3px !default;
}
}
&:active,
&.activated {
opacity: 1;
background-color: get-color($color, base);
@@ -84,7 +83,7 @@ $button-material-border-radius: 3px !default;
background-color: get-color($color, base);
}
}
&:active,
&.activated {
opacity: 1;
background: transparent;
@@ -98,10 +97,11 @@ $button-material-border-radius: 3px !default;
color: get-color($color, inverse);
}
&:hover, &.hover {
&:hover,
&.hover {
background-color: rgba(158, 158, 158, 0.2);
}
&:active, &.active {
&:activated {
background-color: rgba(158, 158, 158, 0.4);
}
}