Skip to content

Commit

Permalink
fix(button): add transparent background for clear/outline windows but…
Browse files Browse the repository at this point in the history
…tons

references #6202
  • Loading branch information
brandyscarney committed Apr 27, 2016
1 parent 4252448 commit da5c065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ionic/components/button/button.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit da5c065

Please sign in to comment.