mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Cleanup removing some old unused files, fixing logo.css, and removing #grist-app.
Summary: - Move logo.css to core, since it's not included otherwise - Remove unused old DocList and ViewLinker files. - Remove #grist-app div that was only serving to supply a background Test Plan: No changes of behavior, existing tests should pass. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2634
This commit is contained in:
@@ -13,15 +13,12 @@
|
||||
--color-link-bright: orange;
|
||||
|
||||
--color-start-page-bg: #f0f0f0;
|
||||
--color-doclist-bg: #fcfcfc;
|
||||
|
||||
--color-navbar-bg: var(--color-logo-bg);
|
||||
--color-navbar-btn-bg: #fefefe;
|
||||
--color-navbar-btn-bg-hover: #f6f6f6;
|
||||
--color-navbar-btn-disabled: #ccc;
|
||||
|
||||
--color-header-doclist: #6d6dde;
|
||||
|
||||
--color-tab-bar-bg: #d6d6d6;
|
||||
|
||||
--color-border-light: #ddd;
|
||||
@@ -35,8 +32,6 @@
|
||||
--color-btn-accept: #3eda2c;
|
||||
|
||||
--layout-top-spacer: 20px;
|
||||
--layout-doclist-header-height: 42px;
|
||||
--layout-doclist-height: calc(100vh - 2*var(--layout-top-spacer));
|
||||
|
||||
--color-list-row-hover: #f0f0f0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user