aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Make generating form row styles dependent on $enable-grid-classes (#28870)Shohei Yoshida1-10/+12
2019-05-09Reset input padding for cross browser consistency (#28208)Shohei Yoshida1-2/+1
2019-04-25Sync plain text font-size with `$input-font-size` (#28464)Shohei Yoshida1-0/+1
2019-03-18Workaround for MS edge bug (#28275)Shohei Yoshida1-1/+3
2019-03-04Hyphenate server-side (#28401)Jonathan1-1/+1
2019-02-15Deprecate form-control-focus mixin (#28262)Martijn Cuppens1-1/+1
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens1-6/+6
2019-02-07Optional btn & input font sizes (#28068)Martijn Cuppens1-0/+1
2019-01-11Add form-validation-states Sass map (#27999)Mark Otto1-2/+3
2019-01-05Remove unneeded stylelint disables.XhmikosR1-1/+0
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens1-7/+1
2018-12-21Prevent checks from shrinking in inline forms (#27870)Mark Otto1-0/+1
2018-12-05Make form grid gutter width configurable (#27766)Jacob Müller1-4/+4
2018-11-13Keep input group & form label font size in sync with form control font size (...Martijn Cuppens1-2/+2
2018-10-23Cleanup stylelint commentsMartijn Cuppens1-2/+2
2018-10-20changes the variables for input font sizeandresgalante1-1/+1
2018-10-20Add font weight options for form controls and custom select (#27343)Andres Galante1-0/+1
2018-09-18Variable .btn and .form-control font sizes (#26908)Martijn Cuppens1-2/+2
2018-07-15Form control heights (#26820)Mark Otto1-15/+13
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