Use $border-width for .btn-group margins that make borders overlap

Fixes half of #18425
[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2015-12-04 01:42:18 -08:00
parent 8a1685fdee
commit 2fcb2e099f

View File

@ -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;
}
}