Skip to content

Commit

Permalink
Merge pull request #8291 from krauselukas/build_state_colors
Browse files Browse the repository at this point in the history
Remove background from build state disabled
  • Loading branch information
hennevogel committed Sep 6, 2019
2 parents 494f5cd + 27a06b5 commit a2073e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/api/app/assets/stylesheets/webui2/build-results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
}

.build-state-disabled {
@extend .text-white;
@extend .px-1;
background-color: $gray-600;
color: $gray-600;
}

.build-state-blocked {
Expand Down

0 comments on commit a2073e0

Please sign in to comment.