left-sidebar: Change color of STREAMS label on hover.

This commit is contained in:
Tim Abbott 2017-05-13 14:41:35 -07:00
parent 45a9b657c7
commit 286bbff800
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@ li.active-sub-filter {
text-decoration: none;
}
.left-sidebar .sidebar-title:hover {
color: #555;
}
li.hidden-filter {
visibility: hidden;
display: none;