mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
[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:
parent
04df44f91f
commit
945562fbe1
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user