mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Don't hide the streams gear menu.
The previous behavior of only showing it on hover was not discoverable enough.
This commit is contained in:
parent
3ab567db98
commit
d3d044ba00
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user