summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/jquery.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/jquery.scss')
-rw-r--r--app/assets/stylesheets/framework/jquery.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/assets/stylesheets/framework/jquery.scss b/app/assets/stylesheets/framework/jquery.scss
index 18f2f316f02..8487384aed6 100644
--- a/app/assets/stylesheets/framework/jquery.scss
+++ b/app/assets/stylesheets/framework/jquery.scss
@@ -70,14 +70,3 @@
}
}
}
-
-.ui-sortable-handle {
- cursor: move;
- cursor: -webkit-grab;
- cursor: -moz-grab;
-
- &:active {
- cursor: -webkit-grabbing;
- cursor: -moz-grabbing;
- }
-}