Skip to content

Commit

Permalink
Clarifying the comment
Browse files Browse the repository at this point in the history
Made comment more clear.
  • Loading branch information
henryw4k committed Nov 30, 2015
1 parent de0b881 commit 75ef0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/button-groups.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 75ef0dd

Please sign in to comment.