Commit 3daf4275 authored by Chris Rebert's avatar Chris Rebert
Browse files

rm unnecessary border-radius properties from .btn-group-vertical code

[skip sauce]
[skip validator]
parent fa696d04
Showing with 0 additions and 2 deletions
+0 -2
...@@ -177,11 +177,9 @@ ...@@ -177,11 +177,9 @@
border-radius: 0; border-radius: 0;
} }
&:first-child:not(:last-child) { &:first-child:not(:last-child) {
border-top-right-radius: $btn-border-radius;
@include border-bottom-radius(0); @include border-bottom-radius(0);
} }
&:last-child:not(:first-child) { &:last-child:not(:first-child) {
border-bottom-left-radius: $btn-border-radius;
@include border-top-radius(0); @include border-top-radius(0);
} }
} }
......
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