aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-29Remove $line-height-computedMark Otto1-1/+1
2015-04-23drop .form-horizontalMark Otto1-69/+0
2015-04-23remove commented out codeMark Otto1-27/+0
2015-04-23Fix up some form docs styles, sizing, etcMark Otto1-74/+73
2015-04-23Update labels and form grid examplesMark Otto1-6/+13
2015-04-18New form control sizing, new navbar condensed variation, update nav and navba...Mark Otto1-22/+38
2015-04-18clean up commented out code in formsMark Otto1-104/+4
2015-04-17massive rewrite of forms docs and some cssMark Otto1-22/+43
2015-04-17More reboot work, commenting out things that have been moved overMark Otto1-36/+36
2015-04-16start stubbing out a new reboot section and fileMark Otto1-48/+33
2015-03-29Merge branch 'master' into v4Mark Otto1-2/+4
2015-03-01fix validation, run grunt distMark Otto1-4/+5