From 46a98d2eec8bf8d055fdbe52d59c7b94cf1ff6bb Mon Sep 17 00:00:00 2001 From: SiddharthVarshney Date: Sat, 6 Jun 2020 03:56:16 +0530 Subject: [PATCH] right-sidebar: Fix menu icon hover color. This will fix the menu icon hover effect for the day mode. --- static/styles/right-sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/right-sidebar.scss b/static/styles/right-sidebar.scss index 22dd9b30e9..496e93c545 100644 --- a/static/styles/right-sidebar.scss +++ b/static/styles/right-sidebar.scss @@ -42,7 +42,7 @@ &:hover { display: inline; cursor: pointer; - color: hsl(0, 0%, 0%); + color: hsl(0, 0%, 0%) !important; } }