Add missing `border-radius` for `btn-group` (#35467)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Andy Jiang 2021-12-16 03:43:30 -05:00 committed by GitHub
parent d17801265e
commit 4a66f229ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View 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) {