Commit Graph

35 Commits

Author SHA1 Message Date
Andrew Joslin
df0521af7b scss(item-floating-label): transition time .2s to .15s 2014-06-12 15:03:52 -06:00
Tim Lancina
050b4f25df feat(itemFloatingLabel): add floating labels: 'item-floating-label' class
Closes #1611
2014-06-12 14:58:28 -06:00
Adam Bradley
e5af75fa48 fix(input): vertically align date input text
Closes #1147
2014-05-13 22:21:08 -05:00
Adam Bradley
5f2fdfdd07 fix(textarea): Allow scroll in textarea when focused
Closes #1280
2014-05-09 12:05:45 -05:00
Adam Bradley
08f0adb12b fix(input): transparent bg for .item-input-inset input 2014-05-07 13:44:31 -05:00
Adam Bradley
ae3318a081 refactor(keyboard): Scroll to inputs hidden by keyboard 2014-04-24 20:22:16 -05:00
Adam Bradley
5ab3d68616 remove android overlay fix because it breaks keyboard focusing 2014-04-17 13:34:24 -05:00
Adam Bradley
c587dec28f android textarea .cloned-text-input fix 2014-04-17 11:31:05 -05:00
Adam Bradley
0e9072e481 fix(input): Fix to hide input overlays on old Android 2014-04-16 15:07:20 -05:00
Adam Bradley
8a12f2d16c feat(select): Styled select elements, both inline and as a list item 2014-04-02 23:25:21 -05:00
Adam Bradley
096a01c117 fix(labels): Fix .input-label's width for androids w/out full flex box support, #998 2014-04-02 15:39:35 -05:00
Adam Bradley
b8d4c51fe7 fix(input): Fix input label from shifting when text is too long on iOS, closes #801 2014-03-19 16:13:11 -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
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