From 47a3426ed058fd8137c36f25979eacddf1b9733c Mon Sep 17 00:00:00 2001 From: Alexandre Chazal Date: Tue, 27 Sep 2022 18:44:05 +0200 Subject: [PATCH] feat(SVG): make icons on posts non selectable --- assets/scss/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index ffc30aa..d1a3916 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -965,7 +965,8 @@ a.footnote-ref { animation: toxicGlow 5s ease-in-out infinite; } -.toxicGlow img { +.toxicGlow img, +.hdr-social img { user-select: none; -moz-user-select: none; -webkit-user-drag: none;