mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 10:26:25 +08:00
feat(base): make column headers keyboard-focusable as tab stops
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user