mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-04 15:53:30 +03:00
Wip
This commit is contained in:
parent
7543609d62
commit
df6a31d9a4
@ -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>
|
||||
|
@ -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} -->
|
||||
|
Loading…
Reference in New Issue
Block a user