fix(app): fade filetree guide lines on hover
This commit is contained in:
parent
010ed55590
commit
c6febd8ddd
2 changed files with 4 additions and 4 deletions
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue