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 {
display:none;
position: absolute;
top: 2px;
left: 2px;
button {
position: absolute;
top: 1px;
left: 2px;
}
.red-ui-treeList-label:hover & {
display: inline;
}