diff options
| author | Mark Otto <[email protected]> | 2013-08-04 22:16:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-04 22:16:41 -0700 |
| commit | 6bebecfb287aa6aafce86a55dab6006e215f74fe (patch) | |
| tree | 04fb108eaee9c5214186397fee0f42ac8814e3ad /less/button-groups.less | |
| parent | 180034a4b450fb4a6567d6dbaaeb680905d798c4 (diff) | |
| parent | 584759eac0839feeaf5fbde339e772d389dda16f (diff) | |
| download | bootstrap-6bebecfb287aa6aafce86a55dab6006e215f74fe.tar.xz bootstrap-6bebecfb287aa6aafce86a55dab6006e215f74fe.zip | |
Merge pull request #9079 from liuyl/buttongroups
Fix #7108: btn group styling
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index d8eae0a50..ffa468184 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -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); } } |
