[bugfix] Fix the recent gear hovering regression.

It's a long story, but we need to set the actual-dropdown-menu
class for the gear, since it messes with bootstrap's notion of
active.

(imported from commit 94f2d9ee65014bc954e088e6c913d9682b7322f6)
This commit is contained in:
Steve Howell 2013-07-26 18:00:20 -04:00
parent 04df44f91f
commit 945562fbe1

View File

@ -26,7 +26,7 @@
<div id="navbar-buttons">
<ul class="nav" role="navigation">
<li class="dropdown" id="gear-menu">
<li class="dropdown actual-dropdown-menu" id="gear-menu">
<a id="settings-dropdown" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-vector-cog"></i>
</a>