Skip to content

Commit

Permalink
Remove grab and grabbing cursors for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Jun 21, 2019
1 parent 247533e commit fca35a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Binary file removed contribs/gmf/src/cursors/grab.cur
Binary file not shown.
Binary file removed contribs/gmf/src/cursors/grabbing.cur
Binary file not shown.
2 changes: 0 additions & 2 deletions contribs/gmf/src/layertree/desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ gmf-layertree {

&.gmf-layertree-dragger {
* {
cursor: url(~gmf/cursors/grabbing.cur), default;
cursor: -webkit-grabbing;
cursor: grabbing;
}
Expand Down Expand Up @@ -87,7 +86,6 @@ gmf-layertree {
}

div.ngeo-sortable-handle {
cursor: url(~gmf/cursors/grab.cur), default;
cursor: -webkit-grab;
cursor: grab;
position: absolute;
Expand Down

0 comments on commit fca35a5

Please sign in to comment.