2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

fixes #9647: ensure open dropdown toggles get .active styles

This commit is contained in:
Mark Otto
2013-08-15 15:16:46 -07:00
parent c389c9e8f4
commit 16d7265c9b
3 changed files with 15 additions and 8 deletions
+2 -1
View File
@@ -412,7 +412,8 @@
&:hover,
&:focus,
&:active,
&.active {
&.active,
.open .dropdown-toggle& {
color: @color;
background-color: darken(@background, 8%);
border-color: darken(@border, 12%);