mirror of https://github.com/zulip/zulip.git
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:
parent
b59e90d100
commit
eaf69dc9d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue