Tweak pack format error reporting

This commit is contained in:
Misode
2024-10-24 05:40:04 +02:00
parent 9066469381
commit 256390cbd2
2 changed files with 12 additions and 30 deletions

View File

@@ -140,13 +140,6 @@
cursor: pointer;
}
.node-error ~ select:last-child,
.node-error ~ input:last-child,
.node-error ~ input[list]:nth-last-child(2),
.node-error + .fixed-list ~ input {
border-color: var(--node-remove) !important;
}
.node-warning ~ select:last-child,
.node-warning ~ input:last-child,
.node-warning ~ input[list]:nth-last-child(2),
@@ -154,6 +147,13 @@
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 + .fixed-list ~ input {
border-color: var(--node-remove) !important;
}
/** Rounded corners */
.node-header > .node-icon {