diff --git a/beta/src/components/Layout/Sidebar/SidebarRouteTree.tsx b/beta/src/components/Layout/Sidebar/SidebarRouteTree.tsx index 3d27d05d3..9010f38b6 100644 --- a/beta/src/components/Layout/Sidebar/SidebarRouteTree.tsx +++ b/beta/src/components/Layout/Sidebar/SidebarRouteTree.tsx @@ -64,7 +64,6 @@ function CollapseWrapper({ className={cn(isExpanded ? 'opacity-100' : 'opacity-50')} style={{ transition: `opacity ${duration}ms ease-in-out`, - animation: `nav-fadein ${duration}ms ease-in-out`, }}>
{children}
diff --git a/beta/src/styles/index.css b/beta/src/styles/index.css index a5c32b187..462e33fb9 100644 --- a/beta/src/styles/index.css +++ b/beta/src/styles/index.css @@ -153,15 +153,6 @@ display: none; } - @keyframes nav-fadein { - from { - opacity: 0.5; - } - to { - opacity: 1; - } - } - /* * Hopefully when scrollbar-color lands everywhere, * (and not just in FF), we'll be able to keep just this.