From 93a3f006649ff7edcaa0da40a35675983cef333b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 21 Oct 2023 01:06:03 +0200 Subject: No jumping cards. --- play.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index ec67b56..e6f1d77 100644 --- a/play.css +++ b/play.css @@ -96,10 +96,6 @@ aside { min-width: 220px; } cursor: pointer; } -.card.enabled:hover, .card.selected { - transform: translateY(-10px); -} - .hand .card { display: none; } .hand .card.show { display: block; } -- cgit v1.2.3