feat(base): make column headers keyboard-focusable as tab stops

This commit is contained in:
Philipinho
2026-06-15 03:13:27 +01:00
parent 16708cd7cc
commit 308079af8b
2 changed files with 17 additions and 0 deletions
@@ -242,6 +242,12 @@
z-index: 1;
}
.headerCell:focus-visible {
outline: 2px solid var(--mantine-color-blue-5);
outline-offset: -2px;
z-index: 1;
}
.cellContent {
flex: 1;
min-width: 0;