Commit Graph

45 Commits

Author SHA1 Message Date
Adam Bradley
630c6481ff csscomb mixins 2014-03-19 12:39:01 -05:00
Boston Dell-Vandenberg
73ba2a405f feat(grid): Remove column offset with responsive grid breaks 2014-03-19 11:48:44 -04:00
Max Lynch
00bb385af7 Added animation direction mixin 2014-03-18 15:57:13 -05:00
Adam Bradley
8fae85e9e6 fix(grid): Correct responsive grid breaks for col-XX, closes #803 2014-03-15 21:35:13 -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
Adam Bradley
e81bd96528 replace css comments w/ sass comments 2014-03-14 14:19:46 -05:00
Georgi Knox
35a052970b Fixes #630 added utility colors to toggles 2014-03-09 23:03:08 +11: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
e34cda69e4 refactor transform mixins 2014-02-20 16:29:35 -06:00
Adam Bradley
c27427f336 fix active class for list items and complex items, closes #498 2014-02-11 17:14:13 -06:00
Adam Bradley
1cdb999e56 feat(grid): Added classes, variables and mixins for responsive grid options 2014-02-11 10:06:34 -06:00
UniRing
bc927e57e7 feat(tabs): allow badges on tabbar via bound badge attr 2014-02-05 11:38:06 -05:00
Adam Bradley
2779609766 improve list animations, closes #105 2013-12-13 22:33:17 -06:00
Adam Bradley
288f418e8c transition transform mixin and fixes 2013-12-13 15:22:32 -06:00
Max Lynch
6514bc24a4 More scroll prog 2013-11-27 17:25:01 -06:00
Adam Bradley
b4145e32ed text-size-adjust, tap-highlight-transparent and touch-callout mixins 2013-11-27 08:25:12 -06:00
Adam Bradley
a1688b3771 font-smoothing mixin 2013-11-27 07:43:00 -06:00
Adam Bradley
521b0aefbe tidy up 2013-11-26 23:30:20 -06:00
Adam Bradley
d96456a234 mixins cleanup 2013-11-26 23:18:41 -06:00
Adam Bradley
a04dc02dee firefox .button-bar, fixes #176 2013-11-22 10:11:26 -06:00
Adam Bradley
c358a9cef0 .item.active states only for <a> and <button> 2013-11-20 15:51:35 -06:00
Adam Bradley
38153c5cd8 range updates 2013-11-20 11:54:00 -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
d82a35352c range colours 2013-11-19 21:07:49 -06:00
Adam Bradley
136ba7262d active list bg fix 2013-11-18 10:05:55 -06:00
Adam Bradley
1dd3816918 update icon alignment w/in .item 2013-11-15 23:19:16 -06:00
Max Lynch
6a88748f7f Fixed #128 - tab item centering 2013-11-15 19:47:47 -06:00
Adam Bradley
e60d1fc0c5 badge colours 2013-11-14 09:32:13 -06:00
Adam Bradley
68ae41f115 rename variables to use css conventions 2013-11-14 08:57:05 -06:00
Adam Bradley
4b623f6c86 fix item-complex active state 2013-11-14 08:43:07 -06:00
Adam Bradley
b5d14ee43a closes #125 2013-11-14 08:12:44 -06:00
Adam Bradley
fdf0c01d98 .item styles/active states 2013-11-13 16:10:37 -06:00
Adam Bradley
cff2f307fb mega color overhaul 2013-11-11 22:33:13 -06:00
Max Lynch
6058afeb51 Fixed #98 - list active state 2013-11-08 17:44:24 -06:00
Adam Bradley
724a259474 init grid system 2013-11-07 15:01:37 -06:00
Adam Bradley
858d9172d1 scss formatting cleanup 2013-11-07 13:34:52 -06:00
Adam Bradley
d125956e4f mixin cleanup 2013-11-07 13:16:22 -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
Adam Bradley
0b7c6ada06 ios7 css integration 2013-09-26 12:23:03 -05:00
Max Lynch
ea9698b47b Header and button styles 2013-09-25 13:43:39 -05:00
Max Lynch
02db453c70 Updated button styles to Ben's taste 2013-09-25 11:33:29 -05:00
Max Lynch
a05f9064ad Reduced markup required for tabs, added styles 2013-09-12 10:55:11 -05:00
Max Lynch
5c01651d8c List view styles and base fixes 2013-09-11 19:47:11 -05:00
Adam Bradley
292ff90193 css structure combine 2013-09-10 13:49:08 -05:00