Skip to content
New issue

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

Change pointer to -webkit-grabbing while grabbing visible area #307

Closed
mnquintana opened this issue Apr 1, 2015 · 4 comments
Closed

Change pointer to -webkit-grabbing while grabbing visible area #307

mnquintana opened this issue Apr 1, 2015 · 4 comments

Comments

@mnquintana
Copy link

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.

@fundon
Copy link
Member

fundon commented Apr 1, 2015

Good catch!

You can try to add below style to your styles.less if you want:

atom-text-editor::shadow atom-text-editor-minimap::shadow .minimap-visible-area {
  &:active {
    cursor: -webkit-grabbing;
  }
}

@mnquintana
Copy link
Author

Thanks for the interim fix! (Are you still going to add it to the package though?)

@fundon
Copy link
Member

fundon commented Apr 1, 2015

Yes, I think this should be built in the minimap.

fundon added a commit that referenced this issue Apr 1, 2015
@fundon
Copy link
Member

fundon commented Apr 1, 2015

Included in v4.7.2

@fundon fundon closed this as completed Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants