Remove checkbox transitions in grids to avoid flashing while scrolling
This commit is contained in:
parent
ffd4148655
commit
a2d2b333a5
|
@ -44,4 +44,10 @@
|
||||||
.boolean-cell.editable {
|
.boolean-cell.editable {
|
||||||
pointer-events: all;
|
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>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue