From 6970030accfa79b0d26e2bb730a5db65f90f97e7 Mon Sep 17 00:00:00 2001 From: Howard Edwards Date: Mon, 27 Nov 2023 11:43:14 -0500 Subject: [PATCH] Remove additional css meant for now removed 'skipped' view --- client/components/TestRun/TestRun.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/components/TestRun/TestRun.css b/client/components/TestRun/TestRun.css index 6a3b3f001..f9fdf7900 100644 --- a/client/components/TestRun/TestRun.css +++ b/client/components/TestRun/TestRun.css @@ -135,11 +135,6 @@ button.test-navigator-toggle:focus { left: 4px; } -.test-name-wrapper .progress-indicator { - background: White; - border: 2px dashed black; -} - .test-name-wrapper.conflicts .progress-indicator { background: #ffcd00; }