Merge pull request #1547 from umap-project/1545-fix-icons

fix(1545): fix icons for mailto and tel
This commit is contained in:
Yohan Boniface 2024-01-29 12:46:03 +01:00 committed by GitHub
commit e69b5a7af0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1322,10 +1322,10 @@ a.add-datalayer:hover,
margin: 5px;
}
a[href^='mailto']::before {
content: '🖃 ';
content: '✉︎ ';
}
a[href^='tel']::before {
content: '🕿 ';
content: '☎︎ ';
}
address span {
padding-right: 5px;