From 6adc0095dc22b1127865409ea0d02808106d8c50 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Fri, 10 Jul 2026 16:30:38 -0700 Subject: [PATCH] fix(dashboard): out-specify global uppercase transform on isolation-mode cards Live verification showed .setup-wizard-isolation-option (0,1,0) losing the cascade to the global .form-group label rule (0,1,1), so the cards still rendered ALL-CAPS. Add a higher-specificity neutralization rule. Co-Authored-By: Claude Fable 5 --- packages/dashboard/app/components/SetupWizardModal.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/dashboard/app/components/SetupWizardModal.css b/packages/dashboard/app/components/SetupWizardModal.css index 6b01b427d7..efec70311a 100644 --- a/packages/dashboard/app/components/SetupWizardModal.css +++ b/packages/dashboard/app/components/SetupWizardModal.css @@ -587,7 +587,17 @@ visually hidden (kept in the DOM for form semantics and keyboard selection), the selected state via border/ring, and focus-visible on the hidden radio draws the focus ring on the card. Descriptions render in sentence case — the global ".form-group label" uppercase transform is explicitly neutralized here because each option card is itself a