From d85f3bfbeb7f32d7b111f400bd612fc82892f40b Mon Sep 17 00:00:00 2001 From: Michal Kinas <113341662+MichalKinas@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:48:15 +0100 Subject: [PATCH] [ACS-10315] Remove extra focus bg on mat tab (#4987) --- projects/aca-content/src/lib/ui/overrides/ay11.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/aca-content/src/lib/ui/overrides/ay11.scss b/projects/aca-content/src/lib/ui/overrides/ay11.scss index 0ce87edb5..74c767ebd 100644 --- a/projects/aca-content/src/lib/ui/overrides/ay11.scss +++ b/projects/aca-content/src/lib/ui/overrides/ay11.scss @@ -151,11 +151,6 @@ } } - .mat-mdc-tab:focus { - /* stylelint-disable-next-line scss/no-global-function-names */ - background: map-get($aca-primary-blue, 50); - } - .mat-mdc-slide-toggle.cdk-keyboard-focused .mdc-form-field .mdc-switch .mdc-switch__track { outline: 2px solid var(--theme-blue-button-color); }