diff options
| author | Chris Rebert <[email protected]> | 2016-01-13 15:05:18 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-13 15:05:23 -0800 |
| commit | 3daf4275eb9af7db240ee8059946c67401b7aa02 (patch) | |
| tree | a543b84cdefccef844c90a2fd36ef2e11007dacd | |
| parent | fa696d04659bf1298e06b1926a82513d5a8d691f (diff) | |
| download | bootstrap-3daf4275eb9af7db240ee8059946c67401b7aa02.tar.xz bootstrap-3daf4275eb9af7db240ee8059946c67401b7aa02.zip | |
rm unnecessary border-radius properties from .btn-group-vertical code
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/_button-group.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 4c47725bd..3ef563f99 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -177,11 +177,9 @@ border-radius: 0; } &:first-child:not(:last-child) { - border-top-right-radius: $btn-border-radius; @include border-bottom-radius(0); } &:last-child:not(:first-child) { - border-bottom-left-radius: $btn-border-radius; @include border-top-radius(0); } } |
