From ac6b801d903c5e3ec2e839219d4da39057ac335f Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 29 Oct 2015 12:04:17 -0400 Subject: [PATCH] fix(button-outline): changed background of button to transparent for iOS closes #372 --- ionic/components/button/button-outline.scss | 4 ++-- ionic/components/button/test/outline/main.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ionic/components/button/button-outline.scss b/ionic/components/button/button-outline.scss index fc4aade773..cf280ccc84 100644 --- a/ionic/components/button/button-outline.scss +++ b/ionic/components/button/button-outline.scss @@ -7,7 +7,7 @@ button, &[outline] { border: 1px solid $button-color; - background: $background-color; + background: transparent; color: $button-color; &.activated { @@ -27,7 +27,7 @@ button, &[outline] { border-color: $fg-color; - background: $background-color; + background: transparent; color: $fg-color; &.activated { diff --git a/ionic/components/button/test/outline/main.html b/ionic/components/button/test/outline/main.html index f234bb7043..04b4037645 100644 --- a/ionic/components/button/test/outline/main.html +++ b/ionic/components/button/test/outline/main.html @@ -3,7 +3,7 @@ Outline Buttons - +