]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add "is-clickable" helper to documentation
authorJoey <23112101+gfrcsd@users.noreply.github.com>
Tue, 29 Sep 2020 13:12:29 +0000 (14:12 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 29 Sep 2020 13:20:08 +0000 (14:20 +0100)
docs/documentation/helpers/other-helpers.html

index 4c00545a2d6092c0262a59be1fce5d82fa8faa7d..e762ab114994d323510cf98b4787c62fb1fde73a 100644 (file)
@@ -48,6 +48,10 @@ breadcrumb:
       <td><code>is-unselectable</code></td>
       <td>Prevents the text from being <strong>selectable</strong></td>
     </tr>
+    <tr>
+      <td><code>is-clickable</code></td>
+      <td>Applies <code>cursor: pointer !important</code> to the element.</td>
+    </tr>
     <tr>
       <td><code>is-relative</code></td>
       <td>Applies <code>position: relative</code> to the element.</td>