mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add "is-clickable" helper to documentation
This commit is contained in:
parent
19b7b27907
commit
ee3dc52cd0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user