fix: hover card maiden name false positive, editor placeholder on non-empty content, mention persistence #375
@@ -131,7 +131,7 @@ const showMaidenName = $derived(
|
|||||||
<div class="chips" data-testid="person-hover-card-chips">
|
<div class="chips" data-testid="person-hover-card-chips">
|
||||||
{#each familyChips as chip (chip.id)}
|
{#each familyChips as chip (chip.id)}
|
||||||
<span class="chip">
|
<span class="chip">
|
||||||
<span class="chip-type">{chipLabel(chip, personId)}</span>
|
<span class="chip-type">{chipLabel(chip, personId)}:</span>
|
||||||
{otherName(chip, personId)}
|
{otherName(chip, personId)}
|
||||||
</span>
|
</span>
|
||||||
{/each}
|
{/each}
|
||||||
@@ -261,10 +261,6 @@ const showMaidenName = $derived(
|
|||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chip-type::after {
|
|
||||||
content: ':';
|
|
||||||
}
|
|
||||||
|
|
||||||
.notes {
|
.notes {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: var(--c-ink-2);
|
color: var(--c-ink-2);
|
||||||
|
|||||||
Reference in New Issue
Block a user