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