fix job list status icons
This commit is contained in:
parent
b9be6da031
commit
ccff457296
|
@ -15,14 +15,16 @@
|
||||||
color: $color-text-status-pending
|
color: $color-text-status-pending
|
||||||
|
|
||||||
#repositories .green,
|
#repositories .green,
|
||||||
.green .number
|
.summary .green .number,
|
||||||
|
.list .green .number
|
||||||
.status
|
.status
|
||||||
background-color: $color-bg-status-passed
|
background-color: $color-bg-status-passed
|
||||||
a
|
a
|
||||||
color: $color-text-status-passed
|
color: $color-text-status-passed
|
||||||
|
|
||||||
#repositories .red,
|
#repositories .red,
|
||||||
.red .number
|
.summary .red .number,
|
||||||
|
.list .red .number
|
||||||
.status
|
.status
|
||||||
background-color: $color-bg-status-failed
|
background-color: $color-bg-status-failed
|
||||||
a
|
a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user