Restore pointer events for unfocused cells

This commit is contained in:
Andrew Kingston 2023-06-20 11:10:23 +01:00
parent c1f7774602
commit 9d6fbf067f
1 changed files with 0 additions and 5 deletions

View File

@ -82,11 +82,6 @@
align-items: center;
}
/* Disable pointer events for non-focused cells */
.cell:not(.focused) :global(*) {
pointer-events: none;
}
/* Cell border */
.cell.focused:after,
.cell.error:after,