From 18e2c1d88c52eaf6696b714d7bc04b55e11a3d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 23 May 2026 08:16:13 +0200 Subject: [PATCH] Fix activation toggle active-side text contrast --- styleguide.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styleguide.css b/styleguide.css index e51cb7e..4fa1b8a 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1826,6 +1826,12 @@ section + section { z-index: 1; text-align: center; text-transform: lowercase; + color: var(--text-control-default); +} + +.sg-activation-toggle-chip[data-active="aus"] .sg-activation-toggle-chip__text:first-child, +.sg-activation-toggle-chip[data-active="an"] .sg-activation-toggle-chip__text:last-child { + color: var(--color-font-light); } .sg-activation-toggle-chip:focus,