From eaf69dc9d50dc0b5cfd79d20cf12338196de9cb3 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 6 Nov 2023 12:45:02 +0000 Subject: [PATCH] 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. --- web/styles/left_sidebar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 870e7e5cad..6e2c38a90d 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -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