commit 08a337593a8fed19d8c7df782f333a701134e990
parent 2e93d5dacb866c2c0600cb66655086c93a4f92f5
Author: Hunter
Date: Fri, 10 Jul 2026 10:23:55 -0400
remove blue tap highlight on markers on iOS
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/resources/styles.css b/resources/styles.css
@@ -392,6 +392,9 @@ html, body {
border-radius: 0;
transition: border-radius 150ms ease-in-out;
}
+.leaflet-container a.event-pin {
+ -webkit-tap-highlight-color: transparent;
+}
.event-pin:link, .event-pin:visited {
color: black;
}