Adam Bradley
0e11a087a2
refactor(toggle): platform config toggle styles
2015-01-21 12:55:12 -06:00
Adam Bradley
6a2be56b4b
refactor(toggle): material design toggle
2015-01-16 16:56:11 -06:00
Adam Bradley
9172b19c3d
refactor(toggle): iOS css/transition updates
2015-01-15 16:53:13 -06:00
Raymond Penners
780a6d05ea
Limited scope of toggle fix to Android 4.2
2014-05-19 22:57:16 +02:00
Raymond Penners
856abfb0e7
Toggle button not rendered correctly on Android ( closes #1363 )
2014-05-12 22:48:06 +02:00
Adam Bradley
45106a6acf
fix(toggle): Right side padding for item-complex, closes #1091
2014-05-02 13:36:22 -05:00
Adam Bradley
f4745c3689
enable/disable toggle pointer-events w/ css only, closes #1185
2014-04-28 12:37:44 -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
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