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}