Commit Graph

38 Commits

Author SHA1 Message Date
Max Lynch
c30be67f65 feat(platforms): Android and iOS Specific Styles and Transitions 2014-06-11 16:48:53 -05:00
Andrew Joslin
1b1c234fff fix(.tab-item): make it work with activator
Closes #1317
2014-05-13 09:11:10 -06:00
Andy Joslin
701c977563 css(tabs): add test page for nested tabs 2014-05-02 13:18:56 -06:00
Andy Joslin
77f2683124 fix(.tabs-icon-*): only work on directly descendant tabs
Closes #1261
2014-05-02 12:17:49 -06:00
Andy Joslin
a7eb521c90 fix(tabs-item-hide): only hide tab nav items 2014-04-21 17:17:34 -06:00
Andy Joslin
af2302ecc1 scss(tabs): allow syntax with same tabbar to work 2014-04-21 16:31:46 -06:00
Adam Bradley
2a6f702980 fix(tabs): Tab icon align within nested tabs, closes #1093 2014-04-17 22:40:02 -05:00
Adam Bradley
885965b5d7 remove !important from .tab-item.disabled 2014-04-17 20:37:36 -05:00
nickl-
009580bb56 Also enable disabled for tab-item.
Enable for tab-item class the same disabled functionality that exists for button
2014-04-17 20:22:07 +02:00
Andy Joslin
833a017dd0 revert(scss): more explicit, repetitive, and reliable system for statusbar
Addresses #1012
2014-04-01 14:20:22 -06:00
Andy Joslin
d9f7d251f9 style(tabs-item-hide): make selector less specific 2014-03-24 12:16:37 -06:00
Andy Joslin
5966dbf43e feat(ionTabs): add available tabs-item-hide class
Closes #395
2014-03-24 12:07:53 -06:00
Adam Bradley
24160aa0bd fix(tabs): Renamed .tab-item active state from .active to .tab-item-active, closes #866 2014-03-24 08:20:31 -05:00
Andy Joslin
83f4776f53 chore: remove animation & type attributes, standard controller names 2014-03-18 14:54:21 -06: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
c4eed02f29 fix(badge): Update badge alignment in tab items, closes #694 2014-02-28 22:38:58 -06:00
Adam Bradley
d5c4860b65 cursor pointer for .tab-item:hover 2014-02-20 14:49:02 -06:00
Adam Bradley
72209f9e6e translate3d updates for .view, .bar, .tabs 2014-02-19 10:09:23 -06:00
UniRing
bc927e57e7 feat(tabs): allow badges on tabbar via bound badge attr 2014-02-05 11:38:06 -05:00
Adam Bradley
4d26f730bc fix tab icon alignments, closes #493 2014-01-30 22:16:27 -06:00
Max Lynch
5667a3b8af Cleaned up header-aligned tabs 2014-01-25 12:05:40 -06:00
Adam Bradley
a66cf95462 tweak for ionicons updates 2014-01-20 20:47:22 -06:00
Adam Bradley
aae39e64f5 z-index variables 2013-12-12 11:35:31 -06:00
Max Lynch
e336e4dc54 More removal of flexbox vert 2013-12-03 15:16:01 -06:00
Max Lynch
088779b6e9 Removed more fixed stuff for tabs, etc. 2013-11-28 12:12:00 -06:00
Adam Bradley
7a4ef7b060 cleanup 2013-11-27 08:24:34 -06:00
Adam Bradley
d2dc3b9195 fix tab centering on iOS 6.0, closes #162 2013-11-19 21:07:49 -06:00
Max Lynch
6a88748f7f Fixed #128 - tab item centering 2013-11-15 19:47:47 -06:00
Adam Bradley
935c3dd2dd tabs font size now 12px 2013-11-13 16:21:59 -06:00
Adam Bradley
5516e70f30 component defaults based off of light or stable 2013-11-13 11:52:57 -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
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
6ab1f49688 Fixed #64 and fixed sub view controllers and tabs
Moved tabs to be absolute not fixed so they can easily
be placed inside of containers
2013-11-08 18:09:48 -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