From: Isitar Date: Mon, 19 Oct 2020 14:58:59 +0000 (+0200) Subject: fix is-clickable for icons in input fields X-Git-Tag: 0.9.2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77889cca34d1a5bd0bccd513b577325310f8c4b5;p=thirdparty%2Fbulma.git fix is-clickable for icons in input fields --- 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