Commit Graph

207 Commits

Author SHA1 Message Date
Kevin Ross
8667184340 dist 2016-05-09 10:37:53 -05:00
Kevin Ross
48f12888c5 dist 2016-04-26 09:39:58 -05:00
Kevin Ross
e90a3e9ee1 grunt 2016-04-01 10:24:15 -04:00
Kevin Ross
d4ee531ca0 dist v0.5.9 2016-02-29 09:32:11 -06:00
Kevin Ross
1512572291 dist 0.5.8 2016-02-03 14:51:10 -06:00
Kevin Ross
314e367d03 dist for #810 2016-01-07 16:35:38 -06:00
Kevin Ross
2fdf3e90a4 #792 needs specificity of focus 2015-12-24 11:43:57 -06:00
Kevin Ross
6735b26fa3 resolves #792 - make sure it is outline: 0 not none to disable dotted inner focus border in firefox 2015-12-24 11:38:08 -06:00
Kevin Ross
7fda8a4b61 dist 2015-12-14 08:38:23 -06:00
Kevin Ross
8bec58172c Merge and dist 2015-12-13 19:38:09 -06:00
Kevin Ross
ae01e8bcd0 dist 2015-12-09 11:27:18 -06:00
Kevin Ross
9eea3ceb99 dist 2015-12-08 14:53:50 -06:00
Kevin Ross
6d169e674c dist 2015-12-07 17:38:14 -06:00
Kevin Ross
eaf9a882ee Solves #751 Roboto is not the default font family 2015-11-30 13:04:32 -06:00
Kevin Ross
08d9d61e2e #738 dist files 2015-11-24 17:40:52 -06:00
Kevin Ross
828fd32669 #740 remove color variations 2015-11-22 10:23:34 -06:00
Kevin Ross
bb4a16657f 0.4.4 2015-11-21 15:36:03 -06:00
Kevin Ross
f0e1b9c2b6 #727 checkpoint - added specific import order for less vs sass, normalized more variables. 2015-11-21 10:37:35 -06:00
Kevin Ross
8d2a8f347c Merge branch 'master' into documentation-prototype 2015-11-21 07:51:13 -06:00
Kevin Ross
6a3263a0cc Solves #731 - webkit specific rule must be specified separately otherwise firefox ignores the ruleset 2015-11-21 06:36:20 -06:00
Kevin Ross
a3bedbe841 Basic color replacements completed 2015-11-20 17:50:50 -06:00
Kevin Ross
d1b3f851ef Established grunt docs tasks and custom functions (i.e. generating icon list) 2015-11-20 14:24:39 -06:00
Kevin Ross
d9e9b0da32 reworking grunt and dependencies to more closely mirror bootstrap 2015-11-20 12:21:02 -06:00
Kevin Ross
566453f56d Solves #730 and #636 -
- labels adjusted for horizontal forms, and generic labels now set in inputs.less
- js added to set is-focused on checkbox form-groups when hovering
- markup samples for right, left checkbox labels plus help-blocks
2015-11-20 10:17:12 -06:00
Kevin Ross
3afb2b6904 Solves #559 - https://github.com/FezVrasta/bootstrap-material-design/issues/559#issuecomment-158114338 2015-11-19 11:07:47 -06:00
Kevin Ross
e275c689a5 Manually merged #712 2015-11-19 09:33:35 -06:00
Kevin Ross
d6bb60c446 - remove deprecated version from bower.json https://github.com/bower/spec/blob/master/json.md
- bumped package.json
- changed cibuild target to build
2015-11-19 08:54:33 -06:00
Kevin Ross
af2e21af87 Solves #642, note that programmatic change of value requires triggering change event. e.g. $('#i5i').val('').trigger('change')
http://stackoverflow.com/questions/4672505/why-does-the-jquery-change-event-not-trigger-when-i-set-the-value-of-a-select-us
2015-11-18 20:21:55 -06:00
Kevin Ross
acc532e659 sass rebuild dist 2015-11-18 19:59:41 -06:00
Kevin Ross
74b3d41c34 Allow floating labels to be used with input groups that have a left input. Update readme. 2015-11-18 16:43:19 -06:00
Kevin Ross
2cfee47c9b normalize navbar forms with bootstrap font sizes since material inputs are larger 2015-11-18 15:51:06 -06:00
Kevin Ross
2b6d9ea37b fixed bad label markup 2015-11-18 14:53:05 -06:00
Kevin Ross
4695eda87b standardized radio/toggle/checkbox labels 2015-11-18 14:43:36 -06:00
Kevin Ross
b8e85cbbad standardized checkbox sizing variants and colors to spec 2015-11-18 14:20:12 -06:00
Kevin Ross
ea596ef223 fixed floating label focused size 2015-11-17 15:43:00 -06:00
Kevin Ross
daa68e6624 Merge branch 'form-group-label-style' into standardized-form-markup 2015-11-17 15:32:07 -06:00
Kevin Ross
b6f1c9a8a5 remove artifacts to get clean merge 2015-11-17 15:30:31 -06:00
Kevin Ross
52a1abf5d7 Transitioned label styles to be indicated on the form-group 2015-11-17 15:26:19 -06:00
Kevin Ross
8ebf124500 checkpoint before transitioning label styles to form-group 2015-11-17 12:02:44 -06:00
Kevin Ross
9526778842 fixed legacy floating labels 2015-11-10 14:31:56 -06:00
Kevin Ross
9bbd049fea normalized placeholders with labels, moved placeholder content generation to mixin, updated sass conversion 2015-11-10 13:36:15 -06:00
Kevin Ross
21b49987d8 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
3f1e2ef2d1 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
a482c287dc 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
4d5317e8b8 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
1db81bebc0 trying to align behavior of static labels with the look of floating labels 2015-11-06 14:53:48 -06:00
Kevin Ross
d2cf56d805 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
eb67cd543f re-refactored inputs.less - this time kept sibling ~ references properly intact 2015-11-06 13:17:17 -06:00
Kevin Ross
ae4cfbeede fix livereload and watch to pickup js changes 2015-11-06 10:41:56 -06:00
Kevin Ross
59811e4ca5 removed form-control-wrapper in lieu of standard form-group 2015-11-06 10:30:05 -06:00