Skip to content

CSS: cursor

.--cursor-pointer — 將 cursor 作為可組合的全域類別 — .--cursor-<value> — 可單獨使用或串接至任何組件(.instui-button.--cursor-pointer)。

Source: index.ts

使用方法

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

範例

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

修飾器

修飾器說明
.--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.