homerchen19 / github-file-icons

🌈 🗂 A browser extension which gives different filetypes different icons to GitHub, GitLab, gitea and gogs.
https://chrome.google.com/webstore/detail/file-icon-for-github-and/ficfmibkjjnpogdcfhfokmihanoldbfe
MIT License
1.43k stars 68 forks source link

use default cursor on icon #9

Closed tiansh closed 6 years ago

tiansh commented 6 years ago

Hover on icon should keep cursor as default (typically an arrow) instead of cursor for text (a letter I).

homerchen19 commented 6 years ago

Really? Originally, it's a svg tag, and it doesn't have cursor: pointer css property.

tiansh commented 6 years ago

Yes, but default pointer is the auto value for <img> and <svg> tags, so no need cursor: pointer originally.

homerchen19 commented 6 years ago

Oh I got your point. However, in my browser, my cursor is an arrow when hovering on icons. What's your browser and computer OS? I use Chrome and OS X.

tiansh commented 6 years ago

Firefox + Windows

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0

It seems works fine on Chrome