fix(button-outline): changed background of button to transparent for iOS

closes #372
This commit is contained in:
Brandy Carney
2015-10-29 12:04:17 -04:00
parent 1d60848a73
commit ac6b801d90
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ button,
&[outline] { &[outline] {
border: 1px solid $button-color; border: 1px solid $button-color;
background: $background-color; background: transparent;
color: $button-color; color: $button-color;
&.activated { &.activated {
@ -27,7 +27,7 @@ button,
&[outline] { &[outline] {
border-color: $fg-color; border-color: $fg-color;
background: $background-color; background: transparent;
color: $fg-color; color: $fg-color;
&.activated { &.activated {

View File

@ -3,7 +3,7 @@
<ion-title>Outline Buttons</ion-title> <ion-title>Outline Buttons</ion-title>
</ion-toolbar> </ion-toolbar>
<ion-content padding style="text-align:center"> <ion-content padding style="text-align:center" class="outer-content">
<p> <p>
<button outline>Default</button> <button outline>Default</button>