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:
parent
8dd6d05d6c
commit
4b71a76b12
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue