[ACS-11980] Fix info drawer tabs focus indicator on keyboard navigation (#5218)

This commit is contained in:
Grzegorz Jaśkowski
2026-06-11 10:04:20 +02:00
committed by GitHub
parent 6ccfca025e
commit 83dffc8301
@@ -33,6 +33,10 @@
label-text-tracking: normal
)
);
.adf-info-drawer-tab:focus-visible {
--mat-sys-primary: var(--theme-primary-color);
}
}
}