1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 03:41:03 +00:00

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

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