Restore pointer events for unfocused cells
This commit is contained in:
parent
c1f7774602
commit
9d6fbf067f
|
@ -82,11 +82,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disable pointer events for non-focused cells */
|
|
||||||
.cell:not(.focused) :global(*) {
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Cell border */
|
/* Cell border */
|
||||||
.cell.focused:after,
|
.cell.focused:after,
|
||||||
.cell.error:after,
|
.cell.error:after,
|
||||||
|
|
Loading…
Reference in New Issue