web/DonateCardContainer: add an active button state
This commit is contained in:
@@ -57,6 +57,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.donate-card button:active) {
|
||||||
|
background: rgba(255, 255, 255, 0.125);
|
||||||
|
}
|
||||||
|
|
||||||
:global(.donate-card button.selected) {
|
:global(.donate-card button.selected) {
|
||||||
background: rgba(255, 255, 255, 0.15);
|
background: rgba(255, 255, 255, 0.15);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user