TSK-1324. Update popups and colors (#3145)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-05-05 12:21:40 +07:00
committed by GitHub
parent 01f6c38daf
commit 6d7b2f4bf6
94 changed files with 366 additions and 300 deletions
@@ -38,7 +38,7 @@
<div class="flex-no-shrink ml-2">
<IssueStatusIcon {value} size="small" />
</div>
<span class="content-accent-color ml-2">{value.name}</span>
<span class="caption-color ml-2">{value.name}</span>
{#if value.description}
<span>&nbsp;·&nbsp;{value.description}</span>
{/if}
@@ -316,14 +316,14 @@
position: absolute;
content: '';
inset: 0;
border-top: 1px solid var(--caret-color);
border-top: 1px solid var(--theme-caret-color);
}
&.is-dragged-over-down::before {
position: absolute;
content: '';
inset: 0;
border-bottom: 1px solid var(--caret-color);
border-bottom: 1px solid var(--theme-caret-color);
}
}