mirror of https://github.com/twbs/bootstrap.git
Fixes rounded corners on first and lat child on vertical btn group (#24119)
This commit is contained in:
parent
31c8721913
commit
71c06b75c6
|
|
@ -152,14 +152,14 @@
|
||||||
&:not(:first-child):not(:last-child) {
|
&:not(:first-child):not(:last-child) {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&:first-child:not(:last-child) {
|
&:first-child:not(:last-child) {
|
||||||
@include border-bottom-radius(0);
|
@include border-bottom-radius(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child:not(:first-child) {
|
&:last-child:not(:first-child) {
|
||||||
@include border-top-radius(0);
|
@include border-top-radius(0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .btn-group:not(:first-child):not(:last-child) > .btn {
|
> .btn-group:not(:first-child):not(:last-child) > .btn {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue