Fix KanbanPanel (#331)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2021-11-22 12:29:19 +03:00 committed by GitHub
parent 859d84dd08
commit fdd0290697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 17 deletions

View File

@ -182,21 +182,6 @@
flex-wrap: wrap;
gap: 10px;
margin: 0 1rem;
}
:global(.label b) {
color: var(--theme-caption-color);
}
:global(.label span) {
display: inline-block;
padding: 0.125rem 0.25rem;
color: var(--theme-caption-color);
background-color: var(--theme-bg-focused-color);
border-radius: 0.25rem;
}
:global(.label span.bar) {
padding: 0.25rem 0.5rem;
font-weight: 500;
font-size: 0.625rem;
background-color: var(--primary-button-enabled);
b { color: var(--theme-caption-color); }
}
</style>

View File

@ -29,7 +29,7 @@
<div class="flex-between label">
<div>
<Label {label} />
<span>({counter})</span>
<!-- <span>({counter})</span> -->
</div>
<div class="tool" on:click|preventDefault={addAction}>
<IconAdd size={'small'} />