mirror of https://github.com/zulip/zulip.git
left_sidebar: Keep collapsed Views row highlighted with vdots menu open.
This commit is contained in:
parent
1fae8931c3
commit
ec8c097868
|
@ -928,7 +928,8 @@ li.top_left_scheduled_messages {
|
|||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
|
||||
&:not(.remove-pointer-for-spectator):hover {
|
||||
&:not(.remove-pointer-for-spectator):hover,
|
||||
&:has(.left-sidebar-navigation-menu-icon[aria-expanded="true"]) {
|
||||
background-color: var(--color-background-hover-narrow-filter);
|
||||
box-shadow: inset 0 0 0 1px var(--color-shadow-sidebar-row-hover);
|
||||
|
||||
|
|
Loading…
Reference in New Issue