mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add "is-clickable" helper to documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user