From 9155fd4b290b1b7b247f8b1dde8449f68de5dc41 Mon Sep 17 00:00:00 2001 From: Stream Date: Tue, 5 May 2026 18:40:01 +0300 Subject: [PATCH] auto-sync: 2026-05-05 18:40:01 --- tasks/enduro-trails/prototype/static/app.css | 2 +- tasks/enduro-trails/prototype/static/app.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/enduro-trails/prototype/static/app.css b/tasks/enduro-trails/prototype/static/app.css index acc8a16..6dc1931 100644 --- a/tasks/enduro-trails/prototype/static/app.css +++ b/tasks/enduro-trails/prototype/static/app.css @@ -451,7 +451,7 @@ body.has-map-mode #sheet-backdrop.visible { pointer-events: none; } #ruler-info.visible { display: flex; align-items: center; gap: 8px; } /* ── Waypoint Markers ─────────────────────────── */ -.route-waypoint-marker { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)); } +.route-waypoint-marker { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)); width: 28px; height: 36px; cursor: grab; display: block; } .route-waypoint-marker:active { cursor: grabbing; } .named-marker-el { font-size: 22px; cursor: pointer; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); user-select: none; line-height: 1; } diff --git a/tasks/enduro-trails/prototype/static/app.js b/tasks/enduro-trails/prototype/static/app.js index 31372d3..719c276 100644 --- a/tasks/enduro-trails/prototype/static/app.js +++ b/tasks/enduro-trails/prototype/static/app.js @@ -460,7 +460,6 @@ function addWaypointMode() { function createWaypointMarkerEl(index, total) { const el = document.createElement('div'); el.className = 'route-waypoint-marker marker-anim'; - el.style.cssText = 'cursor: grab; width: 28px; height: 36px;'; let bg, label; if (index === 0) {