From 70940aa7c0c0d8423b62383d0fe823ac3cec2e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 23 May 2026 08:20:32 +0200 Subject: [PATCH] Force visibility of an/aus labels on activation toggle --- styleguide.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/styleguide.css b/styleguide.css index 085787c..cd40325 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1780,8 +1780,13 @@ section + section { } .sg-activation-mode-toggle__label { - display: inline-block; - color: var(--text-control-default); + display: inline-block !important; + visibility: visible !important; + opacity: 1 !important; + color: var(--color-darkblue) !important; + font-size: var(--font-size-base); + line-height: var(--line-height-base); + text-transform: lowercase; } /* ========================================================= */