Fix gutter button position in outline tree

This commit is contained in:
Nick O'Leary 2020-05-21 23:05:29 +01:00
parent ac2a21f992
commit ed1998162f
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 5 additions and 3 deletions

View File

@ -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;
} }