From b89f3d06474828517b322ca0f565f7bc6c5b29fa Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 14 Jun 2022 12:45:30 +0200 Subject: Hold down shift to disable action spaces to allow investigating stacks. --- play.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 598bf47..c3bc2d2 100644 --- a/play.css +++ b/play.css @@ -211,10 +211,12 @@ aside { width: 220px; } .highlight { cursor: pointer; + z-index: 200; } -.leader.highlight, .unit.highlight { - z-index: 200; +body.shift .highlight { + pointer-events: none; + z-index: 0; } /* SPACES */ -- cgit v1.2.3