mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix gutter button position in outline tree
This commit is contained in:
parent
ac2a21f992
commit
ed1998162f
@ -393,9 +393,11 @@ div.red-ui-info-table {
|
||||
}
|
||||
.red-ui-info-outline-gutter {
|
||||
display:none;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
button {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 2px;
|
||||
}
|
||||
.red-ui-treeList-label:hover & {
|
||||
display: inline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user