(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

@@ -235,7 +235,6 @@
width: 0px; /* Matches rowid width (+border) */
height: 100%;
z-index: 3;
left: calc(4rem);
border-right: 1px solid var(--grist-color-dark-grey) !important;
user-select: none;
pointer-events: none