From 3a74abb4dbe19c73f629caa6c183894f1c047f08 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 6 Jan 2026 22:03:53 +0100 Subject: [PATCH] fix blue dots appearing when transitioning --- interface/src/components/layout/LayoutMenuItem.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/src/components/layout/LayoutMenuItem.tsx b/interface/src/components/layout/LayoutMenuItem.tsx index b19652cca..a0dbc8354 100644 --- a/interface/src/components/layout/LayoutMenuItem.tsx +++ b/interface/src/components/layout/LayoutMenuItem.tsx @@ -39,9 +39,8 @@ const LayoutMenuItemComponent = ({ left: 0, top: 0, bottom: 0, - width: selected ? '4px' : '0px', + width: selected ? '3px' : '0px', backgroundColor: '#90caf9', - borderRadius: '0 2px 2px 0', transition: 'width 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53)' } }),