mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
static: Fix setting gear to be not active when app loads.
From the commit history, this typo has always been there; because it had the same priority as the `opacity: 0.5` for that element, it can be nondeterministic whether the bug appeared. Fixes #17476.
This commit is contained in:
committed by
Tim Abbott
parent
d5871f1005
commit
7c43f1e2f7
@@ -1933,7 +1933,7 @@ div.focused_table {
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.dropdown-toggle,
|
||||
.dropdown-toggle:hover,
|
||||
li.active .dropdown-toggle:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user