1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Extract $btn-active-box-shadow variable & refactor accordingly

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-01-09 15:14:36 -08:00
parent 496f9c2da4
commit ed3551415c
4 changed files with 4 additions and 3 deletions

View File

@@ -115,7 +115,7 @@
// The clickable button for toggling the menu
// Remove the gradient and set the same inset shadow as the :active state
.btn-group.open .dropdown-toggle {
@include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
@include box-shadow($btn-active-box-shadow);
// Show no shadow for `.btn-link` since it has no other button styles.
&.btn-link {