kazzkiq / balloon.css

Simple tooltips made of pure CSS
https://kazzkiq.github.io/balloon.css/
MIT License
5.03k stars 448 forks source link

Use "help" cursor instead of "pointer" #142

Closed nikitaeverywhere closed 3 years ago

nikitaeverywhere commented 4 years ago

I believe this is a more appropriate cursor as for tooltips. I read about the Safari bug in the comment, and I wasn't able to reproduce it on my iOS 13 / iPhone device nor my Macbook. It might be it's gone!

Please let me know what do you think. Keep up the good work!

kazzkiq commented 3 years ago

Hey @ZitRos, thanks for your point.

Since Balloon.css is largely used on elements with events (such as buttons with clicks), I believe the best approach would be to keep using pointer or default cursors as to prevent confusion with users not knowing said element is "clickable".

For now we'll be keeping the cursor: pointer.

nikitaeverywhere commented 3 years ago

Thanks for reviewing! I remember it was so wrong in my case so that I even decided to do a pull request :)