feat(base): keyboard-navigate the row-number column for selection

This commit is contained in:
Philipinho
2026-06-15 03:59:03 +01:00
parent 84faf187de
commit cc951ae883
6 changed files with 95 additions and 14 deletions
@@ -498,6 +498,12 @@
.rowSelected .rowNumberCheckbox {
display: inline-flex;
}
.bodyGrid:focus-within .cellFocused .rowNumberIndex {
display: none;
}
.bodyGrid:focus-within .cellFocused .rowNumberCheckbox {
display: inline-flex;
}
.rowSelected .cell {
background: light-dark(var(--mantine-color-blue-0), var(--mantine-color-dark-6));
}
@@ -534,6 +540,13 @@
display: inline-flex;
}
.headerCell:focus-visible .rowNumberHeaderHash {
display: none;
}
.headerCell:focus-visible .rowNumberHeaderCheckbox {
display: inline-flex;
}
.selectionActionBarWrapper {
position: fixed;
left: 50%;