mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -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><code>is-unselectable</code></td>
|
||||||
<td>Prevents the text from being <strong>selectable</strong></td>
|
<td>Prevents the text from being <strong>selectable</strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>is-clickable</code></td>
|
||||||
|
<td>Applies <code>cursor: pointer !important</code> to the element.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>is-relative</code></td>
|
<td><code>is-relative</code></td>
|
||||||
<td>Applies <code>position: relative</code> to the element.</td>
|
<td>Applies <code>position: relative</code> to the element.</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user