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:
@@ -130,6 +130,7 @@ export const ThemeColors = t.iface([], {
|
||||
"selection-opaque-fg": "string",
|
||||
"selection-opaque-bg": "string",
|
||||
"selection-opaque-dark-bg": "string",
|
||||
"widget-bg": "string",
|
||||
"widget-border": "string",
|
||||
"widget-active-border": "string",
|
||||
"widget-inactive-stripes-light": "string",
|
||||
@@ -305,6 +306,12 @@ export const ThemeColors = t.iface([], {
|
||||
"access-rules-table-header-bg": "string",
|
||||
"access-rules-table-body-fg": "string",
|
||||
"access-rules-table-border": "string",
|
||||
"access-rules-column-list-border": "string",
|
||||
"access-rules-column-item-fg": "string",
|
||||
"access-rules-column-item-bg": "string",
|
||||
"access-rules-column-item-icon-fg": "string",
|
||||
"access-rules-column-item-icon-hover-fg": "string",
|
||||
"access-rules-column-item-icon-hover-bg": "string",
|
||||
"cell-fg": "string",
|
||||
"cell-bg": "string",
|
||||
"cell-zebra-bg": "string",
|
||||
|
||||
Reference in New Issue
Block a user