From d85a261720c7eafadd8ffa91282a7b0c47461626 Mon Sep 17 00:00:00 2001 From: Mykyta Maliarchuk <84377976+nikita-web-ua@users.noreply.github.com> Date: Fri, 7 Nov 2025 14:52:39 +0100 Subject: [PATCH] [ACS-10199] Add visible focus to the details tabs (#11335) --- lib/core/src/lib/info-drawer/info-drawer.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.scss b/lib/core/src/lib/info-drawer/info-drawer.component.scss index 5762a1ce7f..ae908afe79 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer.component.scss @@ -83,6 +83,12 @@ height: 32px; } + &:focus-visible { + outline: 2px solid var(--theme-blue-button-color); + border-radius: 4px; + outline-offset: -2px; + } + &--active { color: var(--theme-primary-color); background-color: var(--adf-theme-background-card-color);