Skip to content

Commit

Permalink
improve the cusor style when dnd, #307
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Apr 1, 2015
1 parent 54c587e commit b66ab37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/minimap.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ atom-text-editor::shadow, atom-text-editor {
background-color: #888;
opacity: .2;
cursor: -webkit-grab;

&:active {
cursor: -webkit-grabbing;
}
}

.minimap-controls {
Expand Down

0 comments on commit b66ab37

Please sign in to comment.