Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-06 19:52:18 +0300
committerPhil Hughes <me@iamphill.com>2017-02-06 14:28:16 +0300
commit653c23b9c23b6af8c57b45e7d5444e1ca6d34d9a (patch)
tree72318ea3ae9f968d0f3de2be36ea91786a984ffc /app/assets/stylesheets/framework/jquery.scss
parent572fb0be9b1d45437b7c0ed1000399657f471ec7 (diff)
Removed jQuery UI sortable
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;
- }
-}