mirror of
https://github.com/kognise/water.css.git
synced 2025-08-13 08:34:45 +02:00
Merge pull request #166 from PaperMountainStudio/master
fix telephone.html being recognized as tel: etc.
This commit is contained in:
@@ -62,15 +62,15 @@ address {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^='mailto']::before {
|
a[href^='mailto\:']::before {
|
||||||
content: '📧 ';
|
content: '📧 ';
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^='tel']::before {
|
a[href^='tel\:']::before {
|
||||||
content: '📞 ';
|
content: '📞 ';
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^='sms']::before {
|
a[href^='sms\:']::before {
|
||||||
content: '💬 ';
|
content: '💬 ';
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -79,4 +79,4 @@ mark {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 0px 2px 0px 2px;
|
padding: 0px 2px 0px 2px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user