From b228878207434b607022a469f406ea10670d685a Mon Sep 17 00:00:00 2001 From: Fedor Katurov <gotham48@gmail.com> Date: Tue, 21 Dec 2021 17:55:07 +0700 Subject: [PATCH] fixed new comment glow --- src/components/containers/CommentWrapper/styles.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/containers/CommentWrapper/styles.module.scss b/src/components/containers/CommentWrapper/styles.module.scss index 1e6d7755..2fe8a136 100644 --- a/src/components/containers/CommentWrapper/styles.module.scss +++ b/src/components/containers/CommentWrapper/styles.module.scss @@ -37,6 +37,8 @@ animation: highlight 1s 0.5s forwards; background: transparentize($wisegreen, 0.7); border-radius: $radius; + pointer-events: none; + touch-action: none; } @include tablet {