Implement dynamic struct fields + improve UX

This commit is contained in:
Misode
2024-10-25 06:18:29 +02:00
parent 8bc821e516
commit 35de8bc538
4 changed files with 134 additions and 37 deletions

View File

@@ -137,14 +137,12 @@
}
.node-warning ~ select:last-child,
.node-warning ~ input:last-child,
.node-warning ~ input[list]:nth-last-child(2) {
.node-warning ~ input:last-child {
border-color: var(--node-selected) !important;
}
.node-error ~ select:last-child,
.node-error ~ input:last-child,
.node-error ~ input[list]:nth-last-child(2) {
.node-error ~ input:last-child {
border-color: var(--node-remove) !important;
}
@@ -160,8 +158,7 @@
border-bottom-left-radius: 3px;
}
.node-header > *:last-child,
.node-header > input[list]:nth-last-child(2) {
.node-header > *:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}