mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
[outliner] Keep outliner selection in sync with workspace
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user