From: Sam Blowes Date: Fri, 15 Nov 2013 16:48:24 +0000 (+0000) Subject: Fixed single btn in btn-group-veritcal not being rounded X-Git-Tag: v3.1.0~148^2~6^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4eb3df50ad43171ae37ccd1208a5bed72cc6ecb;p=thirdparty%2Fbootstrap.git Fixed single btn in btn-group-veritcal not being rounded --- diff --git a/less/button-groups.less b/less/button-groups.less index c253576225..97d5d3e3d2 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); }