diff options
| author | Chris Rebert <[email protected]> | 2015-12-04 01:42:18 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-04 01:42:51 -0800 |
| commit | 2fcb2e099f006f38b46a3169f888f60728fa8260 (patch) | |
| tree | 6dc761803988096c5472e1a205ebe6f7d5c68971 /scss/_button-group.scss | |
| parent | 8a1685fdee8f01f041184948cf20dede54a2f4b3 (diff) | |
| download | bootstrap-2fcb2e099f006f38b46a3169f888f60728fa8260.tar.xz bootstrap-2fcb2e099f006f38b46a3169f888f60728fa8260.zip | |
Use $border-width for .btn-group margins that make borders overlap
Fixes half of #18425
[skip sauce]
[skip validator]
Diffstat (limited to 'scss/_button-group.scss')
| -rw-r--r-- | scss/_button-group.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index d85c63767..7eebd380b 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -27,7 +27,7 @@ .btn + .btn-group, .btn-group + .btn, .btn-group + .btn-group { - margin-left: -1px; + margin-left: -$border-width; } } @@ -167,7 +167,7 @@ > .btn + .btn-group, > .btn-group + .btn, > .btn-group + .btn-group { - margin-top: -1px; + margin-top: -$border-width; margin-left: 0; } } |
