From ba7853b2b3bca80176062414deaa4daacf764ff9 Mon Sep 17 00:00:00 2001 From: SaelixCode Date: Thu, 26 Feb 2026 20:07:09 -0500 Subject: [PATCH] feat: enhance item hover effects in Command component for improved user interaction --- frontend/src/components/EditorLayout.tsx | 2 +- frontend/src/components/ui/command.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/EditorLayout.tsx b/frontend/src/components/EditorLayout.tsx index 509c751c..40b7fc7b 100644 --- a/frontend/src/components/EditorLayout.tsx +++ b/frontend/src/components/EditorLayout.tsx @@ -576,7 +576,7 @@ export default function EditorLayout() { key={file} value={file} onSelect={() => loadFile(file)} - className={`justify-start rounded-lg mb-1 cursor-pointer data-[selected='true']:bg-transparent hover:bg-muted data-[selected='true']:text-foreground ${selectedFile === file ? '!bg-accent !text-accent-foreground' : ''}`} + className={`justify-start rounded-lg mb-1 cursor-pointer hover:bg-muted ${selectedFile === file ? '!bg-accent !text-accent-foreground' : ''}`} >