mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-04-25 16:20:12 -05:00
Tilt the selected card in replays too
This commit is contained in:
parent
d366d955af
commit
550e318c55
|
|
@ -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: '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user