diff options
| author | Mark Otto <[email protected]> | 2012-01-07 21:09:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 21:09:02 -0800 |
| commit | 95f47026cf55dc029d266e80bb4fab00b85af0e8 (patch) | |
| tree | c52e772d05c87037a7b59612419a8510a6b04379 /lib/dropdowns.less | |
| parent | 343dd9616d0c596f67331ce30e4811cedccf2d39 (diff) | |
| download | bootstrap-95f47026cf55dc029d266e80bb4fab00b85af0e8.tar.xz bootstrap-95f47026cf55dc029d266e80bb4fab00b85af0e8.zip | |
fix up dropdowns and navbar docs for the new dropdown styles
Diffstat (limited to 'lib/dropdowns.less')
| -rw-r--r-- | lib/dropdowns.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less index a1b9e37bc..f59ab3728 100644 --- a/lib/dropdowns.less +++ b/lib/dropdowns.less @@ -22,7 +22,8 @@ margin-top: 8px; margin-left: 2px; } -.dropdown:hover .caret { +.dropdown:hover .caret, +.open.dropdown .caret { .opacity(100); } // The dropdown menu (ul) |
