We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected: When you click and drag the visible area in the minimap, the cursor will change from -webkit-grab to -webkit-grabbing.
Actual: When you click and drag the visible area in the minimap, the cursor remains -webkit-grab.
The text was updated successfully, but these errors were encountered:
Good catch!
You can try to add below style to your styles.less if you want:
styles.less
atom-text-editor::shadow atom-text-editor-minimap::shadow .minimap-visible-area { &:active { cursor: -webkit-grabbing; } }
Sorry, something went wrong.
Thanks for the interim fix! (Are you still going to add it to the package though?)
Yes, I think this should be built in the minimap.
improve the cusor style when dnd, #307
b66ab37
Included in v4.7.2
No branches or pull requests
Expected: When you click and drag the visible area in the minimap, the cursor will change from -webkit-grab to -webkit-grabbing.
Actual: When you click and drag the visible area in the minimap, the cursor remains -webkit-grab.
The text was updated successfully, but these errors were encountered: