feat(SVG): make icons non draggable and selectable

This commit is contained in:
2022-09-27 18:35:03 +02:00
parent 3b21dce8cd
commit 7139e0e4c4
4 changed files with 14 additions and 6 deletions

View File

@@ -965,6 +965,14 @@ a.footnote-ref {
animation: toxicGlow 5s ease-in-out infinite;
}
.toxicGlow img {
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}
@keyframes toxicGlow {
0% {
background-position: 80% 50%;