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:
Palash Singh Raghuwanshi
2021-03-09 02:51:53 +05:30
committed by Tim Abbott
parent d5871f1005
commit 7c43f1e2f7

View File

@@ -1933,7 +1933,7 @@ div.focused_table {
top: -3px;
}
.dropdown-toggle,
.dropdown-toggle:hover,
li.active .dropdown-toggle:hover {
opacity: 1;
}