diff options
| author | Mark Otto <[email protected]> | 2016-01-17 19:00:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-17 19:00:37 -0800 |
| commit | 11efaf54392639a7563ba58ee7ce0e7ad6af9745 (patch) | |
| tree | 1de3b7902258f46d5d9bb5a834e443d9bc21ec3d | |
| parent | 776337924ef42e326f743af2c8d5a51837442a61 (diff) | |
| parent | 3daf4275eb9af7db240ee8059946c67401b7aa02 (diff) | |
| download | bootstrap-11efaf54392639a7563ba58ee7ce0e7ad6af9745.tar.xz bootstrap-11efaf54392639a7563ba58ee7ce0e7ad6af9745.zip | |
Merge pull request #18878 from twbs/btn-group-vertical
rm unnecessary border-radius properties from .btn-group-vertical code
| -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); } } |
