Skip to content

CSS: cursor

.--cursor-pointercursor որպես կազմադրելի, գլոբալ դաս — .--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.