From 3b135718b32c56612435df1b09abe700c10a974d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 23 May 2026 10:32:32 +0200 Subject: [PATCH] Aktivierungs-Schalter nicht ausgrauen und Abstand zu Controls auf spacing-large --- styleguide.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styleguide.css b/styleguide.css index cb69f92..47900e3 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1552,8 +1552,9 @@ section + section { color: var(--text-control-default); } - .sg-checkbox-field-option[data-activatable="true"][data-component-state="inactive-selectable"] { - opacity: var(--disabled-opacity); + #component-checkbox-field .sg-checkbox-field-option[data-activatable="true"], + #component-radio-field .sg-checkbox-field-option[data-activatable="true"] { + gap: var(--spacing-large); } .sg-radio-activatable-group__choices {