fix(editor): Unify executions card label color (#11949)

This commit is contained in:
Csaba Tuncsik 2024-11-28 14:58:53 +01:00 committed by GitHub
parent 6be8e86c45
commit fc797188d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -351,7 +351,7 @@ async function handleActionItemClick(commandData: Command) {
} }
&.new td:first-child::before { &.new td:first-child::before {
background: var(--execution-card-border-new); background: var(--execution-card-border-waiting);
} }
&.running td:first-child::before { &.running td:first-child::before {
@ -401,8 +401,8 @@ async function handleActionItemClick(commandData: Command) {
font-weight: var(--font-weight-normal); font-weight: var(--font-weight-normal);
} }
.new { .new & {
color: var(--color-text-dark); color: var(--execution-card-text-waiting);
} }
.running & { .running & {