fix(scope-audit): ship the stylesheet the page paints its badges with (#2005)

Fixes #2004. Two review rounds; findings and evidence on the PR. Verified by injecting the stylesheet into a running deployment and reading computed styles before and after: the badges gain background, size, uppercase and padding; at 430px the Config column stays visible; the sorted column keeps its accent. The new test fails on the eight unstyled classes against the pre-fix tree, on .ns-truncated against the first fix, and on a re-added column-hiding rule.
This commit is contained in:
efiten
2026-09-11 15:35:52 +02:00
committed by GitHub
parent 296456f9c1
commit 51a2a7dd2f
6 changed files with 278 additions and 4 deletions
+1
View File
@@ -249,6 +249,7 @@ jobs:
node test-issue-1360-pill-letter-count.js
node test-issue-1364-pill-no-clamp.js
node test-issue-1375-scope-stats-fetch.js
node test-scope-audit-styles-linked.js
node test-issue-1361-cb-presets.js
node test-issue-1380-cb-sim-overlay.js
node test-issue-1380-cb-reset-button.js