aboutsummaryrefslogtreecommitdiff
path: root/scss/_input-group.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02Fix buttons that come after the input (input should be under the button)Mark Otto1-0/+6
2017-10-02First child of input group segmented buttons are off by -btn-border-widthPatrick Yeo1-0/+4
2017-10-02Switch to stylelint. (#23572)XhmikosR1-2/+2
2017-10-02Revert input group border changes (#24197)Mark Otto1-3/+0
Turns out #22612 is a bad idea and it makes all sorts of weird visual glitches when working with form controls and transparent borders.
2017-10-02fixes input group btn height (#23810)Andres Galante1-1/+4
2017-10-01remove Dist fils as per suggestion (#23092)Chirag Modi1-1/+2
2017-08-12Remove `vertical-align: middle` from `.input-group-addon` and ↵Patrick Yeo1-1/+0
`.input-group-btn` left over from V3
2017-08-12Apply `align-items: center;` to `.input-group` instead of input group sub ↵Patrick Yeo1-4/+1
components, causes `.input-group .form-control` and `.input-group-addon` to be large when next to a tall element
2017-08-10Input Group Addon add option to configure `$input-group-addon-color`Patrick Yeo1-1/+1
2017-08-10Fix border on input group elements and custom form inputsNathan Woltman1-0/+3
c3e4cbd changed the border of input elements to be translucent. This commit makes input group elements and custom form inputs follow the same pattern.
2017-03-28Revamp button and input vars while fixing #21587 (#22287)Mark Otto1-4/+5
2017-01-21fix segmented buttons (#21716)Gijs Boddeus1-4/+1
* fix segmented buttons changed flex-direction to row centering is now done by align-items instead of justify-content this way there is no need for flex property on the .btn inside .btn-group * Update _input-group.scss
2017-01-03clarify usage of base font-size so we know what's upMark Otto1-1/+1
2016-12-22Changed a word in a comment (#21399)Patrick Cameron1-1/+1
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-39/+13
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-10-30Fix input group sizing in FirefoxCatalin Zalog1-1/+4
Firefox requires a width and flex-basis value to size the input field correctly. Despite the width being 1%, the input will size correctly at all parent widths. http://codepen.io/zalog/pen/bpMJmv
2016-10-27property orderMark Otto1-1/+1
2016-10-27Ensure proper sizing of and alignment of content within input group addons ↵Mark Otto1-1/+14
and buttons Fixes #20927.
2016-10-19Use a variable for the default font weights. Fixes #20741Simon Bächler1-1/+1
Websites might use different weights such as medium or thin or use light as default weight instead of normal. Also referenced: #18605 and #16170.
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