diff --git a/projects/aca-content/src/lib/ui/overrides/ay11.scss b/projects/aca-content/src/lib/ui/overrides/ay11.scss index 4dad10e42..b5c4d10dc 100644 --- a/projects/aca-content/src/lib/ui/overrides/ay11.scss +++ b/projects/aca-content/src/lib/ui/overrides/ay11.scss @@ -116,11 +116,14 @@ } .mat-mdc-slide-toggle .mdc-form-field { - .mdc-switch .mdc-switch__handle { - width: 15px; - height: 15px; - transform: translate(20%, 50%); - background-color: #484a4d; + button.mdc-switch.mdc-switch--selected, + button.mdc-switch.mdc-switch--unselected { + .mdc-switch__handle { + width: 15px; + height: 15px; + transform: translate(20%, 50%); + background-color: #484a4d; + } } .mdc-switch .mdc-switch__track {