]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add missing `border-radius` for `btn-group` (#35467)
authorAndy Jiang <andy.jiang99@outlook.com>
Thu, 16 Dec 2021 08:43:30 +0000 (03:43 -0500)
committerGitHub <noreply@github.com>
Thu, 16 Dec 2021 08:43:30 +0000 (10:43 +0200)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
scss/_button-group.scss

index 13aa0569a50710789a992d2e4cb3591587501b1b..47f0c1349aa91a59a9a7466807c6591cd558425e 100644 (file)
@@ -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) {