Commit Graph

12 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
Georgi Knox
35a052970b Fixes #630 added utility colors to toggles 2014-03-09 23:03:08 +11:00
Max Lynch
a8af0958f3 Expanded clickable area for toggle 2014-03-01 19:06:14 -06:00
Max Lynch
c53cd7f9d8 Added slight darkening during drag 2014-03-01 16:07:08 -06:00
Adam Bradley
2eab747d47 feat(toggle): Disable toggle w/ ng-disabled, closes #541 2014-02-06 15:57:25 -06:00
Adam Bradley
aae39e64f5 z-index variables 2013-12-12 11:35:31 -06:00
Adam Bradley
deb791a2d7 updated to use mixins 2013-11-27 08:27:26 -06:00
Adam Bradley
a76007442b closes #135 2013-11-14 08:25:10 -06:00
Adam Bradley
858d9172d1 scss formatting cleanup 2013-11-07 13:34:52 -06:00
Adam Bradley
b09e3cf412 toggle translate3d 2013-11-07 13:11:46 -06:00
Adam Bradley
284b329555 fix firefox toggle, closes #69
requires another element :(
2013-11-07 12:53:41 -06:00
Adam Bradley
e8aa4a859b reorg scss folder, closes #92 2013-11-07 10:58:36 -06:00