(core) Fix CSS errors related to dark mode

Summary: Fixes a few cosmetic CSS bugs since dark mode landed.

Test Plan: Tested manually.

Reviewers: jarek

Reviewed By: jarek

Subscribers: jarek

Differential Revision: https://phab.getgrist.com/D3649
This commit is contained in:
George Gevoian
2022-10-03 17:05:55 -07:00
parent 303d071de1
commit 74c556ea85
8 changed files with 52 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
.gridview_data_pane {
background-color: var(--grist-theme-table-body-bg, unset);
background-color: var(--grist-theme-table-body-bg, white);
position: relative;
width: 100%;
overflow: hidden;

View File

@@ -21,6 +21,7 @@
.viewsection_content {
overflow: visible;
margin: 12px;
background-color: var(--grist-theme-widget-bg, white);
}
/* TODO should be switched to use new icon */