diff options
| author | Mark Otto <[email protected]> | 2013-08-15 15:16:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 15:16:46 -0700 |
| commit | 16d7265c9b2bf89bf24a6e133dffc9308614cd49 (patch) | |
| tree | 34a326acc158c4350bfa9ba0e68605d3f0967392 /less | |
| parent | c389c9e8f494f4093f670a206249aaedf1dfac86 (diff) | |
| download | bootstrap-16d7265c9b2bf89bf24a6e133dffc9308614cd49.tar.xz bootstrap-16d7265c9b2bf89bf24a6e133dffc9308614cd49.zip | |
fixes #9647: ensure open dropdown toggles get .active styles
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 65d8a0f70..f717b9269 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -412,7 +412,8 @@ &:hover, &:focus, &:active, - &.active { + &.active, + .open .dropdown-toggle& { color: @color; background-color: darken(@background, 8%); border-color: darken(@border, 12%); |
