Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Changed color of "dependency failed to build" box to grey in order to…
Browse files Browse the repository at this point in the history
… distinguish is from actual builds failure.
  • Loading branch information
Kateryna Musina committed Aug 14, 2017
1 parent 0398540 commit 0ebec08
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 53,239 deletions.
4 changes: 2 additions & 2 deletions www/prod/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -677,14 +677,14 @@ td.visible-print,th.visible-print{display:table-cell!important}}
.state-text.ignored:before{content:"Ignored"}
.table-katana .ignored{border-top:1px solid #fff}
.log-list-ignored>a:before{background-color:#CBDCE6}
.dependency-failure{background-color:#FCF2F2}
.dependency-failure{background-color:#E8E8E8}
.color-blind-mode .dependency-failure{background-color:#c20a0a!important;color:#fff}
.color-blind-mode .dependency-failure a{color:#fff!important}
.color-blind-mode .dependency-list .dependency-failure:before{content:"Dependency failure"}
.color-blind-mode .log-list-dependency-failure>a:before{background-color:#c20a0a}
.state-text.dependency-failure:before{content:"Dependency failure"}
.table-katana .dependency-failure{border-top:1px solid #fff}
.log-list-dependency-failure>a:before{background-color:#FCF2F2}
.log-list-dependency-failure>a:before{background-color:#E8E8E8}
.not-rebuilt{background-color:#F8FCF2}
.color-blind-mode .not-rebuilt{background-color:#78c20a!important;color:#fff}
.color-blind-mode .not-rebuilt a{color:#fff!important}
Expand Down
Loading

0 comments on commit 0ebec08

Please sign in to comment.