From 27a06b55f0d1a0941640506635b075315df8b91a Mon Sep 17 00:00:00 2001 From: Lukas Krause Date: Fri, 6 Sep 2019 16:10:42 +0200 Subject: [PATCH] Remove background from build state disabled The build state disabled is a conscious decision and therefore it is not necessary/too much to highlight it with a background color. --- src/api/app/assets/stylesheets/webui2/build-results.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/api/app/assets/stylesheets/webui2/build-results.scss b/src/api/app/assets/stylesheets/webui2/build-results.scss index 11597173e98..ca2b3c2c0a3 100644 --- a/src/api/app/assets/stylesheets/webui2/build-results.scss +++ b/src/api/app/assets/stylesheets/webui2/build-results.scss @@ -45,9 +45,7 @@ } .build-state-disabled { - @extend .text-white; - @extend .px-1; - background-color: $gray-600; + color: $gray-600; } .build-state-blocked {