mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Remove code related to newui
Summary: Change code that conditionally depended on #newui in the URL to assume that everything is always in the new UI now. Test Plan: this Reviewers: dsagal Reviewed By: dsagal Subscribers: dsagal Differential Revision: https://phab.getgrist.com/D3246
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
--gridview-header-height: 2.2rem;
|
||||
}
|
||||
|
||||
.gridview_data_pane.newui {
|
||||
--gridview-header-height: 24px;
|
||||
}
|
||||
|
||||
@@ -28,7 +24,7 @@
|
||||
border-top: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
.gridview_data_pane.newui > .gridview_data_scroll {
|
||||
.gridview_data_pane > .gridview_data_scroll {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
@@ -253,12 +249,12 @@
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.gridview_data_pane.newui > .scroll_shadow_top {
|
||||
.gridview_data_pane > .scroll_shadow_top {
|
||||
top: var(--gridview-header-height);
|
||||
}
|
||||
|
||||
.gridview_data_pane.newui > .gridview_data_corner_overlay,
|
||||
.gridview_data_pane.newui > .gridview_header_backdrop_top {
|
||||
.gridview_data_pane > .gridview_data_corner_overlay,
|
||||
.gridview_data_pane > .gridview_header_backdrop_top {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user