From fc797188d63e87df34b3a153eb4a0d0b7361b3f5 Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Thu, 28 Nov 2024 14:58:53 +0100 Subject: [PATCH] fix(editor): Unify executions card label color (#11949) --- .../executions/global/GlobalExecutionsListItem.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/editor-ui/src/components/executions/global/GlobalExecutionsListItem.vue b/packages/editor-ui/src/components/executions/global/GlobalExecutionsListItem.vue index c347f6a850..1fbbfd542a 100644 --- a/packages/editor-ui/src/components/executions/global/GlobalExecutionsListItem.vue +++ b/packages/editor-ui/src/components/executions/global/GlobalExecutionsListItem.vue @@ -351,7 +351,7 @@ async function handleActionItemClick(commandData: Command) { } &.new td:first-child::before { - background: var(--execution-card-border-new); + background: var(--execution-card-border-waiting); } &.running td:first-child::before { @@ -401,8 +401,8 @@ async function handleActionItemClick(commandData: Command) { font-weight: var(--font-weight-normal); } - .new { - color: var(--color-text-dark); + .new & { + color: var(--execution-card-text-waiting); } .running & {