From: Joey <23112101+gfrcsd@users.noreply.github.com> Date: Tue, 29 Sep 2020 13:12:29 +0000 (+0100) Subject: Add "is-clickable" helper to documentation X-Git-Tag: 0.9.2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee3dc52cd0841878d1f7b52c13610b73e6686856;p=thirdparty%2Fbulma.git Add "is-clickable" helper to documentation --- diff --git a/docs/documentation/helpers/other-helpers.html b/docs/documentation/helpers/other-helpers.html index 4c00545a2..e762ab114 100644 --- a/docs/documentation/helpers/other-helpers.html +++ b/docs/documentation/helpers/other-helpers.html @@ -48,6 +48,10 @@ breadcrumb: is-unselectable Prevents the text from being selectable + + is-clickable + Applies cursor: pointer !important to the element. + is-relative Applies position: relative to the element.