fix(app): fade filetree guide lines on hover

This commit is contained in:
David Hill
2026-01-26 19:01:25 +00:00
parent 010ed55590
commit c6febd8ddd
2 changed files with 4 additions and 4 deletions

View File

@@ -2626,7 +2626,7 @@ export default function Page() {
<Show when={layout.fileTree.opened()}>
<div class="relative shrink-0 h-full" style={{ width: `${layout.fileTree.width()}px` }}>
<div class="h-full border-l border-border-weak-base flex flex-col overflow-hidden">
<div class="h-full border-l border-border-weak-base flex flex-col overflow-hidden group/filetree">
<Tabs
variant="pill"
value={fileTreeTab()}