Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pulls/new: fix method selection border color

Signed-off-by: eti <eti@eti.tf>

eti 2fac46f0 6cb52877

+1 -1
+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" }}