aboutsummaryrefslogtreecommitdiff
path: root/scss/_button-group.scss
AgeCommit message (Collapse)AuthorFilesLines
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