Hide Icon MoreH in panel (#937)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-02-07 16:05:10 +07:00 committed by GitHub
parent e026683db0
commit 8241ea3d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
<div class="text-sm content-dark-color">{subtitle}</div>
{/if}
</div>
<ActionIcon icon={IconMoreH} size={'medium'} />
<!-- <ActionIcon icon={IconMoreH} size={'medium'} /> -->
</div>
{#if $$slots.subtitle}
<div class="flex-row-center subtitle">
@ -74,7 +74,7 @@
<div class="fs-title">{title}</div>
<div class="text-sm content-dark-color">Candidate pool name</div>
</div>
<ActionIcon icon={IconMoreH} size={'medium'} />
<!-- <ActionIcon icon={IconMoreH} size={'medium'} /> -->
</div>
{#if $$slots.subtitle}<div class="flex-row-center subtitle"><slot name="subtitle" /></div>{/if}