0
0
Fork 0

Add unclickable class to stylesheet

This commit is contained in:
Oliver-Akins 2020-12-08 16:51:33 -07:00
parent 5f8fbbd864
commit 500c3949c8

View file

@ -3,9 +3,8 @@
height: 100%;
}
.clickable {
cursor: pointer;
}
.clickable { cursor: pointer; }
.unclickable { cursor: default; }
.centre {
text-align: center;