Skip to content

Commit

Permalink
Fix coloring of build result links in the new webui
Browse files Browse the repository at this point in the history
The 'failed' link for the build results should be red, but it was blue.

This broke when moving the defined result colors to a CSS file (f589a07).
  • Loading branch information
bgeuken committed Dec 4, 2018
1 parent c3c787a commit 325d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/assets/stylesheets/webui2/build-results.scss
Expand Up @@ -34,7 +34,7 @@
color: $dark;
}

.build-state-unresolvable, .build-state-broken {
.build-state-unresolvable, .build-state-broken, .build-state-failed {
color: $red;
}

Expand Down

0 comments on commit 325d130

Please sign in to comment.