Skip to main content Skip to docs navigation

Liander Bootstrap addition to Utilities for showing the pointer cursor

On this page

Clickable

Adding the clickable class to the following text, will show a pointer cursor.
html
Adding the <code>clickable</code> class to the following text, <span class="clickable">will show a pointer cursor</span>.

Non Clickable

Adding the non-clickable class to the following text, will show a default cursor.
html
Adding the <code>non-clickable</code> class to the following text, <a class="non-clickable">will show a default cursor</a>.