OSDN Git Service

Use default cursor on network graph.
authorSato Hiroyuki <sathiroyuki@gmail.com>
Tue, 21 May 2013 00:25:25 +0000 (09:25 +0900)
committerSato Hiroyuki <sathiroyuki@gmail.com>
Tue, 21 May 2013 00:25:25 +0000 (09:25 +0900)
The cross 'move' cursor doesen't work if you can't it around.
refs #3741

app/assets/stylesheets/sections/graph.scss

index 58c2c20..9be4cb7 100644 (file)
@@ -11,7 +11,6 @@
 
   .graph { 
     background: #f1f1f1;
-    cursor: move;
     height: 500px;
     overflow-y: scroll;
     overflow-x: hidden;