aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
AgeCommit message (Expand)AuthorFilesLines
2018-02-11set color to form-control-plaintext (#25565)m5o1-0/+1
2018-02-02Override .custom-select width in .form-inline (#25414)Mark Otto1-1/+2
2017-12-22Restyle code element, remove docs example overflow, improve docs examples (#2...Mark Otto1-0/+1
2017-12-22Form check markup v2 (#25050)Mark Otto1-32/+19
2017-12-02Remove .col-form-legend in favor of .col-form-label (#24932)Troy Morehouse1-17/+4
2017-10-22Merge branch 'v4-dev' into btn_input_split_variablesMark Otto1-2/+2
2017-10-22match width behaviour of form-control to form-control-plaintext (#24486)Gijs Boddeus1-0/+2
2017-10-20Remove background-image: none; on .form-control (#24454)Mark Otto1-2/+0
2017-10-19append btn-* and input-* variables and extends their from input-btn-* variablesi.sychev1-22/+22
2017-10-18Improves forms migration guide, docs, and scss (#24348)Andres Galante1-5/+0
2017-10-02Form Validation `.valid-feedback` and `.valid-tooltip` are unstyled (#23527)Patrick Yeo1-22/+0
2017-10-02Switch to stylelint. (#23572)XhmikosR1-1/+1
2017-10-02fix .col-form-label paddings and add line-height (#23121)wojtask91-6/+9
2017-09-06Removes background from form-control-plaintextAndres Galante1-0/+1
2017-08-20remove commented out code, fixes #23530Mark Otto1-2/+0
2017-08-13Move the gap between inline checkboxes to right (#22607)Tomáš Kout1-4/+1
2017-08-10Remove broken CSS that tried to reset the absolute positioning when there was...Mark Otto1-4/+0
2017-06-26fixes #22908Mark Otto1-1/+1
2017-06-14Rename .form-control-static to .form-control-readonly-plainPatrick H. Lauke1-4/+4
2017-06-13move from .gutters-sm to .form-row to be super explicit about intended use caseMark Otto1-0/+18
2017-06-13Merge branch 'v4-dev' into form-tweaksMark Otto1-2/+2
2017-06-13(#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, `$in...Patrick Yeo1-2/+2
2017-06-10move to mixin so we can repeat it easier and allow folks to extend to custom ...Mark Otto1-100/+7
2017-06-06remove icons for nowMark Otto1-3/+0
2017-06-06add valid stateMark Otto1-0/+51
2017-06-06drop the old validation styles and docsMark Otto1-62/+0
2017-06-05flesh out invalid styles on .was-validatedMark Otto1-0/+82
2017-06-01trying out new validation stylesMark Otto1-3/+17
2017-04-22Change how input and select height is computedMark Otto1-8/+5
2017-04-10Remove `cursor: not-allowed` stylesPatrick H. Lauke1-5/+0
2017-03-28Revamp button and input vars while fixing #21587 (#22287)Mark Otto1-18/+22
2017-03-18Update scss mixins to comply with scss-linting rules (#22151)naicko1-1/+1
2017-01-23Remove `cursor: pointer;` (#21812)Mark Otto1-1/+0
2016-12-28use align-items on .form-inline to keep items from growing too much (#21461)Mark Otto1-0/+1
2016-12-27use varMark Otto1-1/+1
2016-12-27fix inline checksMark Otto1-1/+3
2016-12-27add some varsMark Otto1-12/+7
2016-12-25Use calc() on .col-form-label padding calculationsMark Otto1-6/+6
2016-12-25Replaces #21270 with proper fixMark Otto1-1/+1
2016-12-25vertically center .form-group contents in inline formsMark Otto1-0/+1
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-60/+21
2016-12-20Overwrite margin-bottom on form-control-static (#21270)Gijs Boddeus1-0/+1
2016-12-19Add variables for transitions (#21345)Tom Lutzenberger1-1/+1
2016-11-28Fix #20936 make inline checkbox/radio markup same as stacked (#20995)Brad Kent1-10/+4
2016-11-28Fix incorrect select height calculation (#21171)Florian Schlittenbauer1-1/+1
2016-11-26Update inline forms (updated docs and new flexbox styles) (#21212)Mark Otto1-11/+70
2016-10-09Match the height of select.form-control with input.form-controlMark Otto1-1/+2
2016-10-09remove un-needed commentMark Otto1-1/+0
2016-10-09add transparent border to match .form-control heightMark Otto1-0/+2
2016-10-09Update static form controlMark Otto1-3/+1