Fix activation toggle active-side text contrast

This commit is contained in:
2026-05-23 08:16:13 +02:00
parent 8c884b4a53
commit 18e2c1d88c
+6
View File
@@ -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,