From d3d044ba00a960179c54d1cf1e7ee885742676d5 Mon Sep 17 00:00:00 2001 From: Josh Mandel Date: Thu, 25 Feb 2016 16:44:20 -0500 Subject: [PATCH] Don't hide the streams gear menu. The previous behavior of only showing it on hover was not discoverable enough. --- static/styles/zulip.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 67deccaab6..59873ebcaa 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -321,12 +321,6 @@ a:hover code { display: inline; } - -#streams_list:hover #streams_inline_cog { - visibility: visible; - opacity: 0.5; -} - #streams_list #streams_inline_cog:hover { opacity: 1.0; } @@ -335,9 +329,9 @@ a:hover code { float: right; color: #000; text-decoration: none; - visibility: hidden; font-size: 13px; margin-top: 3px; + opacity: 0.5; } .tooltip {