Commit 71c06b75 authored by Andres Galante's avatar Andres Galante Committed by XhmikosR
Browse files

Fixes rounded corners on first and lat child on vertical btn group (#24119)

parent 31c87219
Showing with 6 additions and 6 deletions
+6 -6
......@@ -152,14 +152,14 @@
&:not(:first-child):not(:last-child) {
border-radius: 0;
}
}
&:first-child:not(:last-child) {
@include border-bottom-radius(0);
}
&:first-child:not(:last-child) {
@include border-bottom-radius(0);
}
&:last-child:not(:first-child) {
@include border-top-radius(0);
&:last-child:not(:first-child) {
@include border-top-radius(0);
}
}
> .btn-group:not(:first-child):not(:last-child) > .btn {
......
Supports Markdown
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