aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
AgeCommit message (Collapse)AuthorFilesLines
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
2015-04-29Fix no-label checkboxes/radiosMark Otto1-2/+5
Because we use `position: absolute` on our inputs, when there’s no label the `.checkbox` ends up having no computed height. To avoid rendering errors when there’s no label text, we reset the `position` to `static` for normal rendering.
2015-04-29Remove $line-height-computedMark Otto1-1/+1
We have it set to `1` right now just to avoid compilation errors, but it’s been replaced everywhere with our new spacer classes anywho. We’ll likely want to remap that var to custom component vars though (e.g., `$pagination-margin` instead of `$spacer-y`).
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 ↵Mark Otto1-22/+38
navbar spacing
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
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
2015-03-01fix validation, run grunt distMark Otto1-4/+5