From e351665bb31745e2639abef3e47bf4f9df616d6b Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 2 Nov 2020 23:43:32 +0200 Subject: Instead of blocking all interaction, only block interaction in places that matter --- src/components/react_button/react_button.vue | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/react_button/react_button.vue') diff --git a/src/components/react_button/react_button.vue b/src/components/react_button/react_button.vue index 95d95b11..bb4472d7 100644 --- a/src/components/react_button/react_button.vue +++ b/src/components/react_button/react_button.vue @@ -107,6 +107,10 @@ color: $fallback--text; color: var(--text, $fallback--text); } + + ._misclick-prevention & { + pointer-events: none !important; + } } -- cgit v1.2.3-70-g09d2