From: AmirHossein Date: Sat, 3 Sep 2022 22:37:15 +0000 (+0430) Subject: Update _button-group.scss X-Git-Tag: v5.2.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a9060a8fa643484fbe70d1e527267841670c9d;p=thirdparty%2Fbootstrap.git Update _button-group.scss --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index f78b8c1011..ade1a4ed15 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -37,8 +37,8 @@ @include border-radius($btn-border-radius); // Prevent double borders when buttons are next to each other - > .btn:not(:first-child), - > .btn-group:not(:first-child) { + > .btn:not(:first-of-type), + > .btn-group:not(:first-of-type) { margin-left: -$btn-border-width; }