(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:
Dmitry S
2020-10-09 16:47:22 -04:00
parent bd6a54e901
commit d2ad5edc46
10 changed files with 74 additions and 1009 deletions

View File

@@ -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;