From 7e4a93c013b915d296ac964661eff32233fc155c 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 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 62dc4164..0ec37983 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 }}