aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
AgeCommit message (Collapse)AuthorFilesLines
2016-02-07Remove commented out height on large/small inputsMark Otto1-2/+0
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
[skip sauce] [skip validator]
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
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
2016-01-23scss/_forms.scss: Remove now-unnecessary SCSS-Lint exemptionChris Rebert1-3/+0
[skip sauce]
2016-01-10Switch to actually-Safari-specific CSS hack when fixing vertical alignment ↵Chris Rebert1-16/+18
of temporal input text in iOS Safari See http://browserbu.gs/css-hacks/webkit-full-page-media/ Fixes #17308 [skip sauce] [skip validator]
2016-01-08Remove remaining reference to <input type="datetime"> in SCSS commentChris Rebert1-1/+1
Erratum of #18778 [skip sauce] [skip validator]
2016-01-05remove instances of font-weight: normal since we no longer specify bold ↵Mark Otto1-2/+0
labels (as of v4)
2015-12-07tweak commentMark Otto1-1/+1
2015-12-07Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵Chris Rebert1-1/+1
#18424 Both widgets need to use the same border width because of input groups. Thus: $btn-border-width => $input-btn-border-width $input-border-width => $input-btn-border-width [skip sauce]
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
[skip sauce]
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
v4 — Change .has-error to .has-danger for uniformity.
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
Refs b6e6a05b951aac3fad30da441c765dbb86518644 We ought to re-check this for iOS 9.1 at some point... [skip sauce] [skip validator]
2015-10-08Move border-radius mixin from scss/_mixins.scss to ↵Chris Rebert1-2/+2
scss/mixins/_border-radius.scss Reunites the family. Closes #17791
2015-09-15fixes border-width issues when customizing font-size by using 1px instead of ↵Mark Otto1-3/+3
.0625rem as default -width
2015-09-05Merge pull request #17364 from twbs/avoid-parent-selector-suffix2Gleb Mazovetskiy1-10/+5
Remove all uses of `selector &` to support nested import
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
rm unused $state param from form-control-validation mixin
2015-08-27Remove all uses of `selector &`Gleb Mazovetskiy1-10/+5
If we want to support namespaced import: ```scss .twbs { @import 'bootstrap'; } ``` We cannot use `selector &`, see sass/sass#1817. `fieldset[disabled] &` is not needed as we no longer support IE8.
2015-08-27Less to Sass typos.XhmikosR1-1/+1
[ci skip]
2015-08-26rm unused $state param from form-control-validation mixin; fixes #17323Chris Rebert1-3/+3
[skip sauce] [skip validator]
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
Fix #17160
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
- no real need for everything to be 100% shared - padding looked and felt too large for inputs but not for buttons - tying forms and buttons seems fine, but throwing in pagination feels wrong
2015-08-12move form validation icon vars to variables fileMark Otto1-5/+0
2015-08-12Remove .help-block entirelyMark Otto1-13/+0
- Fixes #13267 somewhat. - Instead of a single, block-level class, let's use a combination of existing elements and classes. - For block-level help text, use p.text-muted. - For inline-level help text, use span.text-muted or small.text-muted.
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 ↵Mark Otto1-8/+8
it's cleaner
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