1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Update readonly cell border to be gray

This commit is contained in:
Andrew Kingston 2023-04-26 18:43:56 +01:00
parent 44ef27299a
commit 09ec898a4d

View file

@ -117,6 +117,9 @@
.cell.error {
--cell-color: var(--spectrum-global-color-red-500);
}
.cell.readonly {
--cell-color: var(--spectrum-global-color-gray-600);
}
.cell:not(.focused) {
user-select: none;
}