| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-07-27 | Fixes #20291: Update variable usage for input group addon | Mark Otto | 1 | -3/+3 | |
| Instead of the regular border-radius var, use the input ones to match sizing with their associated controls. | |||||
| 2016-03-11 | remove empty sass if directives | Rakhat Jabagin | 1 | -6/+2 | |
| 2016-02-07 | Merge branch 'multiple-input-group-addon' of ↵ | Mark Otto | 1 | -19/+19 | |
| https://github.com/vicary/bootstrap into vicary-multiple-input-group-addon | |||||
| 2016-02-07 | Put that new var to use to match form group addons to form controls | Mark Otto | 1 | -1/+1 | |
| 2016-02-06 | linter overhaul | Mark Otto | 1 | -0/+2 | |
| 2016-01-23 | Allow a <label> for .input-group-addon by zeroing out margin-bottom | mkroeders | 1 | -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-07 | fix input group addon alignment | Mark Otto | 1 | -1/+1 | |
| 2015-12-12 | Alternative fix to double border | Vicary Archangel | 1 | -4/+11 | |
| 2015-12-09 | Multiple input-group-addon support | Vicary Archangel | 1 | -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-07 | Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵ | Chris Rebert | 1 | -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-06 | fixes #18425 by using vars for 1px borders | Mark Otto | 1 | -5/+5 | |
| 2015-11-15 | Fix #17001 in v4 | Chris Rebert | 1 | -1/+9 | |
| Refs #18253 [skip sauce] | |||||
| 2015-08-22 | fixes #17035 | Mark Otto | 1 | -1/+1 | |
| 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 | -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-22 | drop more -base, clean up var spacing | Mark Otto | 1 | -1/+1 | |
| 2015-06-22 | drop the base (hahaha), no but seriously drop the -base from our vars since ↵ | Mark Otto | 1 | -1/+1 | |
| it's cleaner | |||||
| 2015-06-22 | rename -horizontal and -vertical vars to -x and -y for consistency | Mark Otto | 1 | -3/+3 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 1 | -0/+1 | |
| 2015-04-27 | stub out flexbox variation for input group | Mark Otto | 1 | -12/+29 | |
| 2015-04-26 | remove some un-used grid class resets in input groups | Mark Otto | 1 | -7/+0 | |
| 2015-04-23 | update input groups to use new form control size classes | Mark Otto | 1 | -4/+4 | |
| 2015-04-18 | more comments and formatting clean up | Mark Otto | 1 | -22/+33 | |
| 2015-01-22 | put all :hover styles within @media (hover: hover) | Chris Rebert | 1 | -3/+1 | |
| 2014-12-11 | fix all validation, turn off some settings, add sort order | Mark Otto | 1 | -1/+1 | |
| 2014-12-02 | convert to scss | Mark Otto | 1 | -0/+166 | |
