From 843cf5824cbaaf9dcbab1013b8fd0e70567e2b4c Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:29:19 +0530 Subject: [PATCH] prevent link click inside spoiler --- src/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.scss b/src/index.scss index eefbff963..14bf47493 100644 --- a/src/index.scss +++ b/src/index.scss @@ -430,6 +430,7 @@ a { [data-mx-spoiler][aria-pressed='true'] a { color: transparent; + pointer-events: none; } b {