mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Revealing hidden pages with visible children.
Summary: When a page is hidden, all its nested pages are shown as children of a different page that happens to be before (as in pagePos) that page. This diff shows those pages as CENSORED. Test Plan: Updated Reviewers: alexmojaki Reviewed By: alexmojaki Subscribers: alexmojaki Differential Revision: https://phab.getgrist.com/D3670
This commit is contained in:
@@ -202,7 +202,7 @@ export const GristLight: ThemeColors = {
|
||||
'left-panel-page-hover-bg': 'rgba(217,217,217,0.6)',
|
||||
'left-panel-active-page-fg': '#FFFFFF',
|
||||
'left-panel-active-page-bg': '#262633',
|
||||
'left-panel-disabled-page-fg': '#D9D9D9',
|
||||
'left-panel-disabled-page-fg': '#BDBDBD',
|
||||
'left-panel-page-options-fg': '#929299',
|
||||
'left-panel-page-options-hover-fg': 'white',
|
||||
'left-panel-page-options-hover-bg': '#D9D9D9',
|
||||
|
||||
Reference in New Issue
Block a user