(core) Selection for styled columns

Summary:
Grid UI improvements.
- Selecting a column with a custom background, didn't produce a visual difference.
- Hiding num-row right border when it is not needed (it should be used only for frozen columns)

Test Plan: manual tests

Reviewers: cyprien

Reviewed By: cyprien

Differential Revision: https://phab.getgrist.com/D3425
This commit is contained in:
Jarosław Sadziński
2022-05-12 18:22:09 +02:00
parent 524dbf34e1
commit f93b4fd3bc
3 changed files with 11 additions and 2 deletions

View File

@@ -75,6 +75,10 @@
color: var(--grist-actual-cell-color, black);
}
.field.selected .field_clip {
mix-blend-mode: darken;
}
.field_clip.invalid, .field_clip.field-error-from-style {
background-color: #ffb6c1;
color: black;