1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02: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

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