Skip to content

CSS: cursor

.--cursor-pointercursor als komponierbare, globale Klasse — .--cursor-<value> — nutzbar allein oder angehängt an jede Komponente (.instui-button.--cursor-pointer).

Source: index.ts

Verwendung

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

Beispiele

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

Modifikatoren

ModifikatorBeschreibung
.--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.