Skip to content

Commit

Permalink
fix cursor hover/selected states
Browse files Browse the repository at this point in the history
  • Loading branch information
Metacor committed Sep 21, 2022
1 parent ff23c18 commit df6b6f7
Show file tree
Hide file tree
Showing 5 changed files with 3,238 additions and 3,227 deletions.
15 changes: 8 additions & 7 deletions css/viewer.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,14 @@
overflow: hidden;
position: absolute;
right : 0;
top : 0
top : 0;
cursor: grab;
cursor: -webkit-grab;
}

.viewer-canvas:active {
cursor: grabbing;
cursor: -webkit-grabbing;
}

.viewer-canvas>img {
Expand Down Expand Up @@ -394,12 +401,6 @@
visibility: hidden
}

.viewer-move {
cursor: move;
cursor: -webkit-grab;
cursor: grab
}

.viewer-fade {
opacity: 0
}
Expand Down
Loading

0 comments on commit df6b6f7

Please sign in to comment.