buildbot: Better failure styling on CI
This commit is contained in:
parent
96639d78d4
commit
627fa4295f
|
@ -183,7 +183,8 @@ pre > code {
|
|||
}
|
||||
|
||||
.Module.buildtable tbody td.failure,
|
||||
.Module.waterfall .BuildStep.failure {
|
||||
.Module.waterfall thead th.failure,
|
||||
.Module.waterfall tbody td.failure {
|
||||
background-color: #FDDFDE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue