From e7a781970c12be690d07a3bbb37c0f05c45e2a49 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Sun, 10 Aug 2025 23:01:20 +0100 Subject: [PATCH] appview/pages: unify tab styles Change-Id: nlvzxwtrmrylrzrowvkuvtummxtumpvq Signed-off-by: oppiliappan --- appview/pages/templates/repo/pipelines/workflow.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appview/pages/templates/repo/pipelines/workflow.html b/appview/pages/templates/repo/pipelines/workflow.html index 62dc416..0ec3798 100644 --- a/appview/pages/templates/repo/pipelines/workflow.html +++ b/appview/pages/templates/repo/pipelines/workflow.html @@ -19,13 +19,17 @@ {{ define "sidebar" }} {{ $active := .Workflow }} + + {{ $activeTab := "bg-white dark:bg-gray-700 drop-shadow-sm" }} + {{ $inactiveTab := "bg-gray-100 dark:bg-gray-800" }} + {{ with .Pipeline }} {{ $id := .Id }}