Web: Adjust colors for Canceled and Paused status
Use gray to contrast with the other statuses that indicate activity/errors.
This commit is contained in:
parent
8969ecb262
commit
6f4fc29145
@ -47,10 +47,10 @@
|
|||||||
--color-status-failed: hsl(356 100% 59%);
|
--color-status-failed: hsl(356 100% 59%);
|
||||||
--color-status-soft-failed: hsl(356 70% 40%);
|
--color-status-soft-failed: hsl(356 70% 40%);
|
||||||
|
|
||||||
--color-status-canceled: hsl(194 100% 46%);
|
|
||||||
--color-status-paused: hsl(194 20% 46%);
|
|
||||||
--color-status-queued: hsl(194 100% 46%);
|
--color-status-queued: hsl(194 100% 46%);
|
||||||
--color-status-requeueing: hsl(194 100% 46%);
|
--color-status-requeueing: hsl(194 100% 46%);
|
||||||
|
--color-status-canceled: hsl(0 0% 46%);
|
||||||
|
--color-status-paused: hsl(0 0% 66%);
|
||||||
|
|
||||||
--color-status-cancel-requested: hsl(194 30% 50%);
|
--color-status-cancel-requested: hsl(194 30% 50%);
|
||||||
--color-status-under-construction: hsl(194 30% 50%);
|
--color-status-under-construction: hsl(194 30% 50%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user