Improve styling for info sidebar on LH side

pull/5318/head
Nick O'Leary 2025-10-29 16:48:10 +00:00
parent 0d015c51c6
commit 8b0f926856
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 12 deletions

View File

@ -442,18 +442,6 @@ div.red-ui-info-table {
right: 1px;
padding: 1px 2px 0 1px;
text-align: right;
background: var(--red-ui-list-item-background);
.red-ui-treeList-label:hover & {
background: var(--red-ui-list-item-background-hover);
}
.red-ui-treeList-label.focus & {
background: var(--red-ui-list-item-background-hover);
}
.red-ui-treeList-label.selected & {
background: var(--red-ui-list-item-background-selected);
}
&.red-ui-info-outline-item-hover-controls button {
min-width: 23px;
@ -580,6 +568,7 @@ div.red-ui-info-table {
top: 6px;
right: 8px;
width: calc(100% - 130px);
min-width: 150px;
max-width: 250px;
background: var(--red-ui-palette-header-background);
}