Commit Graph

26 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
7ec0605e06 fix(button): Tweak vertical alignment of button icons, closes #739 2014-03-10 10:45:40 -05:00
Adam Bradley
c168b489b5 feat(button): Increase hit area size of a button 2014-02-18 11:56:58 -06:00
Adam Bradley
6acba8da3e fix(buttonIcon): fix vertical-align in safari, closes #554 2014-02-09 23:25:58 -06:00
Adam Bradley
38420c8127 fix(buttonIcon): float left icon-left, closes #515 2014-02-09 23:03:29 -06:00
Adam Bradley
af9354b3e5 change button height to 42px, fixes #491 2014-01-29 22:31:50 -06:00
Adam Bradley
7bd6363ea7 tweak header/button sizes, and ionicons update 2014-01-20 20:47:22 -06:00
Adam Bradley
76d185125a button-block fix for input, closes #340 2014-01-11 00:10:49 -06:00
Adam Bradley
1f0a94a26e disable button css, closes #335 2014-01-11 00:01:12 -06:00
Adam Bradley
d9eb0440e6 list updates 2013-12-12 20:24:59 -06:00
Adam Bradley
1a2e4f9609 button icons with just icon classname, closes #230 2013-11-29 20:33:50 -06:00
Adam Bradley
00f7362695 scss cleanup 2013-11-26 23:57:48 -06:00
Adam Bradley
7cd915c36f fix .button-icon active 2013-11-22 14:01:58 -06:00
Adam Bradley
cbf9a92e9e .button-icon vertical centering .icon when in .bar, closes #168 2013-11-20 10:02:41 -06:00
Adam Bradley
1495f457bb .button-icon active state, closes #103 2013-11-19 12:18:54 -06:00
Adam Bradley
76f3277c25 change button clear/outline colors 2013-11-18 09:04:12 -06:00
Adam Bradley
75d73d4973 fix button-clear, outline 2013-11-16 21:21:51 -06:00
Adam Bradley
bfbb61e22a update .button-icon padding, closes #106 2013-11-15 22:07:29 -06:00
Max Lynch
d349c100fb Fixed #141 - button-block 2013-11-15 21:23:25 -06:00
Adam Bradley
2007774cdd remove primary/secondary/tertiary colours 2013-11-13 08:53:31 -06:00
Adam Bradley
b3966d87e0 colour name changes 2013-11-12 13:40:29 -06:00
Adam Bradley
6fa24cbf5a button color selector updates 2013-11-12 12:41:13 -06:00
Adam Bradley
8a82dbe725 speling is hard, closes #123 2013-11-12 12:35:53 -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
e8aa4a859b reorg scss folder, closes #92 2013-11-07 10:58:36 -06:00