From 7e5c15b5b0b51776b0e9c5b7a631d1e5e060165b Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 19 Jan 2024 11:12:49 -0500 Subject: [PATCH] fix(1545): fix icons for mailto and tel Fix #1545 --- umap/static/umap/map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index e34e1751..8ced20f0 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1317,10 +1317,10 @@ a.add-datalayer:hover, margin: 5px; } a[href^='mailto']::before { - content: '🖃 '; + content: '✉︎ '; } a[href^='tel']::before { - content: '🕿 '; + content: '☎︎ '; } address span { padding-right: 5px;