fix: Sidebar should collapse after control click (again)

closes #5958
This commit is contained in:
Tom Moor
2023-10-07 21:14:48 -04:00
parent 6402f0bfcf
commit 594898affc

View File

@@ -311,7 +311,12 @@ const Container = styled(Flex)<ContainerProps>`
${(props: ContainerProps) => props.$isHovering && css(hoverStyles)}
&:hover,
&:hover {
${ToggleButton} {
opacity: 1;
}
}
&:focus-within {
${hoverStyles}