UNPKG
ancient-css
Version:
latest (4.4.0)
4.4.0
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
3.1.3
3.0.0
2.3.0
2.2.3
2.2.2
2.2.1
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
ANCIENT-CSS A CSS utility library
github.com/mikebarnhardt/ancient
mikebarnhardt/ancient
ancient-css
/
src
/
properties
/
cursor.css
23 lines
(18 loc)
•
236 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.cursor-default
{
cursor
: default; }
.cursor-not-allowed
{
cursor
: not-allowed; }
.cursor-pointer
{
cursor
: pointer; }
.cursor-progress
{
cursor
: progress; }
.cursor-help
{
cursor
: help; }
.cursor-wait
{
cursor
: wait; }