fix(button): add transparent background for clear/outline windows buttons

references #6202
This commit is contained in:
Brandy Carney
2016-04-27 12:19:50 -04:00
parent 42524480a0
commit da5c065ffa

View File

@@ -171,6 +171,7 @@ $button-wp-fab-border-radius: 50% !default;
$fg-color: color-shade($color-base, 5%);
border-color: $fg-color;
color: $fg-color;
background-color: transparent;
&:hover:not(.disable-hover) {
border-color: $fg-color;
@@ -210,6 +211,7 @@ $button-wp-fab-border-radius: 50% !default;
.button-clear-#{$color-name} {
$fg-color: $color-base;
color: $fg-color;
background-color: transparent;
&.activated {
background-color: $button-wp-clear-background-color-activated;