Skip to content

Commit

Permalink
Merge pull request #4965 from camptocamp/GSGMF-975
Browse files Browse the repository at this point in the history
Remove grab and grabbing cursors for IE
  • Loading branch information
fredj authored Jun 25, 2019
2 parents f203c01 + fca35a5 commit aa5d806
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 aa5d806

Please sign in to comment.