Commit Graph

96 Commits

Author SHA1 Message Date
Kevin Ross
a16e6ccb01 sass for #860 2016-02-29 09:29:25 -06:00
Kevin Ross
30fd27733b Merge #839 branch 'master' of git://github.com/shannabarnard/bootstrap-material-design into shannabarnard-master 2016-02-29 09:23:45 -06:00
Kevin Ross
1512572291 dist 0.5.8 2016-02-03 14:51:10 -06:00
shannabarnard
10bf3836f2 Checkboxes and Radio buttons should not animate on page load 2016-01-26 18:31:52 +00:00
shannabarnard
80c869196b Checkboxes should not animate on page load 2016-01-25 23:36:15 +00: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
8bec58172c Merge and dist 2015-12-13 19:38:09 -06:00
Igors Krasjukovs
14f3959e83 Update _core.scss 2015-12-13 20:46:34 +02:00
Kevin Ross
816ad80cc5 Resolves #772 Inconsistent label highlighting on toggle type controls.
Brought some of the code from v4 to give better highlighting.
2015-12-09 11:24:09 -06:00
Kevin Ross
25b3dcc0e4 Resolves #771 checkbox color inconsistent 2015-12-09 11:00:06 -06:00
Kevin Ross
41e5216437 Resolves #773 dropdown icon 2015-12-09 10:26:47 -06:00
Kevin Ross
709a4ffbf9 sass conversion fixes for 0.5.4 2015-12-08 15:48:04 -06:00
Kevin Ross
1b0e4b738f Resolves #764 btn-group-raised color variations not rendered 2015-12-08 14:53:40 -06:00
Kevin Ross
8b066e8bf9 Resolves #763 - button active and focus states 2015-12-08 14:39:12 -06:00
Kevin Ross
0f8f7d0923 Resolves #766 Toggle button color variation incorrect 2015-12-08 10:59:21 -06:00
Kevin Ross
c9898040c5 Resolves #737 2015-12-08 10:52:29 -06:00
Pavel Tarno
e83b411d75 When using sass, the bootstrap-sass dependancy path should be specified in
the loadpath and not hardcoded in the import statement
2015-12-08 12:22:59 +02:00
Kevin Ross
0c1ddfc073 #760 remove potentially ambiguous import file name 2015-12-07 17:36:35 -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
466416497b #745 reviewed fab buttons, updated sass conversion 2015-11-24 16:34:17 -06:00
Kevin Ross
edae99d6a6 checkpoint - a bunch of work on buttons, focused on spec compliance 2015-11-24 11:33:04 -06:00
Kevin Ross
a48afdaa8f 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
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
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
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
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
b8e85cbbad standardized checkbox sizing variants and colors to spec 2015-11-18 14:20:12 -06:00
Kevin Ross
8ebf124500 checkpoint before transitioning label styles to form-group 2015-11-17 12:02:44 -06:00
Kevin Ross
9d3cd1a500 refactored form-group variants into a mixin, much less code. 2015-11-10 16:35:08 -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
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
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
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
59811e4ca5 removed form-control-wrapper in lieu of standard form-group 2015-11-06 10:30:05 -06:00
Kevin Ross
409df63756 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
0d745c8dbe color map created for full-palette, not generating properly yet. 2015-11-05 09:10:55 -06:00
Kevin Ross
1b2eedb6a2 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
e14776f52e sass conversion cleanup/removal of commented code 2015-11-04 17:36:36 -06:00
Kevin Ross
94cfe45c3a debugged bg-img-variations against dist, noted that the current dist had duplicate calls to the same mixin (fixed in the less file now) 2015-11-04 17:24:27 -06:00