mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/DonateCardContainer: add an active button state
This commit is contained in:
parent
0b631b31b3
commit
f5b9f59e43
@ -57,6 +57,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
:global(.donate-card button:active) {
|
||||
background: rgba(255, 255, 255, 0.125);
|
||||
}
|
||||
|
||||
:global(.donate-card button.selected) {
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user