| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-07 | Remove commented out height on large/small inputs | Mark Otto | 1 | -2/+0 | |
| 2016-02-07 | Remove specific line-heights from large/small inputs as well | Mark Otto | 1 | -2/+0 | |
| 2016-02-07 | _forms.scss: Remove extra url()s in commented-out code | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-07 | Fix CSS3 :not() selector | vsn4ik | 1 | -1/+1 | |
| 2016-02-06 | Fixes #17194: Ensure proper height on default select.form-control instances | Mark Otto | 1 | -8/+5 | |
| 2016-02-06 | tweak sizing | Mark Otto | 1 | -1/+1 | |
| 2016-02-06 | move the url to the variable value | Mark Otto | 1 | -3/+3 | |
| 2016-02-06 | linter overhaul | Mark Otto | 1 | -0/+2 | |
| 2016-02-03 | Redo line-height globally | Mark Otto | 1 | -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-23 | scss/_forms.scss: Remove now-unnecessary SCSS-Lint exemption | Chris Rebert | 1 | -3/+0 | |
| [skip sauce] | |||||
| 2016-01-10 | Switch to actually-Safari-specific CSS hack when fixing vertical alignment ↵ | Chris Rebert | 1 | -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-08 | Remove remaining reference to <input type="datetime"> in SCSS comment | Chris Rebert | 1 | -1/+1 | |
| Erratum of #18778 [skip sauce] [skip validator] | |||||
| 2016-01-05 | remove instances of font-weight: normal since we no longer specify bold ↵ | Mark Otto | 1 | -2/+0 | |
| labels (as of v4) | |||||
| 2015-12-07 | tweak comment | Mark Otto | 1 | -1/+1 | |
| 2015-12-07 | Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵ | Chris Rebert | 1 | -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-06 | fixes #18087: .navbar-form is no more | Mark Otto | 1 | -2/+0 | |
| 2015-11-15 | .form-control: Use $input-border-width instead of $border-width | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-11-14 | $input-border => $input-border-color | Chris Rebert | 1 | -1/+1 | |
| 2015-11-14 | fix error to danger | Mark Otto | 1 | -2/+2 | |
| 2015-11-12 | fix broke shit, ugh my bad | Mark Otto | 1 | -1/+1 | |
| 2015-11-12 | Merge pull request #17153 from kkirsche/patch-17 | Mark Otto | 1 | -2/+2 | |
| v4 — Change .has-error to .has-danger for uniformity. | |||||
| 2015-10-28 | Fix typos in comments | Chris Rebert | 1 | -2/+2 | |
| 2015-10-23 | _forms.scss: Copy over iOS <input> type compatibility note from v3 | Chris Rebert | 1 | -0/+2 | |
| Refs b6e6a05b951aac3fad30da441c765dbb86518644 We ought to re-check this for iOS 9.1 at some point... [skip sauce] [skip validator] | |||||
| 2015-10-08 | Move border-radius mixin from scss/_mixins.scss to ↵ | Chris Rebert | 1 | -2/+2 | |
| scss/mixins/_border-radius.scss Reunites the family. Closes #17791 | |||||
| 2015-09-15 | fixes border-width issues when customizing font-size by using 1px instead of ↵ | Mark Otto | 1 | -3/+3 | |
| .0625rem as default -width | |||||
| 2015-09-05 | Merge pull request #17364 from twbs/avoid-parent-selector-suffix2 | Gleb Mazovetskiy | 1 | -10/+5 | |
| Remove all uses of `selector &` to support nested import | |||||
| 2015-09-02 | Update all usages of 'control-label' with 'form-control-label' in docs | Andrew Smith | 1 | -1/+1 | |
| 2015-08-29 | Merge pull request #17331 from twbs/fix-17323 | Chris Rebert | 1 | -3/+3 | |
| rm unused $state param from form-control-validation mixin | |||||
| 2015-08-27 | Remove all uses of `selector &` | Gleb Mazovetskiy | 1 | -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-27 | Less to Sass typos. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-08-26 | rm unused $state param from form-control-validation mixin; fixes #17323 | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] [skip validator] | |||||
| 2015-08-23 | fix majority of scss linter errors | Mark Otto | 1 | -1/+1 | |
| 2015-08-20 | Use border-radius mixing in form-control-sm and form-control-lg | Kevin Kirsche | 1 | -2/+2 | |
| Fix #17160 | |||||
| 2015-08-17 | really temporarily disable those heights | Mark Otto | 1 | -2/+2 | |
| 2015-08-17 | clean out comments that aren't all that helpful | Mark Otto | 1 | -5/+0 | |
| 2015-08-13 | nuke the shared padding vars and assign to individual components | Mark Otto | 1 | -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-12 | move form validation icon vars to variables file | Mark Otto | 1 | -5/+0 | |
| 2015-08-12 | Remove .help-block entirely | Mark Otto | 1 | -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-10 | reorder variables, rename -color to -color | Mark Otto | 1 | -1/+1 | |
| 2015-08-08 | rewrite some forms docs, use new validation styles and icons | Mark Otto | 1 | -46/+104 | |
| 2015-07-03 | use mixin on input transition | Mark Otto | 1 | -1/+1 | |
| 2015-07-03 | Add new variable for -box-shadow | Mark Otto | 1 | -1/+1 | |
| 2015-06-22 | line-height-base to line-height var | Mark Otto | 1 | -1/+1 | |
| 2015-06-22 | Remove var | Mark Otto | 1 | -1/+2 | |
| 2015-06-22 | drop more -base, clean up var spacing | Mark Otto | 1 | -4/+4 | |
| 2015-06-22 | drop the base (hahaha), no but seriously drop the -base from our vars since ↵ | Mark Otto | 1 | -8/+8 | |
| it's cleaner | |||||
| 2015-06-22 | rename -horizontal and -vertical vars to -x and -y for consistency | Mark Otto | 1 | -6/+6 | |
| 2015-06-22 | tweak small forms, small inputs; trying to equalize their rendered dimensions | Mark Otto | 1 | -6/+6 | |
| 2015-06-19 | fix scss linting | Mark Otto | 1 | -1/+1 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 1 | -18/+26 | |
