fix(base): show cell focus ring only while the grid is focused

This commit is contained in:
Philipinho
2026-06-15 03:41:16 +01:00
parent 7af1695c85
commit 84faf187de
@@ -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;