[outliner] Keep outliner selection in sync with workspace

This commit is contained in:
Nick O'Leary
2020-05-14 22:08:25 +01:00
parent f1bd3e1711
commit fbd911ed27
9 changed files with 168 additions and 80 deletions

View File

@@ -391,7 +391,15 @@ div.red-ui-info-table {
display: inline-block;
width: 23px;
}
.red-ui-info-outline-gutter {
display:none;
position: absolute;
top: 2px;
left: 2px;
.red-ui-treeList-label:hover & {
display: inline;
}
}
.red-ui-info-outline-item-controls {
position: absolute;
top:0;