QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.11k stars 350 forks source link

removed unnecessary cursor:pointer from the body of speeddial #2599

Closed tarptaeya closed 6 years ago

tarptaeya commented 6 years ago

The current speed dial of Qupzilla shows cursor as pointer even when there is no speeddial box under it. This creates a consufion of a link there sometimes. - So I removed that preserving "cursor:pointer" on other elements

Martii commented 6 years ago

Tested between Linux and OS X with eeb69b4 ... Linux shows a finger (link) pointer and OS X shows an arrow pointer on the actual thumbnail content of the web page. Don't know if this makes a difference.