Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Buttons do not change color on hover #296

Closed
schlagmichdoch opened this issue Apr 30, 2024 · 0 comments
Closed

[Bug] Buttons do not change color on hover #296

schlagmichdoch opened this issue Apr 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@schlagmichdoch
Copy link
Owner

This issue was deleted by GitHub (via hubot) as part of mistakenly marking this account as spam on 17th February 2024. The creation date is unclear. There are also links to the deleted issue that are not updated to this issue. I decided to manually recreate it anyway in order to complete the information the repo holds even though the restored information might be outdated:

Issue by @schlagmichdoch:

Describe the bug
Buttons should change on hover, but they do not

Screenshots
https://imgur.com/a/tA6x1oz

Bug occurs on official PairDrop instance https://pairdrop.net/
Yes
Version: v1.10.6

Bug occurs on self-hosted PairDrop instance
Yes

Solution
Opacity changes in background for icon-buttons but in foreground for all other buttons

.icon-button::before {
    z-index: -1;
}

.btn::before {
    z-index: 0; /*default*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant