Add "is-clickable" helper to documentation

This commit is contained in:
Joey 2020-09-29 14:12:29 +01:00 committed by Jeremy Thomas
parent 19b7b27907
commit ee3dc52cd0

View 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>