From 7c43f1e2f7b4d4c4ab892954d0aaebc9eacd0ec2 Mon Sep 17 00:00:00 2001 From: Palash Singh Raghuwanshi Date: Tue, 9 Mar 2021 02:51:53 +0530 Subject: [PATCH] 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. --- static/styles/zulip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index d32f6ca6df..52d0386a62 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1933,7 +1933,7 @@ div.focused_table { top: -3px; } - .dropdown-toggle, + .dropdown-toggle:hover, li.active .dropdown-toggle:hover { opacity: 1; }