usr
カーソル、ユーザー操作・選択の受付などに関するプロパティを設定します。
Params
c
cursor
Keyword
-
aauto
-
ppointer
-
wwait
-
nnone
-
nanot-allowed
-
ndno-drop
-
ccell
-
chcrosshair
-
ttext
-
vtvertical-text
-
ggrab
-
hhelp
-
zizoom-in
-
zozoom-out
-
crcol-resize
-
rrrow-resize
-
mvmove
-
cpcopy
e
pointer-events
Keyword
-
aauto
-
nnone
s
user-select
Keyword
-
nnone
-
aall
-
ttext
-
ccontain
scss
@import 'catpow';
@include usr((c:p));
@import 'catpow'; @include usr((c:p));
css
cursor: pointer;
cursor: pointer;
scss
@import 'catpow';
@include usr((e:n));
@import 'catpow'; @include usr((e:n));
css
pointer-events: none;
pointer-events: none;