From 54a9580b7fca8e7ca5e2d276f61c60bac399f010 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 9 Sep 2024 16:56:15 -0500 Subject: [PATCH] fix(sidebar): remove incorrect state layer styles --- static/app/components/sidebar/sidebarItem.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/app/components/sidebar/sidebarItem.tsx b/static/app/components/sidebar/sidebarItem.tsx index 2f69275a554d58..ce929ba05f553f 100644 --- a/static/app/components/sidebar/sidebarItem.tsx +++ b/static/app/components/sidebar/sidebarItem.tsx @@ -612,9 +612,6 @@ const CollapsedFeatureBadge = styled(FeatureBadge)` `; const StyledInteractionStateLayer = styled(InteractionStateLayer)` - height: ${16 * 2 + 40}px; - width: 70px; - .sidebar-v2 & { height: 53px; width: 58px;