Skip to content

Commit

Permalink
(less) fixes twbs#11126: remove box-shadow from open dropdown toggle …
Browse files Browse the repository at this point in the history
…with .btn-link
  • Loading branch information
mdo committed Oct 21, 2013
1 parent ca976f6 commit 0e4fc54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions button-groups.less
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@
// Remove the gradient and set the same inset shadow as the :active state
.btn-group.open .dropdown-toggle {
.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));

// Show no shadow for `.btn-link` since it has no other button styles.
&.btn-link {
.box-shadow(none);
}
}


Expand Down

0 comments on commit 0e4fc54

Please sign in to comment.