mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove primary/stable from examples
This commit is contained in:
@@ -35,6 +35,7 @@ $button-md-border-radius: 3px !default;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&[clear],
|
||||
&[outline] {
|
||||
box-shadow: none;
|
||||
|
||||
|
||||
@@ -10,19 +10,24 @@
|
||||
<button block>button[block]</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a button block primary href="#">a[button][block][primary]</a>
|
||||
<button block primary>button[block][primary]</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a button block outline secondary href="#">a[button][block][outline][secondary]</a>
|
||||
<button block outline secondary>button[block][outline</button>
|
||||
<button block outline secondary>button[block][outline][secondary]</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a button block clear stable href="#">a[button][block][clear]</a>
|
||||
<button block clear stable>button[block]</button>
|
||||
<a button block clear dark href="#">a[button][block][clear][dark]</a>
|
||||
<button block clear dark>button[clear][block][dark]</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a button block round href="#">a[button][block][round]</a>
|
||||
<button block round>button[block][round]</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a button block round outline href="#">a[button][block][round][outline]</a>
|
||||
<button block round outline>button[block][round][outline]</button>
|
||||
</p>
|
||||
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user