- 12 Mar, 2018 1 commit
-
-
ysds authored
-
- 27 Dec, 2017 1 commit
-
-
ysds authored
* 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.
-
- 25 Nov, 2017 1 commit
-
-
Mark Otto authored
-
- 09 Nov, 2017 1 commit
-
-
Raffy Alcoriza authored
Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute.
-
- 28 Oct, 2017 1 commit
-
-
Mark Otto authored
-
- 22 Oct, 2017 3 commits
-
-
XhmikosR authored
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
-
XhmikosR authored
The option is set to `always-single-line` in stylelint-config-standard which we extend.
-
Gijs Boddeus authored
* 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
-
- 20 Oct, 2017 1 commit
-
-
rmacklin authored
Reduce z-indexes in button-group, input-group, list-group, and pagination to 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.
-
- 19 Oct, 2017 1 commit
-
-
i.sychev authored
-
- 03 Oct, 2017 1 commit
-
-
XhmikosR authored
-
- 26 Sep, 2017 1 commit
-
-
Andres Galante authored
-
- 13 Aug, 2017 1 commit
-
-
Mark Otto authored
* use a mixin there * revamp .btn-link to match default and outline variants * remove unnecessary properties
-
- 03 Jun, 2017 1 commit
-
-
Tom Van Rompaey authored
fron -> front
-
- 08 Apr, 2017 1 commit
-
-
Mark Otto authored
* no more outline overrides * rename old .open to .show
-
- 28 Mar, 2017 1 commit
-
-
Mark Otto authored
-
- 25 Jan, 2017 1 commit
-
- 21 Jan, 2017 1 commit
-
-
Dmytro Yarmak authored
-
- 04 Jan, 2017 2 commits
- 28 Dec, 2016 5 commits
- 03 Oct, 2016 1 commit
-
- 11 May, 2016 2 commits
-
-
Mark Otto authored
-
Mark Otto authored
- 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
-
- 07 Feb, 2016 1 commit
-
-
Mark Otto authored
-
- 06 Feb, 2016 1 commit
-
-
Mark Otto authored
-
- 13 Jan, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 09 Jan, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 08 Jan, 2016 1 commit
-
-
Mark Otto authored
- 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
-
- 07 Jan, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 08 Dec, 2015 1 commit
-
-
Chris Rebert authored
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]
-
- 07 Dec, 2015 1 commit
-
-
Mark Otto authored
-
- 04 Dec, 2015 1 commit
-
-
Chris Rebert authored
Fixes half of #18425 [skip sauce] [skip validator]
-
- 18 Aug, 2015 1 commit
-
-
Mark Otto authored
-
- 14 Aug, 2015 1 commit
-
-
Mark Otto authored
- 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
-
- 23 Jun, 2015 1 commit
-
-
Mark Otto authored
-