Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAndy Jiang <andy.jiang99@outlook.com>2021-12-16 11:43:30 +0300
committerGitHub <noreply@github.com>2021-12-16 11:43:30 +0300
commit4a66f229ed701d4ed8d6d5b7469984ab11d822f0 (patch)
tree21ae4a666af087763cbc49ba5d307f1de36d35a5 /scss
parentd17801265e3562e5386b3445b84915618f5a81d7 (diff)
Add missing `border-radius` for `btn-group` (#35467)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'scss')
-rw-r--r--scss/_button-group.scss2
1 files changed, 2 insertions, 0 deletions
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) {