Commit Graph

21 Commits

Author SHA1 Message Date
Adam Bradley
baa04cde4d feat(active): Removing use of :active in favor of .active for more control of active state
Using the :active pseudo works fine for desktop, but mobile is a
completely different beast, especially with the quirks of each
platform. By intentionally not using any :active selectors and manually
adding/removing a .active class, it gives us a precise control on how
the active state works for ALL platforms. Additionally, this places
less selectors in the css, and reduces the possibility of unnecessary
repaints. Currently this method of using .active instead of :active is
being applied to .button and .item elements.
2014-03-15 01:12:56 -05:00
Adam Bradley
c91622b760 fix(actionsheet): Use transition instead of animation for backdrop, fix for Android 2.3 2014-03-10 11:40:50 -05:00
Adam Bradley
668c646faa fix(actionsheet): Dismiss actionsheet when tapping backdrop, closes #733 2014-03-06 08:08:27 -06:00
Adam Bradley
44b31e1887 fix(actionsheet): Fix slide-up animation, closes #713 2014-03-05 16:07:59 -06:00
Adam Bradley
1503cc7213 fix(actionsheet): Actionsheet in modal has pointer-events enabled, closes #660 2014-02-22 21:22:35 -06:00
Max Lynch
9f82ca1f27 Fixed #449 - Action Sheet Width on Android 2014-01-22 09:00:06 -06:00
Adam Bradley
aae39e64f5 z-index variables 2013-12-12 11:35:31 -06:00
Andrew Chen
3be9805b03 Update _action-sheet.scss
see #310
2013-12-12 11:14:16 +08:00
Adam Bradley
4b08a9362c use mixins for animations 2013-11-26 23:29:41 -06:00
Max Lynch
a8bb330c82 Fixed #214 2013-11-25 14:36:47 -06:00
Max Lynch
4646f5d459 Fixed #201 #215 #210 2013-11-25 14:26:34 -06:00
Adam Bradley
0f52edd1b4 Merge branch 'master' of https://github.com/driftyco/ionic
Conflicts:
	scss/_variables.scss
2013-11-13 09:01:04 -06:00
Adam Bradley
2007774cdd remove primary/secondary/tertiary colours 2013-11-13 08:53:31 -06:00
Max Lynch
4cfeebd730 Much improved action sheets. Fixes #131 2013-11-12 23:58:18 -06:00
Max Lynch
a7330cdd41 More action sheet styles and animations 2013-11-12 23:55:48 -06:00
Max Lynch
3f89bca290 Lots of action sheet work 2013-11-12 23:25:57 -06:00
Adam Bradley
656499d755 removed "brand-" prefix from colors 2013-11-12 09:26:16 -06:00
Adam Bradley
cff2f307fb mega color overhaul 2013-11-11 22:33:13 -06:00
Adam Bradley
858d9172d1 scss formatting cleanup 2013-11-07 13:34:52 -06:00
Adam Bradley
992d8b6227 actionsheet css touch up 2013-11-07 13:09:42 -06:00
Adam Bradley
e8aa4a859b reorg scss folder, closes #92 2013-11-07 10:58:36 -06:00