From: Andy Jiang Date: Thu, 16 Dec 2021 08:43:30 +0000 (-0500) Subject: Add missing `border-radius` for `btn-group` (#35467) X-Git-Tag: v5.2.0-beta1~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a66f229ed701d4ed8d6d5b7469984ab11d822f0;p=thirdparty%2Fbootstrap.git Add missing `border-radius` for `btn-group` (#35467) Co-authored-by: XhmikosR --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 13aa0569a5..47f0c1349a 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -34,6 +34,8 @@ } .btn-group { + @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) {