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:
parent
d17801265e
commit
4a66f229ed
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user