feat(SVG): make icons on posts non selectable

This commit is contained in:
2022-09-27 18:44:05 +02:00
parent 7139e0e4c4
commit 47a3426ed0

View File

@@ -965,7 +965,8 @@ a.footnote-ref {
animation: toxicGlow 5s ease-in-out infinite; animation: toxicGlow 5s ease-in-out infinite;
} }
.toxicGlow img { .toxicGlow img,
.hdr-social img {
user-select: none; user-select: none;
-moz-user-select: none; -moz-user-select: none;
-webkit-user-drag: none; -webkit-user-drag: none;