mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(button): refactors button's css to work in chrome/safari
This commit is contained in:
@@ -1,28 +1,37 @@
|
||||
|
||||
<ion-toolbar>
|
||||
<ion-title>Full Buttons</ion-title>
|
||||
</ion-toolbar>
|
||||
|
||||
<ion-content>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
<a button full href="#">a[button][full]</a>
|
||||
<button full>button[full]</button>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
<a button full href="#">
|
||||
<ion-icon name="help-circle"></ion-icon>
|
||||
a[button][full] + icon
|
||||
</a>
|
||||
<button full>
|
||||
<ion-icon name="help-circle"></ion-icon>
|
||||
button[full] + icon
|
||||
</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a button full outline secondary href="#">a[button][full][outline][secondary]</a>
|
||||
<button full outline secondary>button[full][outline][secondary]</button>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
<a button full clear light href="#">a[button][full][clear][light]</a>
|
||||
<button full clear light>button[full][clear][light]</button>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
<a button full clear dark href="#">a[button][full][clear][dark]</a>
|
||||
<button full clear dark>button[full][clear][dark]</button>
|
||||
</div>
|
||||
|
||||
</ion-content>
|
||||
</p>
|
||||
</ion-content>
|
||||
Reference in New Issue
Block a user