From ad9799bdb0232bf3899b184a47f644e13a7dd031 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 21 Jan 2016 14:17:59 +0000 Subject: Milestone drag & drop cursor Fixes #4097 --- app/assets/stylesheets/framework/jquery.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/assets/stylesheets/framework/jquery.scss b/app/assets/stylesheets/framework/jquery.scss index 871b808bad4..d6cd78813c0 100644 --- a/app/assets/stylesheets/framework/jquery.scss +++ b/app/assets/stylesheets/framework/jquery.scss @@ -53,3 +53,14 @@ color: #333; } } + +.ui-sortable-handle { + cursor: move; + cursor: -webkit-grab; + cursor: -moz-grab; + + &:active { + cursor: -webkit-grabbing; + cursor: -moz-grabbing; + } +} -- cgit v1.2.1