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 {
|
.red-ui-info-outline-gutter {
|
||||||
display:none;
|
display:none;
|
||||||
position: absolute;
|
button {
|
||||||
top: 2px;
|
position: absolute;
|
||||||
left: 2px;
|
top: 1px;
|
||||||
|
left: 2px;
|
||||||
|
}
|
||||||
.red-ui-treeList-label:hover & {
|
.red-ui-treeList-label:hover & {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user