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:
Josh Mandel 2016-02-25 16:44:20 -05:00 committed by Tim Abbott
parent 3ab567db98
commit d3d044ba00

View File

@ -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 {