[ACS-10199] Add visible focus to the details tabs (#11335)

This commit is contained in:
Mykyta Maliarchuk
2025-11-07 14:52:39 +01:00
committed by GitHub
parent b61912e3eb
commit d85a261720
@@ -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);