aboutsummaryrefslogtreecommitdiff
path: root/scss/_button-group.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02Switch to stylelint. (#23572)XhmikosR1-4/+7
2017-09-26Fixes rounded corners on first and lat child on vertical btn group (#24119)Andres Galante1-6/+6
2017-08-13Button code cleanup (#22951)Mark Otto1-17/+23
* use a mixin there * revamp .btn-link to match default and outline variants * remove unnecessary properties
2017-06-03fix small typo inside _button-group.scss (#22746)Tom Van Rompaey1-1/+1
fron -> front
2017-04-08Rename some .open to .show (#22389)Mark Otto1-8/+2
* no more outline overrides * rename old .open to .show
2017-03-28Revamp button and input vars while fixing #21587 (#22287)Mark Otto1-6/+6
2017-01-24Allow button toolbars to wrap (#21826)Mark Otto1-0/+1
Fixes #21699
2017-01-21Fix gaps between vertical grouped buttons when using labels (#21793) (#21796)Dmytro Yarmak1-0/+1
2017-01-03Drop .carete (#21525)Quy1-16/+0
2017-01-03button groups should be inline-flex to match their button counter parts ↵Mark Otto1-1/+1
(inline-block currently)
2016-12-27inline-flex and width: 100% for stacked/vertical variationMark Otto1-2/+2
shoutout to @Starsam80 for the fix
2016-12-27auto size input groups, fixes #20506Mark Otto1-0/+4
2016-12-27remove commented out codeMark Otto1-1/+0
2016-12-27lintingMark Otto1-1/+1
2016-12-27revamp button group with flexboxMark Otto1-39/+19
2016-10-02Remove the margin-bottom from <label>s in .btn-groups (#20827)Mark Otto1-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-11linting orderMark Otto1-3/+3
2016-05-11Unfuck those split button dropdownsMark Otto1-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-06lintingMark Otto1-3/+3
2016-02-06Merge branch 'v4-dev' into v4-split-buttonsMark Otto1-3/+3
2016-02-06linter overhaulMark Otto1-0/+2
2016-01-13rm unnecessary border-radius properties from .btn-group-vertical codeChris Rebert1-2/+0
[skip sauce] [skip validator]
2016-01-09Extract $btn-active-box-shadow variable & refactor accordinglyChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-01-08Switch up some split button stuffMark Otto1-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-06Add variables for spacing of .btn-toolbar and split-button dropdown togglesChris Rebert1-6/+6
[skip sauce]
2015-12-07Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵Chris Rebert1-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-06fixes #18425 by using vars for 1px bordersMark Otto1-2/+2
2015-12-04Use $border-width for .btn-group margins that make borders overlapChris Rebert1-2/+2
Fixes half of #18425 [skip sauce] [skip validator]
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-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-22drop the base (hahaha), no but seriously drop the -base from our vars since ↵Mark Otto1-2/+2
it's cleaner
2015-06-22rename -horizontal and -vertical vars to -x and -y for consistencyMark Otto1-2/+2
2015-06-18Merge branch 'master' into v4Mark Otto1-2/+2
2015-04-18clean up comments and spacingMark Otto1-2/+6
2015-03-09remove justified button groupsMark Otto1-26/+0
2015-01-22put all :hover styles within @media (hover: hover)Chris Rebert1-1/+3
2015-01-19Merge branch 'master' into v4Mark Otto1-2/+2
Conflicts: _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_includes/components/thumbnails.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/download.html docs/_includes/getting-started/template.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/theme/index.html grunt/configBridge.json less/alerts.less less/badges.less less/jumbotron.less less/panels.less less/tables.less less/theme.less less/variables.less package.json scss/_button-group.scss scss/_buttons.scss scss/_forms.scss
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto1-3/+3
2014-12-02convert to scssMark Otto1-0/+250