From c25bac2d085f1894377e6eecaefcc678d2d872e2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 13 Jul 2017 17:16:23 +0200 Subject: [PATCH] Change pointer --- draggable.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draggable.scss b/draggable.scss index 0887e21..e11ad5b 100644 --- a/draggable.scss +++ b/draggable.scss @@ -1,3 +1,3 @@ *[draggable] { - cursor: pointer; + cursor: move; } \ No newline at end of file