fix(segment): add disabled property to segment and segment button

rename Sass variables for opacity for consistency

references #5639
This commit is contained in:
Brandy Carney
2016-04-27 16:09:07 -04:00
parent 5030246c5d
commit 4fca31ec36
7 changed files with 126 additions and 39 deletions

View File

@@ -211,7 +211,7 @@ $button-wp-fab-border-radius: 50% !default;
.button-clear-#{$color-name} {
$fg-color: $color-base;
color: $fg-color;
background-color: transparent;
background-color: transparent;
&.activated {
background-color: $button-wp-clear-background-color-activated;