Wip
This commit is contained in:
parent
a6bb845c9d
commit
cfd5bfd719
9 changed files with 213 additions and 111 deletions
|
|
@ -73,7 +73,7 @@ body {
|
|||
}
|
||||
#editor-node > div.ops {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr min-content;
|
||||
grid-template-columns: min-content 1fr min-content min-content;
|
||||
align-items: center;
|
||||
grid-gap: 8px;
|
||||
}
|
||||
|
|
@ -115,15 +115,13 @@ body {
|
|||
display: grid;
|
||||
grid-template-columns: min-content min-content 100%;
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
}
|
||||
.node img {
|
||||
height: 24px;
|
||||
}
|
||||
.node.selected > .name {
|
||||
color: #a02c2c;
|
||||
}
|
||||
.node.selected > .type-icon {
|
||||
filter: invert(0.7) sepia(0.5) hue-rotate(0deg) saturate(750%) brightness(0.85) !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
.node.expanded > .children {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue