From 77889cca34d1a5bd0bccd513b577325310f8c4b5 Mon Sep 17 00:00:00 2001 From: Isitar Date: Mon, 19 Oct 2020 16:58:59 +0200 Subject: [PATCH] fix is-clickable for icons in input fields --- sass/helpers/other.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/helpers/other.sass b/sass/helpers/other.sass index e8bb93de5..cb7c4cd6f 100644 --- a/sass/helpers/other.sass +++ b/sass/helpers/other.sass @@ -6,6 +6,7 @@ .is-clickable cursor: pointer !important + pointer-events: all !important .is-unselectable @extend %unselectable -- 2.47.2