mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) New UI for raw data views
Summary: Creating new UI for raw data views based on design. - Renaming left for follow up diff - Link in the menu is hidden for now To access raw UI, use /p/data URL. Test Plan: new tests Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: dsagal Differential Revision: https://phab.getgrist.com/D3306
This commit is contained in:
@@ -124,6 +124,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Used by Raw Data UI */
|
||||
.active_section--no-indicator > .view_data_pane_container,
|
||||
.active_section--no-indicator > .view_data_pane_container.viewsection_type_detail {
|
||||
box-shadow: none;
|
||||
border-left: 1px solid var(--grist-color-dark-grey);
|
||||
}
|
||||
|
||||
.disable_viewpane {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user