| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-07-31 | Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵ | Martijn Cuppens | 1 | -1/+1 | |
| mixins | |||||
| 2018-11-25 | Grow button width to the parent button group (#27717) | ysds | 1 | -1/+1 | |
| 2018-11-04 | Button group refactoring and fixes (#25395) | ysds | 1 | -17/+8 | |
| 2018-03-12 | Fix caret alignment (#25719) | ysds | 1 | -1/+7 | |
| 2017-12-26 | Clean up button group (#25073) | ysds | 1 | -58/+12 | |
| * Remove unnecessary float - since parent btn-group is displayed as inline-flex, the child elements are placed left to right by default. * Cleanup of reset rounded corners - Remove `border-radius :0` since it is enough by each reset of left and right side - A `.dropdown-toggle` selector should not be used for reset rounded corner since it does not have border-radius property. Instead use .dropdown-toggle as negation pseudo-class. | |||||
| 2017-11-24 | rename it | Mark Otto | 1 | -1/+1 | |
| 2017-11-09 | Make styling of grouped option buttons class-based | Raffy Alcoriza | 1 | -1/+1 | |
| Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute. | |||||
| 2017-10-27 | fixes #24574 | Mark Otto | 1 | -1/+1 | |
| 2017-10-22 | Merge branch 'btn_input_split_variables' of ↵ | Mark Otto | 1 | -8/+8 | |
| https://github.com/isychev/bootstrap into isychev-btn_input_split_variables | |||||
| 2017-10-22 | Merge branch 'v4-dev' into btn_input_split_variables | Mark Otto | 1 | -3/+5 | |
| 2017-10-23 | Refactor a few selectors. (#24404) | XhmikosR | 1 | -32/+35 | |
| 1. move a couple of them before the more specific ones. 2. change nesting to be under the same parent selector 3. use the ampersand more | |||||
| 2017-10-23 | Enable stylelint's `function-comma-space-after`. (#24501) | XhmikosR | 1 | -1/+1 | |
| The option is set to `always-single-line` in stylelint-config-standard which we extend. | |||||
| 2017-10-22 | fix vertical input button group margin (#24498) | Gijs Boddeus | 1 | -0/+2 | |
| * add margin-bottom to .btn of a vertical button group * match margins of radio/checkbox buttons in a btn-group to the actual buttons * add comment | |||||
| 2017-10-20 | Reduce z-indexes in button-group, input-group, list-group, and pagination to ↵ | rmacklin | 1 | -2/+2 | |
| the minimum necessary (#24315) These were using `z-index: 2` to "Place active items above their siblings for proper border styling". However, using `z-index: 1` is sufficient for accomplishing that goal. In input-group, there were also three `z-index: 3` rules for the hover/focus/active states. I reduced these to `z-index: 2` since they just needed to be "one more than normal" (i.e. one more than what is now `z-index: 1` after my changes). These changes can be verified by viewing the documentation pages for Button group, Input group, List group, and Pagination before and after this commit and observing that the active elements are still "above" their siblings, so their borders look correct. | |||||
| 2017-10-19 | append btn-* and input-* variables and extends their from input-btn-* variables | i.sychev | 1 | -8/+8 | |
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 1 | -4/+7 | |
| 2017-09-26 | Fixes rounded corners on first and lat child on vertical btn group (#24119) | Andres Galante | 1 | -6/+6 | |
| 2017-08-13 | Button code cleanup (#22951) | Mark Otto | 1 | -17/+23 | |
| * use a mixin there * revamp .btn-link to match default and outline variants * remove unnecessary properties | |||||
| 2017-06-03 | fix small typo inside _button-group.scss (#22746) | Tom Van Rompaey | 1 | -1/+1 | |
| fron -> front | |||||
| 2017-04-08 | Rename some .open to .show (#22389) | Mark Otto | 1 | -8/+2 | |
| * no more outline overrides * rename old .open to .show | |||||
| 2017-03-28 | Revamp button and input vars while fixing #21587 (#22287) | Mark Otto | 1 | -6/+6 | |
| 2017-01-24 | Allow button toolbars to wrap (#21826) | Mark Otto | 1 | -0/+1 | |
| Fixes #21699 | |||||
| 2017-01-21 | Fix gaps between vertical grouped buttons when using labels (#21793) (#21796) | Dmytro Yarmak | 1 | -0/+1 | |
| 2017-01-03 | Drop .carete (#21525) | Quy | 1 | -16/+0 | |
| 2017-01-03 | button groups should be inline-flex to match their button counter parts ↵ | Mark Otto | 1 | -1/+1 | |
| (inline-block currently) | |||||
| 2016-12-27 | inline-flex and width: 100% for stacked/vertical variation | Mark Otto | 1 | -2/+2 | |
| shoutout to @Starsam80 for the fix | |||||
| 2016-12-27 | auto size input groups, fixes #20506 | Mark Otto | 1 | -0/+4 | |
| 2016-12-27 | remove commented out code | Mark Otto | 1 | -1/+0 | |
| 2016-12-27 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-12-27 | revamp button group with flexbox | Mark Otto | 1 | -39/+19 | |
| 2016-10-02 | Remove the margin-bottom from <label>s in .btn-groups (#20827) | Mark Otto | 1 | -0/+1 | |
| - Fixes #20298 for vertical button group spacing - Fixes #20784 for horizontal (default) button group spacing - Alternate fix to #20823 which only applied a fix for vertical button groups | |||||
| 2016-05-11 | linting order | Mark Otto | 1 | -3/+3 | |
| 2016-05-11 | Unfuck those split button dropdowns | Mark Otto | 1 | -11/+15 | |
| - Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button | |||||
| 2016-02-06 | linting | Mark Otto | 1 | -3/+3 | |
| 2016-02-06 | Merge branch 'v4-dev' into v4-split-buttons | Mark Otto | 1 | -3/+3 | |
| 2016-02-06 | linter overhaul | Mark Otto | 1 | -0/+2 | |
| 2016-01-13 | rm unnecessary border-radius properties from .btn-group-vertical code | Chris Rebert | 1 | -2/+0 | |
| [skip sauce] [skip validator] | |||||
| 2016-01-09 | Extract $btn-active-box-shadow variable & refactor accordingly | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-01-08 | Switch up some split button stuff | Mark Otto | 1 | -7/+13 | |
| - New vars - New function for stripping units so we can combine rems and ems in math functions - Add new classes for sizing and spacing around the split dropdown toggle so that the caret isn't misaligned | |||||
| 2016-01-06 | Add variables for spacing of .btn-toolbar and split-button dropdown toggles | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2015-12-07 | Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵ | Chris Rebert | 1 | -2/+2 | |
| #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 | -2/+2 | |
| 2015-12-04 | Use $border-width for .btn-group margins that make borders overlap | Chris Rebert | 1 | -2/+2 | |
| Fixes half of #18425 [skip sauce] [skip validator] | |||||
| 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 | -1/+0 | |
| - 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 the base (hahaha), no but seriously drop the -base from our vars since ↵ | Mark Otto | 1 | -2/+2 | |
| it's cleaner | |||||
| 2015-06-22 | rename -horizontal and -vertical vars to -x and -y for consistency | Mark Otto | 1 | -2/+2 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 1 | -2/+2 | |
| 2015-04-18 | clean up comments and spacing | Mark Otto | 1 | -2/+6 | |
| 2015-03-09 | remove justified button groups | Mark Otto | 1 | -26/+0 | |
