aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
AgeCommit message (Expand)AuthorFilesLines
2016-02-07Remove specific line-heights from large/small inputs as wellMark Otto1-2/+0
2016-02-07_forms.scss: Remove extra url()s in commented-out codeChris Rebert1-3/+3
2016-02-07Fix CSS3 :not() selectorvsn4ik1-1/+1
2016-02-06Fixes #17194: Ensure proper height on default select.form-control instancesMark Otto1-8/+5
2016-02-06tweak sizingMark Otto1-1/+1
2016-02-06move the url to the variable valueMark Otto1-3/+3
2016-02-06linter overhaulMark Otto1-0/+2
2016-02-03Redo line-height globallyMark Otto1-1/+0
2016-01-23scss/_forms.scss: Remove now-unnecessary SCSS-Lint exemptionChris Rebert1-3/+0
2016-01-10Switch to actually-Safari-specific CSS hack when fixing vertical alignment of...Chris Rebert1-16/+18
2016-01-08Remove remaining reference to <input type="datetime"> in SCSS commentChris Rebert1-1/+1
2016-01-05remove instances of font-weight: normal since we no longer specify bold label...Mark Otto1-2/+0
2015-12-07tweak commentMark Otto1-1/+1
2015-12-07Use $input-btn-border-width for both .form-control and .btn borders; fixes #1...Chris Rebert1-1/+1
2015-12-06fixes #18087: .navbar-form is no moreMark Otto1-2/+0
2015-11-15.form-control: Use $input-border-width instead of $border-widthChris Rebert1-1/+1
2015-11-14$input-border => $input-border-colorChris Rebert1-1/+1
2015-11-14fix error to dangerMark Otto1-2/+2
2015-11-12fix broke shit, ugh my badMark Otto1-1/+1
2015-11-12Merge pull request #17153 from kkirsche/patch-17Mark Otto1-2/+2
2015-10-28Fix typos in commentsChris Rebert1-2/+2
2015-10-23_forms.scss: Copy over iOS <input> type compatibility note from v3Chris Rebert1-0/+2
2015-10-08Move border-radius mixin from scss/_mixins.scss to scss/mixins/_border-radius...Chris Rebert1-2/+2
2015-09-15fixes border-width issues when customizing font-size by using 1px instead of ...Mark Otto1-3/+3
2015-09-05Merge pull request #17364 from twbs/avoid-parent-selector-suffix2Gleb Mazovetskiy1-10/+5
2015-09-02Update all usages of 'control-label' with 'form-control-label' in docsAndrew Smith1-1/+1
2015-08-29Merge pull request #17331 from twbs/fix-17323Chris Rebert1-3/+3
2015-08-27Remove all uses of `selector &`Gleb Mazovetskiy1-10/+5
2015-08-27Less to Sass typos.XhmikosR1-1/+1
2015-08-26rm unused $state param from form-control-validation mixin; fixes #17323Chris Rebert1-3/+3
2015-08-23fix majority of scss linter errorsMark Otto1-1/+1
2015-08-20Use border-radius mixing in form-control-sm and form-control-lgKevin Kirsche1-2/+2
2015-08-17really temporarily disable those heightsMark Otto1-2/+2
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-08-13nuke the shared padding vars and assign to individual componentsMark Otto1-7/+7
2015-08-12move form validation icon vars to variables fileMark Otto1-5/+0
2015-08-12Remove .help-block entirelyMark Otto1-13/+0
2015-08-10reorder variables, rename -color to -colorMark Otto1-1/+1
2015-08-08rewrite some forms docs, use new validation styles and iconsMark Otto1-46/+104
2015-07-03use mixin on input transitionMark Otto1-1/+1
2015-07-03Add new variable for -box-shadowMark Otto1-1/+1
2015-06-22line-height-base to line-height varMark Otto1-1/+1
2015-06-22Remove varMark Otto1-1/+2
2015-06-22drop more -base, clean up var spacingMark Otto1-4/+4
2015-06-22drop the base (hahaha), no but seriously drop the -base from our vars since i...Mark Otto1-8/+8
2015-06-22rename -horizontal and -vertical vars to -x and -y for consistencyMark Otto1-6/+6
2015-06-22tweak small forms, small inputs; trying to equalize their rendered dimensionsMark Otto1-6/+6
2015-06-19fix scss lintingMark Otto1-1/+1
2015-06-18Merge branch 'master' into v4Mark Otto1-18/+26
2015-04-29Fix no-label checkboxes/radiosMark Otto1-2/+5