Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #1768, change to cursor: move on the selection box
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Nov 14, 2016
1 parent 4915115 commit c5aa6ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/inline-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $overlay-z-index: 9999999999;

.pageshot-highlight {
position: absolute;
cursor: move;
border: 1px dashed rgba($link-blue, 0.5);
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
Expand Down

0 comments on commit c5aa6ae

Please sign in to comment.