From 1521968d143826fb889a4e73e4742d8823e81f61 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 8 Mar 2024 20:32:18 +0100 Subject: Remove glitchy hover animation. --- play.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index aaf7621..338230d 100644 --- a/play.css +++ b/play.css @@ -575,8 +575,6 @@ body.tint .legion.reduced { .card.influence { background-color: #ece8dc } .card.action { - transition: transform 100ms ease; - transform: translate(0px, 0px); box-shadow: 0 0 0px 1px #444, 0 0 0px 4px white; } @@ -588,10 +586,6 @@ body.tint .legion.reduced { box-shadow: 0 0 0px 1px #444, 0 0 0px 3px gold; } -.card.action:hover { - transform: translate(0px, -6px); -} - #played .influence_m1, #played .influence_s1, #played .influence_p1, .card.used { filter: brightness(75%) } -- cgit v1.2.3