feat(FN-4122): simplify fan-out badge label, inherit count color from paren

Simplified the fan-out badge label to match the design spec and removed the now-redundant CSS overrides in TaskCard.css, inheriting the count color from the task column instead. Also stabilized verification tests and added a changeset for the patch release.

Fusion-Task-Id: FN-4122

Fusion-Task-Lineage: 7dba6f5b-5143-49e9-8edb-2f54a1e2b608
This commit is contained in:
Fusion
2026-05-12 11:44:55 -07:00
committed by gsxdsm
parent ccda1895e5
commit fd16a5d2c5
6 changed files with 89 additions and 48 deletions

View File

@@ -416,7 +416,6 @@
align-items: center;
gap: calc(var(--space-xs) / 2);
font-size: 0.6875rem;
color: var(--color-info);
position: relative;
cursor: default;
}
@@ -432,23 +431,6 @@
padding-inline: calc(var(--space-xs) / 2);
}
.card-fanout-badge--high-impact {
color: var(--color-warning);
background: color-mix(in srgb, var(--color-warning) 16%, transparent);
border-radius: var(--radius-pill);
padding-inline: var(--space-xs);
font-weight: 600;
}
.card-fanout-badge--high-impact .card-fanout-count {
color: var(--text);
}
.card-fanout-badge--escalated {
color: var(--color-error);
background: color-mix(in srgb, var(--color-error) 16%, transparent);
}
.card-scope-badge[data-tooltip]:hover::after,
.card-fanout-badge[data-tooltip]:hover::after {
content: attr(data-tooltip);
@@ -562,9 +544,6 @@
display: none;
}
.card-fanout-badge--high-impact {
padding-inline: calc(var(--space-xs) / 2);
}
}
.card-agent-badge--loading {