mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +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] {
|
&[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 {
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user