schlagmichdoch / PairDrop

PairDrop: Local file sharing in your browser. Inspired by Apple's AirDrop. Fork of Snapdrop.
https://pairdrop.net
GNU General Public License v3.0
3.66k stars 193 forks source link

Fix buttons hover effect #263

Closed lucasferrazlima closed 4 months ago

lucasferrazlima commented 4 months ago

It appears that the bug is resolved by removing the z-index: -1 line.

I've made tests on both Chrome and Firefox, and the hover effect is now functioning correctly without any observed side effects.

issue link: #262 #296

image

schlagmichdoch commented 4 months ago

Thanks for your contribution! I have already fixed the issue in another branch though as this was rather a todo issue.. By applying the z-index: -1 to the .icon-buttons only the header buttons have the hover effect in the background and all other buttons have it in the foreground

schlagmichdoch commented 4 months ago

Thanks for testing though! I will add you as co-author to the commit :)

lucasferrazlima commented 4 months ago

Thank you for considering my contribution, and I'm glad to hear that the issue is resolved! I appreciate your effort in maintaining this project.