mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	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:
		@@ -1008,7 +1008,8 @@ li.top_left_scheduled_messages {
 | 
				
			|||||||
*/
 | 
					*/
 | 
				
			||||||
#stream_filters li:hover .stream-sidebar-menu-icon,
 | 
					#stream_filters li:hover .stream-sidebar-menu-icon,
 | 
				
			||||||
.top_left_row:hover .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
 | 
					    /* We push against `display: none` with
 | 
				
			||||||
       `display: flex` because the sidebar vdots
 | 
					       `display: flex` because the sidebar vdots
 | 
				
			||||||
       all expect to be displayed as flex items
 | 
					       all expect to be displayed as flex items
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user