Skip to content

Commit

Permalink
fix(editor): Unify executions card label color (#11949)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik authored Nov 28, 2024
1 parent 6be8e86 commit fc79718
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 & {
Expand Down

0 comments on commit fc79718

Please sign in to comment.