Qfix: ListView header (#8570)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions

Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
Alexander Platov 2025-04-15 23:55:11 +03:00 committed by GitHub
parent 785279b791
commit be6bd0d944
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,11 +127,11 @@
<div class="chevron"><IconCollapseArrow size={level === 0 ? 'small' : 'tiny'} /></div>
<!-- {/if} -->
{#if groupByKey === noCategory}
<span class="text-base fs-bold overflow-label pointer-events-none">
<span class="fs-bold content-color overflow-label pointer-events-none">
<Label label={view.string.NoGrouping} />
</span>
{:else if category === undefined}
<span class="overflow-label pointer-events-none">
<span class="fs-bold content-color overflow-label pointer-events-none">
<Label label={view.string.NotSpecified} />
</span>
{:else if headerComponent}