Skip to content
Snippets Groups Projects
Unverified Commit f044c7d7 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Remove animation from ViewSidebar under reduce motion (#18102)

parent ba1f8dcb
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@ export const ViewSidebarAside = styled.aside`
opacity: 1;
width: ${width}px;
`}
@media (prefers-reduced-motion) {
transition: none;
}
`;
export const ViewSidebarContent = styled.div`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment