Add error indicators

This commit is contained in:
Misode
2024-10-24 05:02:37 +02:00
parent 33d4c30539
commit 9066469381
5 changed files with 65 additions and 5 deletions

View File

@@ -147,6 +147,13 @@
border-color: var(--node-remove) !important;
}
.node-warning ~ select:last-child,
.node-warning ~ input:last-child,
.node-warning ~ input[list]:nth-last-child(2),
.node-warning + .fixed-list ~ input {
border-color: var(--node-selected) !important;
}
/** Rounded corners */
.node-header > .node-icon {
@@ -296,6 +303,10 @@ button.move:disabled {
fill: var(--node-remove);
}
.node-icon.node-warning svg {
fill: var(--node-selected);
}
.node-menu {
position: absolute;
left: 0;