From be09f1175c9fa6934ba337576cde263cc089b8da Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 19 Aug 2025 00:01:02 +0200 Subject: [PATCH] Fix background color of pipeline step list (#5431) --- web/src/components/repo/pipeline/PipelineStepList.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/web/src/components/repo/pipeline/PipelineStepList.vue b/web/src/components/repo/pipeline/PipelineStepList.vue index 3bae565af..82112f4f6 100644 --- a/web/src/components/repo/pipeline/PipelineStepList.vue +++ b/web/src/components/repo/pipeline/PipelineStepList.vue @@ -1,7 +1,7 @@