Commit Graph

276 Commits

Author SHA1 Message Date
Kevin Ross
677e33f4a2 Big refactoring checkpoint (not working yet), much work on web fonts, buttons, and primarily removing superfluous color variations that were generated without need. Variations mixins now require a component to be passed to make sure are generating specific css, and these variation mixins can now be executed from within the context (instead of the outside looking in with a long selector name). 2015-11-23 17:43:41 -06:00
Kevin Ross
a713a08550 #740 remove color variations 2015-11-22 10:23:34 -06:00
Kevin Ross
6f6fab0959 Solves #734 Generic label styles need to be applied outside of .form-group 2015-11-21 15:19:40 -06:00
Kevin Ross
e1189e4b34 Solves #736 radios and checkboxes need to render outside of .form-group 2015-11-21 13:17:53 -06:00
Kevin Ross
7e02e22bc1 Solves #735 togglebuttons example rendering outside of .form-group 2015-11-21 12:15:29 -06:00
Kevin Ross
a1af899ba2 #727 more normalization of variables, removal of many unused variables, and solved #352 with media query variables 2015-11-21 11:42:16 -06:00
Kevin Ross
b05c95b190 #727 checkpoint - added specific import order for less vs sass, normalized more variables. 2015-11-21 10:37:35 -06:00
Kevin Ross
f64ff8a142 @mdb- namespace known material variables before beginning to use bs variables directly 2015-11-21 08:56:29 -06:00
Kevin Ross
b88c6f5159 Merge branch 'master' into documentation-prototype 2015-11-21 07:51:13 -06:00
Kevin Ross
27d2b66138 Solves #731 - webkit specific rule must be specified separately otherwise firefox ignores the ruleset 2015-11-21 06:36:20 -06:00
Kevin Ross
a73958ce48 Established grunt docs tasks and custom functions (i.e. generating icon list) 2015-11-20 14:24:39 -06:00
Kevin Ross
6da08062b4 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
755a202148 Solves #559 - https://github.com/FezVrasta/bootstrap-material-design/issues/559#issuecomment-158114338 2015-11-19 11:07:47 -06:00
Kevin Ross
b8def2616d Merge branch 'extracting-typography' of https://github.com/kogosoftwarellc/bootstrap-material-design into kogosoftwarellc-extracting-typography
# Conflicts:
#	less/material.less
#	sass/material.scss
2015-11-19 09:30:22 -06:00
Kevin Ross
d7c333d3cf Merge branch 'master' into standardized-form-markup 2015-11-18 17:04:16 -06:00
Kevin Ross
abfb2f09b8 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
ac150abd0c normalize navbar forms with bootstrap font sizes since material inputs are larger 2015-11-18 15:51:06 -06:00
Kevin Ross
0f67af4fa4 fixed bad label markup 2015-11-18 14:53:05 -06:00
Kevin Ross
90d858b36b standardized radio/toggle/checkbox labels 2015-11-18 14:43:36 -06:00
Kevin Ross
55e204cd0c standardized checkbox sizing variants and colors to spec 2015-11-18 14:20:12 -06:00
Kevin Ross
86da848e06 moved form-control under form-group 2015-11-18 12:56:35 -06:00
Kevin Ross
9cd457ab0c restructured form-control and standardized disabled 2015-11-18 12:42:52 -06:00
Kevin Ross
4b762f5900 fix disabled underline 2015-11-18 11:13:17 -06:00
Kevin Ross
54a4313a25 fixed floating label focused size 2015-11-17 15:43:00 -06:00
Kevin Ross
564106a5ec Transitioned label styles to be indicated on the form-group 2015-11-17 15:26:19 -06:00
Kevin Ross
3c6f83dec0 checkpoint before transitioning label styles to form-group 2015-11-17 12:02:44 -06:00
Kevin Ross
2fde886057 reverted change to help-block, added back position:absolute otherwise inputs jump with change of focus 2015-11-17 10:30:10 -06:00
Kevin Ross
1bf1fbf428 fixed line wrap/spacing/width on help-block 2015-11-17 10:28:06 -06:00
Kevin Ross
d6f0eb8097 Added file input variation samples 2015-11-17 10:18:37 -06:00
Kevin Ross
ae1e0c3337 reorganized input-group related styles to allow for optional ancestry of input-group as form-group 2015-11-11 12:40:37 -06:00
Kevin Ross
679c68a107 fixed input-groups and variations 2015-11-11 11:53:16 -06:00
Kevin Ross
77749f353e removed hint class in lieu of standard help-block 2015-11-11 10:35:32 -06:00
Kevin Ross
1112b96929 shimmed the floating-label as placeholder to have a perfect match to the static label 2015-11-11 09:29:35 -06:00
Kevin Ross
214ba3a369 refactored form-group variants into a mixin, much less code. 2015-11-10 16:35:08 -06:00
Kevin Ross
c4b924637c normalized floating-label size variations 2015-11-10 15:45:15 -06:00
Kevin Ross
8a9fb6bbe4 normalized placeholder size variants 2015-11-10 15:32:06 -06:00
Kevin Ross
c104125ff5 standardized on form-group-sm/lg instead of it AND input-sm/lg. Any input-sm/lg is now converted to form-group-* equivalent. Much simpler css and less variants to maintain. 2015-11-10 14:45:08 -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
Fez Vrasta
2547dd18a2 Merge pull request #671 from davideberlein/fix-checkbox-zindex
Fix z-index issues with tooltips in .checkbox
2015-11-09 17:09:49 +01: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
a4216fc98b Revert "structural refactoring of less file, no effective changes to selectors or properties."
This reverts commit 8950e01f06.
2015-11-06 12:56:02 -06:00
Kevin Ross
795eef1c53 structural refactoring of less file, no effective changes to selectors or properties. 2015-11-06 12:42:35 -06:00
Kevin Ross
2d52fc271c removed form-control-wrapper in lieu of standard form-group 2015-11-06 10:30:05 -06:00