From aef7fabb9c42d1a54189922047ab5a9306bb6fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 25 May 2026 07:33:34 +0200 Subject: [PATCH] Keep radio option labels visually stable in activatable variant --- styleguide.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styleguide.css b/styleguide.css index 2bbbd93..236df42 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1689,6 +1689,11 @@ section + section { gap: var(--spacing-small); } + #component-radio-field .sg-radio-activatable-group__choice > span { + color: var(--text-control-default); + opacity: 1; + } + #component-radio-field .sg-checkbox-field-option { display: grid; grid-template-columns: calc(var(--interaction-height) * 6) minmax(0, 1fr);