Skip to content

CSS: cursor

.--cursor-pointercursor som en sammansättbar, global klass — .--cursor-<value> — användbar fristående eller kedjad på vilken komponent som helst (.instui-button.--cursor-pointer).

Source: index.ts

Användning

css
@import "@pantoken/components/utilities.css";

Exempel

html
<div class="--cursor-pointer">…</div>

Modifierare

ModifierareBeskrivning
.--cursor-autocursor: auto.
.--cursor-defaultcursor: default.
.--cursor-grabcursor: grab.
.--cursor-movecursor: move.
.--cursor-not-allowedcursor: not-allowed.
.--cursor-pointercursor: pointer.
.--cursor-textcursor: text.
.--cursor-waitcursor: wait.