mirror of
https://github.com/docmost/docmost.git
synced 2026-07-15 08:56:42 +10:00
feat(base): add cell focus-ring style
This commit is contained in:
@@ -236,6 +236,12 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.cellFocused {
|
||||
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