left_sidebar: Keep collapsed Views row highlighted with vdots menu open.

This commit is contained in:
Karl Stolley 2024-10-08 16:31:18 -04:00 committed by Tim Abbott
parent 1fae8931c3
commit ec8c097868
1 changed files with 2 additions and 1 deletions

View File

@ -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);