From 83dffc830125d4ed64723c345310013cc020d13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Ja=C5=9Bkowski?= <138671284+g-jaskowski@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:04:20 +0200 Subject: [PATCH] [ACS-11980] Fix info drawer tabs focus indicator on keyboard navigation (#5218) --- .../src/lib/ui/overrides/adf-style-fixes.theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss b/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss index e34b40146..c14f80321 100644 --- a/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss +++ b/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss @@ -33,6 +33,10 @@ label-text-tracking: normal ) ); + + .adf-info-drawer-tab:focus-visible { + --mat-sys-primary: var(--theme-primary-color); + } } }