Remove checkbox transitions in grids to avoid flashing while scrolling

This commit is contained in:
Andrew Kingston 2023-06-16 10:53:29 +01:00
parent ffd4148655
commit a2d2b333a5
1 changed files with 6 additions and 0 deletions

View File

@ -44,4 +44,10 @@
.boolean-cell.editable {
pointer-events: all;
}
.boolean-cell :global(.spectrum-Checkbox-box:before),
.boolean-cell :global(.spectrum-Checkbox-box:after),
.boolean-cell :global(.spectrum-Checkbox-checkmark),
.boolean-cell :global(.spectrum-Checkbox-partialCheckmark) {
transition: none;
}
</style>