Commit Graph

23 Commits

Author SHA1 Message Date
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
6547ca60cb fix(input): Correct vertical alignment of inputs and their labels, closes #799 2014-03-14 21:57:36 -05:00
Aicke Schulz
2e7a97551e Add padding to .placeholder-icon
Currently there is no gap between the `.placeholder-icon` and the placeholder text, sometimes its fixed by using an ` `, I think add padding is a better solution.
I hope I did the sass selector correctly, you may check it twice.
2014-02-25 10:54:10 +01:00
Max Lynch
69c4f8b615 Fixed flexbox issue for button bar in form items 2013-12-06 11:45:26 -06:00
Adam Bradley
5d85d922b9 .item-input-inset updates 2013-12-02 14:51:46 -06:00
Adam Bradley
97fab727a8 android input fix 2013-12-02 14:13:51 -06:00
Adam Bradley
acc95033c9 .item-input-inset updates 2013-12-02 12:19:55 -06:00
Adam Bradley
142f5b25d8 starting .item-input-inset 2013-11-30 22:22:11 -06:00
Adam Bradley
ef317584fb placeholder icon 2013-11-30 20:05:33 -06:00
Adam Bradley
21b71b763b forms scss cleanup 2013-11-27 00:06:27 -06:00
Adam Bradley
0d3f9e1577 display: block unnecessary for .item-stacked-label 2013-11-25 09:44:33 -06:00
Adam Bradley
ef64ff4e96 override active state for .item.item-input 2013-11-19 07:41:03 -06:00
Adam Bradley
32d9fe2d4a no box-shadow in stacked form input 2013-11-18 20:09:23 -06:00
Adam Bradley
3fb86299ba input now display:block 2013-11-14 12:24:11 -06:00
Adam Bradley
fcbf1836b1 fix form variables 2013-11-13 22:47:04 -06:00
Adam Bradley
fdf0c01d98 .item styles/active states 2013-11-13 16:10:37 -06:00
Max Lynch
0cecf74f56 Update _form.scss 2013-11-12 16:11:40 -06:00
Tim Lancina
3178d7953e i want to halp guise 2013-11-12 14:49:59 -06:00
Adam Bradley
b3966d87e0 colour name changes 2013-11-12 13:40:29 -06:00
Adam Bradley
8a9d577fda border items / .item required with .item-divider 2013-11-12 10:36:29 -06:00
Adam Bradley
cff2f307fb mega color overhaul 2013-11-11 22:33:13 -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