]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
fix is-clickable for icons in input fields
authorIsitar <luescherpascal@gmail.com>
Mon, 19 Oct 2020 14:58:59 +0000 (16:58 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 19 Oct 2020 18:39:44 +0000 (19:39 +0100)
sass/helpers/other.sass

index e8bb93de5fa911e31f0654ba33986ec23d2401b1..cb7c4cd6f308bf12128027b63cbf0626b1af1dd0 100644 (file)
@@ -6,6 +6,7 @@
 
 .is-clickable
   cursor: pointer !important
+  pointer-events: all !important
 
 .is-unselectable
   @extend %unselectable