From c54283448ac239e1a1ba4a6a0c42a1c3b3635827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 25 May 2026 07:34:50 +0200 Subject: [PATCH] Apply radio choice label state decoupling globally --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index 236df42..59ba32d 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1689,7 +1689,7 @@ section + section { gap: var(--spacing-small); } - #component-radio-field .sg-radio-activatable-group__choice > span { + .sg-radio-activatable-group__choice > span { color: var(--text-control-default); opacity: 1; }