Commit Graph

25 Commits

Author SHA1 Message Date
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