mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-23 07:39:52 -06:00
Update pending state colors to use gray palette (#32095)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
@@ -351,7 +351,7 @@
|
||||
color: $pending;
|
||||
|
||||
strong {
|
||||
color: $indigo-300;
|
||||
color: $gray-500;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@ $white: white;
|
||||
|
||||
$pass: $jade-400;
|
||||
$fail: $red-400;
|
||||
$pending: $indigo-400;
|
||||
$pending: $gray-700;
|
||||
$pinned: $purple-400;
|
||||
$retried: $orange-400;
|
||||
|
||||
|
||||
@@ -396,7 +396,7 @@ $dotted-line-left-padding: 19px;
|
||||
|
||||
&.test.runnable-pending {
|
||||
.runnable-title {
|
||||
color: $indigo-300;
|
||||
color: $gray-500;
|
||||
}
|
||||
|
||||
.runnable-commands-region {
|
||||
|
||||
Reference in New Issue
Block a user