mirror of https://github.com/node-red/node-red.git
Improve styling for info sidebar on LH side
parent
0d015c51c6
commit
8b0f926856
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue