Force visibility of an/aus labels on activation toggle
This commit is contained in:
+7
-2
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
|
|||||||
Reference in New Issue
Block a user