This commit is contained in:
PavelLaptev 2023-11-28 15:44:45 +01:00 committed by GitButler
parent 7543609d62
commit df6a31d9a4
2 changed files with 5 additions and 8 deletions

View File

@ -37,9 +37,9 @@
class="mr-1 inline"
/>
</div>
<div class="name flex-shrink">
<span class="name text-base-12">
{file.filename}
</div>
</span>
<div class="status">
<FileStatusCircle status={computeFileStatus(file)} />
</div>
@ -73,9 +73,6 @@
opacity: 0.3;
}
.selected {
background-color: var(--clr-theme-pop-element);
& .name {
color: var(--clr-theme-pop-on-element);
}
background-color: var(--clr-theme-scale-pop-80);
}
</style>

View File

@ -14,9 +14,9 @@
<Icon name="chevron-right-small" />
{/if}
<IconFolder class="h-4 w-4 scale-75 text-blue-400" />
<div class="name">
<span class="name text-base-12">
{node.name}
</div>
</span>
<!-- {#if withCheckboxes}
<Checkbox checked={isChecked} indeterminate={isIndeterminate} on:change={onCheckboxChange} />
{/if} -->