From 466754c40b3a149abf2aa99655b0475a85949830 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 21 Jan 2026 10:21:20 +0000 Subject: [PATCH] appview/pages/pull: use js to trigger backdrop opacity we have several nested details tags here and i can't seem to figure it out using plain css. Signed-off-by: oppiliappan --- appview/pages/templates/repo/pulls/pull.html | 51 ++++++++++++++++++++++++++++----------------------- 1 file(s) changed, 28 insertion(s)(+), 23 deletion(s)(-) diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -22,18 +22,34 @@ {{ end }} @@ -109,16 +135,11 @@ {{ define "subsPanel" }} {{ $root := index . 2 }} {{ $pull := $root.Pull }} - -
-
+
-
+
- {{ i "chevron-up" "size-4" }} -- tangled.sh