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

Style : gutter cursor style when hover #791

Open
dearlsh94 opened this issue Sep 7, 2023 · 2 comments
Open

Style : gutter cursor style when hover #791

dearlsh94 opened this issue Sep 7, 2023 · 2 comments

Comments

@dearlsh94
Copy link

dearlsh94 commented Sep 7, 2023

I think it would be better if the cursor changed in the hover state as well as the active state.
(use mouseenter and mouseleave?)

@dearlsh94 dearlsh94 changed the title gutter cursor style when hover Style : gutter cursor style when hover Sep 7, 2023
@liviu-macsen
Copy link

liviu-macsen commented Dec 11, 2023

use css

.gutter-horizontal:hover {
    cursor: col-resize;
}

@dearlsh94
Copy link
Author

That's right, your code that can help implement this style.

when vertical, I use

.gutter-vertical:hover {
  cursor: row-resize;
}

I thought it would be nice to see this in the library as well.

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