mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
button fixes
This commit is contained in:
@@ -1,36 +1,36 @@
|
||||
|
||||
<div>
|
||||
<a class="button button-primary" href="#">a (default)</a>
|
||||
<button class="button button-primary">button (default)</button>
|
||||
<a button primary href="#">a[button]</a>
|
||||
<button primary>button</button>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a class="button button-small button-primary" href="#">a.small</a>
|
||||
<button class="button button-small button-primary">button.small</button>
|
||||
<a button small primary href="#">a[small]</a>
|
||||
<button small primary>button[small]</button>
|
||||
|
||||
<a class="button button-outline button-small button-primary" href="#">a.outline.small</a>
|
||||
<button class="button button-outline button-small button-primary">button.outline.small</button>
|
||||
<a button outline small primary href="#">a[outline][small]</a>
|
||||
<button outline small primary>button[outline][small]</button>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a class="button button-clear button-small button-primary" href="#">a.clear.small</a>
|
||||
<button class="button button-clear button-small button-primary">button.clear.small</button>
|
||||
<a button clear small primary href="#">a[clear][small]</a>
|
||||
<button clear small primary>button[clear][small]</button>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a class="button button-large button-primary" href="#">
|
||||
<a button large primary href="#">
|
||||
<span style="font-size:48px">H</span>
|
||||
<span style="font-size:38px">E</span>
|
||||
<span style="font-size:32px">L</span>
|
||||
<span style="font-size:24px">L</span>
|
||||
O</a>
|
||||
<button class="button button-large button-primary">button</button>
|
||||
<button large primary>button</button>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a class="button button-outline button-large button-primary" href="#">a</a>
|
||||
<button class="button button-outline button-large button-primary">button</button>
|
||||
<a button outline large primary href="#">a</a>
|
||||
<button outline large primary>button</button>
|
||||
|
||||
<a class="button button-clear button-large button-primary" href="#">a</a>
|
||||
<button class="button button-clear button-large button-primary">button</button>
|
||||
<a button clear large primary href="#">a</a>
|
||||
<button clear large primary>button</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user