1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Use row condition colour for gutter cell

This commit is contained in:
Andrew Kingston 2024-07-22 08:07:48 +01:00
parent 8abf97e8bb
commit 10b0e46e4d
No known key found for this signature in database

View file

@ -116,7 +116,7 @@
margin: 3px 0 0 0; margin: 3px 0 0 0;
} }
.number { .number {
color: var(--spectrum-global-color-gray-500); color: val(--cell-font-color, var(--spectrum-global-color-gray-500));
} }
.checkbox.visible, .checkbox.visible,
.number.visible { .number.visible {