mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 15:37:26 -08:00
fix(editor): Unify executions card label color (#11949)
This commit is contained in:
parent
6be8e86c45
commit
fc797188d6
|
@ -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 & {
|
||||||
|
|
Loading…
Reference in a new issue