web/DonateCardContainer: don't show bg on scroll buttons

This commit is contained in:
wukko 2025-02-27 19:17:58 +06:00
parent 8934b25c47
commit dc0803d292
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -48,13 +48,12 @@
}
@media (hover: hover) {
:global(.donate-card button:hover:not(.selected)) {
:global(.donate-card button:hover:not(.selected):not(.scroll-button)) {
background: rgba(255, 255, 255, 0.1);
}
}
:global(.donate-card button:active:not(.selected)),
:global(.donate-card button:hover:active:not(.selected)) {
:global(.donate-card button:active:not(.selected):not(.scroll-button)) {
background: rgba(255, 255, 255, 0.125);
}