From 4853db27fcd4d23dcacfaa15dd1679271a536edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sat, 11 Apr 2026 00:37:03 +0200 Subject: [PATCH] Temporarily disable outline ring on highlighted waypoint markers Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/planner/app/components/PlannerMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/planner/app/components/PlannerMap.tsx b/apps/planner/app/components/PlannerMap.tsx index 67a6921..28dbce0 100644 --- a/apps/planner/app/components/PlannerMap.tsx +++ b/apps/planner/app/components/PlannerMap.tsx @@ -18,7 +18,7 @@ function waypointIcon(index: number, overnight?: boolean, highlighted?: boolean) const bg = overnight ? "#8B6D3A" : "#2563eb"; const size = highlighted ? 28 : 24; const offset = size / 2; - const ring = highlighted ? `outline:3px solid ${bg};outline-offset:2px;` : ""; + const ring = ""; return L.divIcon({ className: "", html: `