Web: remove CSS for removed job statuses
This commit is contained in:
parent
24755e32b6
commit
cbf07f1142
@ -44,7 +44,6 @@
|
||||
--color-status-archiving: hsl(0 50% 50%);
|
||||
|
||||
--color-status-construction-failed: hsl(356 100% 59%);
|
||||
--color-status-fail-requested: hsl(356 100% 59%);
|
||||
--color-status-failed: hsl(356 100% 59%);
|
||||
--color-status-soft-failed: hsl(356 70% 40%);
|
||||
|
||||
@ -55,7 +54,6 @@
|
||||
|
||||
--color-status-cancel-requested: hsl(194 30% 50%);
|
||||
--color-status-under-construction: hsl(194 30% 50%);
|
||||
--color-status-waiting-for-files: hsl(194 30% 50%);
|
||||
}
|
||||
|
||||
html,
|
||||
@ -323,24 +321,16 @@ footer {
|
||||
.status-cancel-requested {
|
||||
--indicator-color: var(--color-status-cancel-requested);
|
||||
}
|
||||
.status-fail-requested {
|
||||
--indicator-color: var(--color-status-fail-requested);
|
||||
}
|
||||
.status-requeued {
|
||||
--indicator-color: var(--color-status-requeued);
|
||||
}
|
||||
.status-under-construction {
|
||||
--indicator-color: var(--color-status-under-construction);
|
||||
}
|
||||
.status-waiting-for-files {
|
||||
--indicator-color: var(--color-status-waiting-for-files);
|
||||
}
|
||||
|
||||
.status-fail-requested,
|
||||
.status-archiving,
|
||||
.status-active,
|
||||
.status-queued,
|
||||
.status-waiting-for-files,
|
||||
.status-under-construction,
|
||||
.status-cancel-requested {
|
||||
background-color: transparent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user