From 286bbff800b2a4612722f6e7fe60957e8cbd20a5 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 13 May 2017 14:41:35 -0700 Subject: [PATCH] left-sidebar: Change color of STREAMS label on hover. --- static/styles/left-sidebar.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/left-sidebar.css b/static/styles/left-sidebar.css index 91675dda33..b40069db83 100644 --- a/static/styles/left-sidebar.css +++ b/static/styles/left-sidebar.css @@ -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;