From 4b71a76b12e5ce6d1d10bd5ea0a22683fe92083a Mon Sep 17 00:00:00 2001 From: iris Date: Wed, 12 Aug 2026 19:33:07 +0200 Subject: [PATCH] agent: drop dead .header-pill-loose CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- frontend/packages/agent/src/agent.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/packages/agent/src/agent.css b/frontend/packages/agent/src/agent.css index 9b96b530..6776fce5 100644 --- a/frontend/packages/agent/src/agent.css +++ b/frontend/packages/agent/src/agent.css @@ -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);