From: Noah <26509744+LoopsGod@users.noreply.github.com> Date: Tue, 18 Aug 2020 12:26:04 +0000 (+0200) Subject: Add is-clickable to helpers (#3085) X-Git-Tag: 0.9.1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e0aaa09f79ec75c42a980268a8d1edd08de415;p=thirdparty%2Fbulma.git Add is-clickable to helpers (#3085) * Add is-clickable to helpers * Be sure to add !important --- diff --git a/sass/helpers/other.sass b/sass/helpers/other.sass index 9aa271b35..e8bb93de5 100644 --- a/sass/helpers/other.sass +++ b/sass/helpers/other.sass @@ -4,5 +4,8 @@ .is-shadowless box-shadow: none !important +.is-clickable + cursor: pointer !important + .is-unselectable @extend %unselectable