From 2fcb2e099f006f38b46a3169f888f60728fa8260 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 4 Dec 2015 01:42:18 -0800 Subject: [PATCH] Use $border-width for .btn-group margins that make borders overlap Fixes half of #18425 [skip sauce] [skip validator] --- scss/_button-group.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_button-group.scss b/scss/_button-group.scss index d85c637679..7eebd380ba 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; } } -- 2.47.2