left_sidebar: Employ existing left_sidebar_menu_icon_visible.

Seems like `left_sidebar_menu_icon_visible` had a regression where
its CSS was removed.

We use it show stream row icon when stream popover is visible.
This commit is contained in:
Aman Agrawal 2023-11-06 12:45:02 +00:00 committed by Tim Abbott
parent b59e90d100
commit eaf69dc9d5
1 changed files with 2 additions and 1 deletions

View File

@ -1008,7 +1008,8 @@ li.top_left_scheduled_messages {
*/
#stream_filters li:hover .stream-sidebar-menu-icon,
.top_left_row:hover .sidebar-menu-icon,
.bottom_left_row:hover .sidebar-menu-icon {
.bottom_left_row:hover .sidebar-menu-icon,
.column-left .left-sidebar .left_sidebar_menu_icon_visible {
/* We push against `display: none` with
`display: flex` because the sidebar vdots
all expect to be displayed as flex items