remove .hover css

This commit is contained in:
Adam Bradley
2015-09-18 21:46:15 -05:00
parent 703a3678e6
commit db714ce341
12 changed files with 36 additions and 139 deletions

View File

@@ -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>