mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-30 01:32:44 +00:00
Add error indicators
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user