Tilt the selected card in replays too

This commit is contained in:
Andrio Celos 2023-08-18 21:41:17 +10:00
parent d366d955af
commit 550e318c55

View File

@ -434,8 +434,8 @@ dialog::backdrop {
opacity: 0.25;
z-index: 0;
}
.card:is(.checked, :hover, :focus-within):not([disabled]) {
transform: rotate(-3deg);
.card.checked, .card:is(:hover, :focus-within):not([disabled]) {
transform: rotate(-2deg);
}
.card:is(:hover, :focus-within):not(.checked, .disabled, [disabled])::before {
content: '';