mirror of
https://github.com/docmost/docmost.git
synced 2026-07-15 01:16:44 +10:00
fix(base): show cell focus ring only while the grid is focused
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.cellFocused {
|
||||
.bodyGrid:focus-within .cellFocused {
|
||||
outline: 2px solid var(--mantine-color-blue-5);
|
||||
outline-offset: -2px;
|
||||
z-index: 1;
|
||||
|
||||
Reference in New Issue
Block a user