diff options
| author | Sam Blowes <[email protected]> | 2013-11-15 16:48:24 +0000 |
|---|---|---|
| committer | Sam Blowes <[email protected]> | 2013-11-15 16:48:24 +0000 |
| commit | f4eb3df50ad43171ae37ccd1208a5bed72cc6ecb (patch) | |
| tree | fa832db19cab483ce5940257b2a47e1af99953a7 /less/button-groups.less | |
| parent | 7545da2e3c5488b1bcc9c70fecac759232466756 (diff) | |
| download | bootstrap-f4eb3df50ad43171ae37ccd1208a5bed72cc6ecb.tar.xz bootstrap-f4eb3df50ad43171ae37ccd1208a5bed72cc6ecb.zip | |
Fixed single btn in btn-group-veritcal not being rounded
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 c25357622..97d5d3e3d 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -218,13 +218,13 @@ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.btn-group-vertical > .btn-group:first-child { +.btn-group-vertical > .btn-group:first-child:not(:last-child) { > .btn:last-child, > .dropdown-toggle { .border-bottom-radius(0); } } -.btn-group-vertical > .btn-group:last-child > .btn:first-child { +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { .border-top-radius(0); } |
