fix: Sidebar toggle icon should always appear when hovering over sidebar
This commit is contained in:
@@ -311,6 +311,7 @@ const Container = styled(Flex)<ContainerProps>`
|
||||
|
||||
${(props: ContainerProps) => props.$isHovering && css(hoverStyles)}
|
||||
|
||||
&:hover,
|
||||
&:focus-within {
|
||||
${hoverStyles}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user