mirror of
https://github.com/docmost/docmost.git
synced 2026-08-29 01:37:05 +08:00
feat(base): keyboard-navigate the row-number column for selection
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user