summaryrefslogtreecommitdiffstats
path: root/client/components/lists
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-28 19:35:04 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-28 19:35:04 +0200
commitcc5e9002d92b5024cedd731d5598c3f5b5127620 (patch)
tree645a66b29fd9498a25c21331e765f81142757de5 /client/components/lists
parent53018baeb2dd04d053dbb2c4fd872a9f28505f95 (diff)
downloadwekan-cc5e9002d92b5024cedd731d5598c3f5b5127620.tar.gz
wekan-cc5e9002d92b5024cedd731d5598c3f5b5127620.tar.bz2
wekan-cc5e9002d92b5024cedd731d5598c3f5b5127620.zip
Fix the cursor used while dragging a list
Diffstat (limited to 'client/components/lists')
-rw-r--r--client/components/lists/list.styl5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl
index 2145d947..86454fcd 100644
--- a/client/components/lists/list.styl
+++ b/client/components/lists/list.styl
@@ -21,10 +21,13 @@
border-left: none
&.ui-sortable-helper
- cursor: grabbing
box-shadow: -2px 2px 8px rgba(0, 0, 0, .3),
0 0 1px rgba(0, 0, 0, .5)
transform: rotate(4deg)
+ cursor: grabbing
+
+ .list-header.ui-sortable-handle
+ cursor: grabbing
&.placeholder
background-color: rgba(0, 0, 0, .2)