mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-28 04:20:12 +02:00
web/DonateCardContainer: don't show bg on scroll buttons
This commit is contained in:
parent
8934b25c47
commit
dc0803d292
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user