From da5c065ffa20de88f8c6033aa5b1f806981d09b5 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 27 Apr 2016 12:19:50 -0400 Subject: [PATCH] fix(button): add transparent background for clear/outline windows buttons references #6202 --- ionic/components/button/button.wp.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ionic/components/button/button.wp.scss b/ionic/components/button/button.wp.scss index cad97df1b40..ba17ab9d065 100644 --- a/ionic/components/button/button.wp.scss +++ b/ionic/components/button/button.wp.scss @@ -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;