mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -08:00
always show border
This commit is contained in:
parent
f140fb6f93
commit
4d7f5a0a46
|
@ -170,7 +170,7 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
||||||
if (this.data.disabled) {
|
if (this.data.disabled) {
|
||||||
borderColor = getStyleTokenValue('--color-foreground-base');
|
borderColor = getStyleTokenValue('--color-foreground-base');
|
||||||
}
|
}
|
||||||
else if (this.hasIssues && this.workflowDataItems && !this.isExecuting) {
|
else if (this.hasIssues && !this.isExecuting) {
|
||||||
borderColor = getStyleTokenValue('--color-danger');
|
borderColor = getStyleTokenValue('--color-danger');
|
||||||
}
|
}
|
||||||
else if (this.workflowDataItems && !this.isExecuting) {
|
else if (this.workflowDataItems && !this.isExecuting) {
|
||||||
|
|
Loading…
Reference in a new issue