mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Show sigma next to summary table titles
Summary: The sigma icon appears to the left of the table title if the table is a summary table. Test Plan: Updated browser tests. Reviewers: jarek Reviewed By: jarek Subscribers: jarek Differential Revision: https://phab.getgrist.com/D2895
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
.viewsection_title {
|
||||
flex-shrink: 0;
|
||||
align-items: baseline;
|
||||
cursor: default;
|
||||
height: 24px;
|
||||
margin-left: -16px; /* to include drag handle that shows up on hover */
|
||||
@@ -24,6 +23,9 @@
|
||||
cursor: text;
|
||||
overflow: hidden;
|
||||
}
|
||||
.viewsection_titletext_container {
|
||||
height: max-content;
|
||||
}
|
||||
|
||||
.viewsection_content {
|
||||
background-color: #ffffff;
|
||||
@@ -42,7 +44,7 @@
|
||||
/* TODO should be switched to use new icon */
|
||||
.viewsection_drag_indicator {
|
||||
visibility: hidden;
|
||||
top: 0px;
|
||||
top: 1px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user