right-sidebar: Fix menu icon hover color.

This will fix the menu icon hover effect for the day mode.
This commit is contained in:
SiddharthVarshney
2020-06-06 03:56:16 +05:30
committed by Tim Abbott
parent 48e55875fe
commit 46a98d2eec

View File

@@ -42,7 +42,7 @@
&:hover { &:hover {
display: inline; display: inline;
cursor: pointer; cursor: pointer;
color: hsl(0, 0%, 0%); color: hsl(0, 0%, 0%) !important;
} }
} }