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