mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
Hide Icon MoreH in panel (#937)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
e026683db0
commit
8241ea3d79
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user