]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clarifying the comment 18384/head
authorHenry Wong <henryw4k@gmail.com>
Mon, 30 Nov 2015 07:57:47 +0000 (23:57 -0800)
committerHenry Wong <henryw4k@gmail.com>
Mon, 30 Nov 2015 07:57:47 +0000 (23:57 -0800)
Made comment more clear.

less/button-groups.less

index 293245a6503a02498dc2eab8765612fe3414d1bf..7bbefede886f7da46ef80777966a0f1491159203 100644 (file)
@@ -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);