(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:
George Gevoian
2021-07-08 11:52:51 -07:00
parent 9592e3610b
commit 5d461a4df2
2 changed files with 16 additions and 5 deletions

View File

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