mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-24 09:16:43 +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>
|
<div class="text-sm content-dark-color">{subtitle}</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<ActionIcon icon={IconMoreH} size={'medium'} />
|
<!-- <ActionIcon icon={IconMoreH} size={'medium'} /> -->
|
||||||
</div>
|
</div>
|
||||||
{#if $$slots.subtitle}
|
{#if $$slots.subtitle}
|
||||||
<div class="flex-row-center subtitle">
|
<div class="flex-row-center subtitle">
|
||||||
@ -74,7 +74,7 @@
|
|||||||
<div class="fs-title">{title}</div>
|
<div class="fs-title">{title}</div>
|
||||||
<div class="text-sm content-dark-color">Candidate pool name</div>
|
<div class="text-sm content-dark-color">Candidate pool name</div>
|
||||||
</div>
|
</div>
|
||||||
<ActionIcon icon={IconMoreH} size={'medium'} />
|
<!-- <ActionIcon icon={IconMoreH} size={'medium'} /> -->
|
||||||
</div>
|
</div>
|
||||||
{#if $$slots.subtitle}<div class="flex-row-center subtitle"><slot name="subtitle" /></div>{/if}
|
{#if $$slots.subtitle}<div class="flex-row-center subtitle"><slot name="subtitle" /></div>{/if}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user