mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Adding description icon and tooltip in the GridView
Summary: Column description and new renaming popup for the GridView. Test Plan: Updated Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3838
This commit is contained in:
@@ -397,3 +397,26 @@
|
||||
min-width: 40px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
.g-column-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.g-column-label .info_toggle_icon {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.g-column-label .kf_editable_label {
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.g-column-label-spacer {
|
||||
width: calc(13px + 4px + 4px);
|
||||
height: 17px;
|
||||
flex-shrink: 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user