Skip to content

Commit da5c065

Browse files
committed
fix(button): add transparent background for clear/outline windows buttons
references #6202
1 parent 4252448 commit da5c065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ionic/components/button/button.wp.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ $button-wp-fab-border-radius: 50% !default;
171171
$fg-color: color-shade($color-base, 5%);
172172
border-color: $fg-color;
173173
color: $fg-color;
174+
background-color: transparent;
174175

175176
&:hover:not(.disable-hover) {
176177
border-color: $fg-color;
@@ -210,6 +211,7 @@ $button-wp-fab-border-radius: 50% !default;
210211
.button-clear-#{$color-name} {
211212
$fg-color: $color-base;
212213
color: $fg-color;
214+
background-color: transparent;
213215

214216
&.activated {
215217
background-color: $button-wp-clear-background-color-activated;

0 commit comments

Comments
 (0)