Skip to content

Commit

Permalink
Remove background from build state disabled
Browse files Browse the repository at this point in the history
The build state disabled is a conscious decision and
therefore it is not necessary/too much to highlight it with
a background color.
  • Loading branch information
krauselukas committed Sep 6, 2019
1 parent 61e71d7 commit 27a06b5
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 27a06b5

Please sign in to comment.