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