]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add is-clickable to helpers (#3085)
authorNoah <26509744+LoopsGod@users.noreply.github.com>
Tue, 18 Aug 2020 12:26:04 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 12:26:04 +0000 (14:26 +0200)
* Add is-clickable to helpers

* Be sure to add !important

sass/helpers/other.sass

index 9aa271b35e6d41084be3f9606c8b073e3dc55496..e8bb93de5fa911e31f0654ba33986ec23d2401b1 100644 (file)
@@ -4,5 +4,8 @@
 .is-shadowless
   box-shadow: none !important
 
+.is-clickable
+  cursor: pointer !important
+
 .is-unselectable
   @extend %unselectable