Force visibility of an/aus labels on activation toggle

This commit is contained in:
2026-05-23 08:20:32 +02:00
parent b5fb68125b
commit 70940aa7c0
+7 -2
View File
@@ -1780,8 +1780,13 @@ section + section {
} }
.sg-activation-mode-toggle__label { .sg-activation-mode-toggle__label {
display: inline-block; display: inline-block !important;
color: var(--text-control-default); 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;
} }
/* ========================================================= */ /* ========================================================= */