Commit Graph

169 Commits

Author SHA1 Message Date
Kevin Ross
3c6f83dec0 checkpoint before transitioning label styles to form-group 2015-11-17 12:02:44 -06:00
Kevin Ross
593968cf2c fixed legacy floating labels 2015-11-10 14:31:56 -06:00
Kevin Ross
72c2795b74 normalized placeholders with labels, moved placeholder content generation to mixin, updated sass conversion 2015-11-10 13:36:15 -06:00
Kevin Ross
23f11eeb7c changed empty to is-empty. All signaling is now on the form-group - is-empty (was: input.empty) | is-focused (was: input.focus) | has-error (was: input:invalid) 2015-11-10 11:52:15 -06:00
Kevin Ross
a1212eea18 move to is-focused instead of .focus to prevent potential oversight with :focus. Standardizing styles based on form-group instead of a mixture of input state and form-group state, including validity, which now sets form-group.has-error 2015-11-10 10:26:00 -06:00
Kevin Ross
a74bdccf2b introduced a new range of @md-input-* variables to get the sizing to the material spec without altering the font-size-base (which would affect absolutely everything). Still some work to be done to differentiate the different densities properly. 2015-11-09 13:32:46 -06:00
Kevin Ross
404f54a5c2 A lot of work normalizing static control-labels with floating labels. This was primarily achieved by having material.js put the focus on the form-group, and adjusting styles as needed. Also done was a standardization of label/input sizes, and the introduction/testing of standardized form-group sizes. 2015-11-06 16:46:05 -06:00
Kevin Ross
fd2911bfb7 trying to align behavior of static labels with the look of floating labels 2015-11-06 14:53:48 -06:00
Kevin Ross
eb7efcc48a due to css ~ adjacent sibling connector, existing <label> elements must be reordered after the input for floating labels to work. 2015-11-06 14:20:23 -06:00
Kevin Ross
86f056230b re-refactored inputs.less - this time kept sibling ~ references properly intact 2015-11-06 13:17:17 -06:00
Kevin Ross
0caa191354 fix livereload and watch to pickup js changes 2015-11-06 10:41:56 -06:00
Kevin Ross
2d52fc271c removed form-control-wrapper in lieu of standard form-group 2015-11-06 10:30:05 -06:00
Kevin Ross
8d108312cd sass is inclusion order dependent. In order to get the full-palette vs standard-palette, it required a separation of the content in material.less into _material.less to separate dependencies vs content. 2015-11-05 10:56:14 -06:00
Kevin Ross
ba880eb1fd sass demos added and linked. Files are generated in dist/sassc (so that fonts link properly), but ignored by .gitignore to avoid unnecessary distribution. 2015-11-05 08:25:02 -06:00
Kevin Ross
45926cd3a9 added generated file header, fixed contrast functions 2015-11-04 16:54:57 -06:00
Michał Bagiński
e48f14c3b7 fixed one of the conditions for adding the "empty" CSS class 2015-08-26 18:13:13 +02:00
Michał Bagiński
4c55c30074 fixed the CSS selector 2015-08-22 23:09:49 +02:00
Michał Bagiński
bbb0b115fb attach document-level delegated event handlers only once
These handlers were wrongly attached on every input(...) or autofill(...) call, which resulted in redundant attachments in certain scenarios (e.g. when using arrive). Now they are attached only on init().
2015-08-22 16:17:50 +02:00
Michał Bagiński
894c53d979 grunt 2015-08-22 15:13:49 +02:00
Ivan Demidov
df12d42b26 fixed bug not added class empty if input error and empty value 2015-07-24 12:40:07 +03:00
HeliumSquid
a3216c29b9 Centred icons inside of floating action buttons. 2015-07-04 17:30:47 +02:00
FezVrasta
cd4ba9ee7d grunt 2015-06-05 15:38:14 +02:00
FezVrasta
f4b6cdd447 fixes #609 2015-06-05 15:37:09 +02:00
Marcel
32df7e810a Build 2015-04-27 16:16:17 +02:00
Fez Vrasta
96e434271b Merge pull request #505 from truyencuatui/master
Update test.html
2015-04-08 14:56:26 +02:00
FezVrasta
71f35fe5d6 removed useless keyframes animation from inputs 2015-03-19 15:26:00 +01:00
FezVrasta
5f38258bda fixed #504 2015-03-18 15:29:57 +01:00
FezVrasta
c6d0850ae1 fixed color of labels and floating labels 2015-03-18 14:46:06 +01:00
Lương Cường
b96ae2a58d Update test.html 2015-03-18 08:47:02 +07:00
FezVrasta
343b300791 fixed #348 2015-03-17 18:40:13 +01:00
FezVrasta
bed5d8c478 fixed #403 2015-03-17 18:32:39 +01:00
FezVrasta
7e1893ccaf removed deprecated variables 2015-03-17 18:27:20 +01:00
FezVrasta
9339c8e3da fixed input behaviors 2015-03-17 18:08:03 +01:00
FezVrasta
0c8e3d34c1 fixed style and behavior of floating labels 2015-03-17 17:47:58 +01:00
FezVrasta
d719f994c8 compiled new icons 2015-03-17 17:32:26 +01:00
Fez Vrasta
e113eb96a2 Merge pull request #452 from jmillspaysbills/master
updated icon fonts
2015-03-17 17:07:48 +01:00
Jeremy Miller
02f36733cd new font w/ :after pseudo classes.
Changed the way the battery and signal indicators are displayed, using
a new :after pseudo class.
2015-03-16 12:31:58 -05:00
Jeremy Miller
ce44b8d8e5 updated fonts w/ new :after pseudo classes
Changed the way the battery and signal indicators are displayed, using
a new :after pseudo class.
2015-03-16 12:31:35 -05:00
FezVrasta
2bbae4a731 fixed specificity of shadows 2015-03-16 15:19:26 +01:00
FezVrasta
9bd3c08357 implemented #480 to fix #275 2015-03-16 15:16:54 +01:00
FezVrasta
679145442a fixed #499 2015-03-16 14:47:55 +01:00
FezVrasta
6129a4d898 fixed some togglebutton selector 2015-03-16 14:41:16 +01:00
FezVrasta
c6475c3b53 ran grunt copy to add fonts to dist/fonts 2015-03-13 14:39:29 +01:00
FezVrasta
ebd3c42032 fixed ripple color of toggle buttons 2015-03-11 17:14:24 +01:00
FezVrasta
13cf2b7d7f improved material checkboxes (CHANGED MARKUP) 2015-03-11 16:45:01 +01:00
FezVrasta
a587319fa1 improved shadows and buttons 2015-03-10 13:01:47 +01:00
FezVrasta
c894f76bfb added color variations even on toggles' ripple 2015-03-10 10:27:06 +01:00
FezVrasta
bdf459edf4 btn states and toggles variations 2015-03-09 20:56:57 +01:00
FezVrasta
55bddb069c see changes to changelog.md 2015-03-09 17:10:44 +01:00
MatrixZ
90cea586b6 fixes #468 2015-03-06 11:21:25 +05:30