agent: drop dead .header-pill-loose CSS

Styled variant with zero HTML/JS reference anywhere in the frontend
tree, found while surveying pill/chip/badge sites for the "extract
pill component" issue. The extraction it was originally paired with
(PR#3197) got closed as not worth the churn for 2 instances, but this
one finding stands on its own — no reason to carry dead CSS forward.

npm run build clean.
This commit is contained in:
iris 2026-08-12 19:33:07 +02:00
commit 4b71a76b12

View file

@ -341,10 +341,6 @@ h2, h3 {
background: color-mix(in srgb, var(--amber) 18%, transparent);
color: var(--amber);
}
.header-pill-loose .header-pill-count {
background: color-mix(in srgb, var(--red) 18%, transparent);
color: var(--red);
}
.header-pill-todos .header-pill-count {
background: color-mix(in srgb, var(--green) 18%, transparent);
color: var(--green);