mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(button-outline): changed background of button to transparent for iOS
closes #372
This commit is contained in:
@ -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 {
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user