Update apps/ui/src/components/dialogs/project-file-selector-dialog.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
gsxdsm
2026-02-17 23:36:43 -08:00
committed by GitHub
parent 854ba6ec74
commit 13261b7e8c

View File

@@ -407,7 +407,7 @@ export function ProjectFileSelectorDialog({
e.stopPropagation();
handleNavigateInto(entry);
}}
className="opacity-0 group-hover:opacity-100 p-0.5 rounded hover:bg-accent/50 transition-all shrink-0"
className="opacity-60 sm:opacity-0 sm:group-hover:opacity-100 p-0.5 rounded hover:bg-accent/50 transition-all shrink-0"
title={`Open ${entry.name}`}
>
<ChevronRight className="w-3.5 h-3.5 text-muted-foreground" />