From 408129e6d70591f6f31338ef4c039c7b51c76fb4 Mon Sep 17 00:00:00 2001 From: "Ian Clarke (aider)" Date: Fri, 6 Dec 2024 12:14:28 -0600 Subject: [PATCH] fix: Remove stroke from invisible touch area circle --- hugo-site/layouts/shortcodes/summary-delta-sync/propagation.html | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo-site/layouts/shortcodes/summary-delta-sync/propagation.html b/hugo-site/layouts/shortcodes/summary-delta-sync/propagation.html index 804f4b02..26ddb87d 100644 --- a/hugo-site/layouts/shortcodes/summary-delta-sync/propagation.html +++ b/hugo-site/layouts/shortcodes/summary-delta-sync/propagation.html @@ -285,6 +285,7 @@ node.append("circle") .attr("r", params.nodeSize * 1.5) // 50% larger than visible node .attr("fill", "transparent") + .attr("stroke", "none") .style("cursor", "pointer"); // Initialize node colors and event handlers