Commit Graph

51 Commits

Author SHA1 Message Date
Adam Bradley
256ab116cd update .item-avatar .item-img to .item-image for consistency w/ thumbnails 2014-03-18 22:56:13 -05:00
Adam Bradley
947b8d6943 fix(item): fix avatar/thumbnail in .item-complex, and avatar misspelling 2014-03-18 22:39:33 -05:00
Adam Bradley
ded469311d fix(badge): Badge horizontal alignment over item right side buttons, closes #826 2014-03-18 15:55:05 -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
Eric Wang
c882392a4b Fix item-input-inset active state highlight issue
Fix #798
2014-03-14 19:15:35 -07:00
Adam Bradley
28aaa27447 Item dividers should not be allowed to go active by default, closes #789 2014-03-14 11:11:05 -05:00
Adam Bradley
cb5510c184 fix(badge): Vertical align a badge in an item-divider, closes #707 2014-03-03 10:42:38 -06:00
Adam Bradley
4d3667106e fix(item): Fix badge moving to new line when text is too long, closes #551 2014-03-01 00:15:14 -06:00
Adam Bradley
11a4338d13 fix(item): Fix item-icon-left / right animating Ionicon not centered, closes #670 2014-02-28 23:44:13 -06:00
Adam Bradley
3a69bb3452 fix(item): degrade .item right arrows by grade for low end devices 2014-02-24 13:42:33 -06:00
Adam Bradley
977c1cc6e5 fix(thumbnail): Correctly apply thumbnail style to item directive, closes #509 2014-02-22 22:34:51 -06:00
Adam Bradley
327a686626 feat(item): Auto right-arrow for complex list items w/ ng-click/href, closes #472 2014-02-20 14:29:41 -06:00
Adam Bradley
82c2089b41 punk commit to kickstart travis 2014-02-11 17:21:26 -06:00
Adam Bradley
0b2d1eeb24 remove old comments 2014-02-11 17:15:12 -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
0c50fec13e feature(itemTextWrap): Set text-wrapping at the list level, closes #500 2014-02-09 22:42:10 -06:00
Adam Bradley
91652112a0 fix(listButtons): Update list button sizes, closes #478 2014-02-09 21:22:23 -06:00
Adam Bradley
a66cf95462 tweak for ionicons updates 2014-01-20 20:47:22 -06:00
Adam Bradley
1ea7218578 up z-index item-reordering 2013-12-13 22:55:15 -06: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
Adam Bradley
48a58d9278 removed link-item and onSelect 2013-12-13 09:52:10 -06:00
Adam Bradley
d9eb0440e6 list updates 2013-12-12 20:24:59 -06:00
Adam Bradley
aae39e64f5 z-index variables 2013-12-12 11:35:31 -06:00
Max Lynch
1e07b821b4 Added multi button support 2013-12-10 20:10:57 -06:00
Adam Bradley
9cb7826329 fix missing right padding for .item with .item-icon-right 2013-12-06 22:13:31 -06:00
dbaq
21ea1481ea fix missing right padding for .item with .item-icon-right 2013-12-06 17:15:03 -08:00
Adam Bradley
b70dc49a24 items scss cleanup 2013-11-27 07:43:10 -06:00
Sheldon Baker
98a43b78c0 Target only direct descendants of .item-thumbnail-*
Prevents the `img` from being positioned twice in the case of: `div.item-thumbnail-left > div.item-image > img`
2013-11-23 12:21:51 -08:00
Max Lynch
fef493a976 Merge branch 'master' of https://github.com/driftyco/ionic
Conflicts:
	dist/css/ionic.css
2013-11-21 11:49:52 -06:00
Max Lynch
26b0a72a29 Fixed item complex background color 2013-11-21 11:49:37 -06:00
Adam Bradley
c358a9cef0 .item.active states only for <a> and <button> 2013-11-20 15:51:35 -06:00
Max Lynch
86b19f9923 removed overflow auto on item-wrap 2013-11-18 10:59:48 -06:00
Adam Bradley
136ba7262d active list bg fix 2013-11-18 10:05:55 -06:00
Adam Bradley
8e17aabf64 simplier way to center item icons 2013-11-16 13:03:36 -06:00
Adam Bradley
1dd3816918 update icon alignment w/in .item 2013-11-15 23:19:16 -06:00
Adam Bradley
cc0e4ea306 added .ionic-pseudo to item :active 2013-11-14 12:42:26 -06:00
Adam Bradley
fdf0c01d98 .item styles/active states 2013-11-13 16:10:37 -06:00
Max Lynch
3400cc0276 Default style for list items 2013-11-13 15:01:09 -06:00
Adam Bradley
9626e5f6e6 colour tweaks 2013-11-13 12:24:55 -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
8a82dbe725 speling is hard, closes #123 2013-11-12 12:35:53 -06:00
Adam Bradley
4104be33e3 .item-complex updates 2013-11-12 11:02:04 -06:00
Adam Bradley
aed30fd2d7 .item-slider now .item-complex 2013-11-12 10:52:26 -06:00
Adam Bradley
8a9d577fda border items / .item required with .item-divider 2013-11-12 10:36:29 -06:00
Adam Bradley
656499d755 removed "brand-" prefix from colors 2013-11-12 09:26:16 -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
858d9172d1 scss formatting cleanup 2013-11-07 13:34:52 -06:00