mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(button): added some primary attributes to the tests to make sure the styling is right
Fixed the button primary clear, closes #354
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
<button class="activated">Default.activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<button primary>Primary</button>
|
||||
<button primary class="activated">Primary.activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<button secondary>Secondary</button>
|
||||
<button secondary class="activated">Secondary.activated</button>
|
||||
|
||||
Reference in New Issue
Block a user