diff --git a/src/components/video-editor/EditorSidebar.tsx b/src/components/video-editor/EditorSidebar.tsx index f2a2de80..2c5ff9fa 100644 --- a/src/components/video-editor/EditorSidebar.tsx +++ b/src/components/video-editor/EditorSidebar.tsx @@ -85,11 +85,12 @@ export function EditorSidebar({ const isActive = prefs.activeEffectSection === section.id; return (
+ {/* Intentionally removes default focus-visible ring — UI decision to avoid ugly yellow selection ring */} prefs.setActiveEffectSection(section.id)} title={section.label} - className="group relative flex h-9 w-9 items-center justify-center rounded-lg outline-none focus-visible:ring-2 focus-visible:ring-[#2563EB]/50 focus-visible:ring-offset-1" + className="group relative flex h-9 w-9 items-center justify-center rounded-lg outline-none focus:outline-none focus-visible:outline-none" animate={{ opacity: isActive ? 1 : 0.55 }} transition={{ duration: 0.14 }} >