mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08: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:
parent
48e55875fe
commit
46a98d2eec
@ -42,7 +42,7 @@
|
||||
&:hover {
|
||||
display: inline;
|
||||
cursor: pointer;
|
||||
color: hsl(0, 0%, 0%);
|
||||
color: hsl(0, 0%, 0%) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user