From de346ff5811bfdf57e83d111211db43bbba7757d Mon Sep 17 00:00:00 2001
From: Emmanuel Raviart <emmanuel@raviart.com>
Date: Tue, 5 Oct 2021 15:41:42 +0200
Subject: [PATCH] Change background color of disabled test cases.

---
 src/lib/components/test_cases/TestCaseView.svelte | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/components/test_cases/TestCaseView.svelte b/src/lib/components/test_cases/TestCaseView.svelte
index ec0d8ba6e..b64a9e3fb 100644
--- a/src/lib/components/test_cases/TestCaseView.svelte
+++ b/src/lib/components/test_cases/TestCaseView.svelte
@@ -206,7 +206,7 @@
   id="situation_{situationIndex}"
 >
   {#if $testCaseIndex !== null && $testCaseIndex !== situationIndex}
-    <div class="absolute inset-0 bg-le-jaune bg-opacity-20 z-50" />
+    <div class="absolute inset-0 bg-black bg-opacity-20 z-50" />
   {/if}
   <div
     class="bg-gray-100 border border-gray-200 border-b-2 p-4 pb-2 rounded-t-md"
-- 
GitLab