mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
right-sidebar: Fix menu icon hover color.
This will fix the menu icon hover effect for the day mode.
This commit is contained in:
committed by
Tim Abbott
parent
48e55875fe
commit
46a98d2eec
@@ -42,7 +42,7 @@
|
||||
&:hover {
|
||||
display: inline;
|
||||
cursor: pointer;
|
||||
color: hsl(0, 0%, 0%);
|
||||
color: hsl(0, 0%, 0%) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user