Remove prefix for cursor: grab

This commit is contained in:
Mimi 2019-12-26 11:47:12 +08:00
parent df050c8865
commit 1cdd6653dd

View File

@ -57,17 +57,11 @@
#waifu #live2d {
cursor: grab;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
position: relative;
}
#waifu #live2d:active {
cursor: grabbing;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
}
#waifu-tool {