Signed-off-by: eti eti@eti.tf
+1
-1
Diff
round #0
+1
-1
appview/pages/templates/repo/pulls/fragments/pullStepSource.html
+1
-1
appview/pages/templates/repo/pulls/fragments/pullStepSource.html
···
94
94
{{ end }}
95
95
96
96
{{ define "pullSourceTabs" }}
97
-
{{ $active := "bg-white dark:bg-gray-800 shadow-sm cursor-default border border-gray-700" }}
97
+
{{ $active := "bg-white dark:bg-gray-800 shadow-sm cursor-default border border-gray-200 dark:border-gray-700" }}
98
98
{{ $inactive := "bg-transparent hover:bg-white/50 dark:hover:bg-gray-800/50" }}
99
99
{{ $shared := "group flex-1 p-3 text-left hover:no-underline flex flex-col gap-1 rounded" }}
100
100
{{ $titleCls := "font-medium text-sm dark:text-white flex items-center gap-2" }}