aboutsummaryrefslogtreecommitdiff
path: root/scss/_input-group.scss
AgeCommit message (Collapse)AuthorFilesLines
2016-07-27Fixes #20291: Update variable usage for input group addonMark Otto1-3/+3
Instead of the regular border-radius var, use the input ones to match sizing with their associated controls.
2016-03-11remove empty sass if directivesRakhat Jabagin1-6/+2
2016-02-07Merge branch 'multiple-input-group-addon' of ↵Mark Otto1-19/+19
https://github.com/vicary/bootstrap into vicary-multiple-input-group-addon
2016-02-07Put that new var to use to match form group addons to form controlsMark Otto1-1/+1
2016-02-06linter overhaulMark Otto1-0/+2
2016-01-23Allow a <label> for .input-group-addon by zeroing out margin-bottommkroeders1-0/+1
When using a <label> as an .input-group-addon, there will be a default margin-bottom of .5rem via Reboot. This will lead to undesirable whitespace below the label and the <input> will become taller than needed. By removing the margin, it will play nice with <label> elements. Closes #19012
2016-01-07fix input group addon alignmentMark Otto1-1/+1
2015-12-12Alternative fix to double borderVicary Archangel1-4/+11
2015-12-09Multiple input-group-addon supportVicary Archangel1-26/+19
1. Invert `:first-child` into `:not(:last-child)` and vice versa 2. Remove double border at the left of `.form-control` 3. Shifts negative margins of `.btn` and `.btn-group` to retain rightmost border when using at the left of `.form-control`.
2015-12-07Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵Chris Rebert1-4/+4
#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 #18425 by using vars for 1px bordersMark Otto1-5/+5
2015-11-15Fix #17001 in v4Chris Rebert1-1/+9
Refs #18253 [skip sauce]
2015-08-22fixes #17035Mark Otto1-1/+1
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-3/+3
- 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-06-22drop more -base, clean up var spacingMark Otto1-1/+1
2015-06-22drop the base (hahaha), no but seriously drop the -base from our vars since ↵Mark Otto1-1/+1
it's cleaner
2015-06-22rename -horizontal and -vertical vars to -x and -y for consistencyMark Otto1-3/+3
2015-06-18Merge branch 'master' into v4Mark Otto1-0/+1
2015-04-27stub out flexbox variation for input groupMark Otto1-12/+29
2015-04-26remove some un-used grid class resets in input groupsMark Otto1-7/+0
2015-04-23update input groups to use new form control size classesMark Otto1-4/+4
2015-04-18more comments and formatting clean upMark Otto1-22/+33
2015-01-22put all :hover styles within @media (hover: hover)Chris Rebert1-3/+1
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto1-1/+1
2014-12-02convert to scssMark Otto1-0/+166