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] {
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 {

View File

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