Commit Graph

14 Commits

Author SHA1 Message Date
Adam Bradley
445d9420b6 refactor(checkbox): Reduce checkbox on/off transition timing 2014-04-16 15:11:41 -05:00
Adam Bradley
dfbb376552 rename .checkbox-handle to .checkbox-icon 2014-04-07 14:03:48 -05:00
Adam Bradley
b0b446d5d9 fix(checkbox): Remove tap highlight and fix checkbox appearance in Firefox, closes #496 2014-04-07 13:25:54 -05:00
Adam Bradley
5238f8f3dd fix(checkbox): stretch checkbox's clickable area to full width 2014-04-04 15:36:55 -05:00
Adam Bradley
7f94a62d40 vertically align checkbox w/ top:50% / negative margin to prevent android issues 2014-04-01 22:31:30 -05:00
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
Georgi Knox
d22617872d Fixes #746 with the ability to now style checkboxes with the utility colours. No specified color class defaults to stable style 2014-03-08 11:24:37 -06:00
Adam Bradley
717148d986 fix(checkbox): Fix checkmark in Android 2.3 2014-03-03 16:21:57 -06:00
Adam Bradley
c21ef207ef align checkbox checkmark, #closes 445 2014-01-20 22:09:27 -06:00
Adam Bradley
aae39e64f5 z-index variables 2013-12-12 11:35:31 -06:00
Adam Bradley
62edf5fcc4 checkbox scss cleanup 2013-11-26 23:59:57 -06:00
Adam Bradley
cc865ef10a checkbox active state fix 2013-11-14 08:31: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