From: Henry Wong Date: Mon, 30 Nov 2015 07:57:47 +0000 (-0800) Subject: Clarifying the comment X-Git-Tag: v3.3.7~165^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75ef0dd54975e96e530d5f085666a8b8399ce5b9;p=thirdparty%2Fbootstrap.git Clarifying the comment Made comment more clear. --- diff --git a/less/button-groups.less b/less/button-groups.less index 293245a650..7bbefede88 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -59,7 +59,7 @@ .border-right-radius(0); } } -// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it +// Need .dropdown-toggle since :last-child doesn't apply, given a .dropdown-menu is used immediately after it .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { .border-left-radius(0);