Commit 714d9d192fd58c731ad3440f77549d446cb011c8

Authored by Sato Hiroyuki
1 parent 6654db2c

Use default cursor on network graph.

The cross 'move' cursor doesen't work if you can't it around.
refs #3741
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/graph.scss
@@ -11,7 +11,6 @@ @@ -11,7 +11,6 @@
11 11
12 .graph { 12 .graph {
13 background: #f1f1f1; 13 background: #f1f1f1;
14 - cursor: move;  
15 height: 500px; 14 height: 500px;
16 overflow-y: scroll; 15 overflow-y: scroll;
17 overflow-x: hidden; 16 overflow-x: hidden;