Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Use a move cursor while dragging connections on routing screen
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Apr 16, 2015
1 parent 21fe72c commit 06669cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions go/base/static/css/routing.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,11 @@
}

._jsPlumb_endpoint {
cursor: move;
z-index: 5;
opacity: @secondary-opacity;
}

._jsPlumb_endpoint svg circle:hover {
cursor: move;
}

._jsPlumb_dragging {
opacity: 0.5;
}
Expand Down
4 changes: 1 addition & 3 deletions go/base/static/css/vumigo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/base/static/css/vumigo.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06669cb

Please sign in to comment.