diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 5b647462f5..56c98cdffd 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -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);