mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove .hover css
This commit is contained in:
@@ -3,36 +3,31 @@
|
||||
<ion-title>Default Buttons</ion-title>
|
||||
</ion-toolbar>
|
||||
|
||||
<ion-content class="padding" style="text-align:center">
|
||||
<ion-content padding style="text-align:center">
|
||||
|
||||
<p>
|
||||
<button>Default</button>
|
||||
<button class="hover">D.hover</button>
|
||||
<button class="activated">D.activated</button>
|
||||
<button class="activated">Default.activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<button secondary>Secondary</button>
|
||||
<button secondary class="hover">S.hover</button>
|
||||
<button secondary class="activated">S.activated</button>
|
||||
<button secondary class="activated">Secondary.activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<button danger>Danger</button>
|
||||
<button danger class="hover">D.hover</button>
|
||||
<button danger class="activated">D.activated</button>
|
||||
<button danger class="activated">Danger.activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<button light>Light</button>
|
||||
<button light class="hover">L.hover</button>
|
||||
<button light class="activated">L.activated</button>
|
||||
<button light class="activated">Light.activated</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<button dark>Dark</button>
|
||||
<button dark class="hover">D.hover</button>
|
||||
<button dark class="activated">D.activated</button>
|
||||
<button dark class="activated">Dark.activated</button>
|
||||
</p>
|
||||
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user