Commit 584759ea authored by liuyl's avatar liuyl

btngroups

parent f22a077f
......@@ -3257,12 +3257,12 @@ button.close {
border-radius: 0;
}
.btn-group-vertical .btn:first-child {
.btn-group-vertical .btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical .btn:last-child {
.btn-group-vertical .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -142,10 +142,10 @@
&:not(:first-child):not(:last-child) {
border-radius: 0;
}
&:first-child {
&:first-child:not(:last-child) {
.border-bottom-radius(0);
}
&:last-child {
&:last-child:not(:first-child) {
.border-top-radius(0);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment