cyntler / hamburger-react

Animated hamburger menu icons for React.js weighs only 1.5 KB.
https://hamburger-react.netlify.app
MIT License
963 stars 36 forks source link

Change cursor style on icon hover #54

Closed daviddwoo closed 2 years ago

daviddwoo commented 2 years ago

Hello, thank you for this cool library!

I am using this for my portfolio site that has a custom cursor pointer. I noticed that there is a cursor with 'pointer' styling when hovered on the menu icons.

Is there a way to disable the cursor pointer on hover?

Thanks

luukdv commented 2 years ago

Hi! You can change a cursor like this:

.hamburger-react { cursor: … }