mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +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 {
|
&:hover {
|
||||||
display: inline;
|
display: inline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: hsl(0, 0%, 0%);
|
color: hsl(0, 0%, 0%) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user