mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user