From 2108ca29df313203b27f8910fff437ba2c23d678 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 5 Oct 2023 22:55:49 -0400 Subject: [PATCH] fix: Sidebar toggle icon should always appear when hovering over sidebar --- app/components/Sidebar/Sidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Sidebar/Sidebar.tsx b/app/components/Sidebar/Sidebar.tsx index 30d0b8510..823e88e47 100644 --- a/app/components/Sidebar/Sidebar.tsx +++ b/app/components/Sidebar/Sidebar.tsx @@ -311,6 +311,7 @@ const Container = styled(Flex)` ${(props: ContainerProps) => props.$isHovering && css(hoverStyles)} + &:hover, &:focus-within { ${hoverStyles}