mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Implement dynamic struct fields + improve UX
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user