summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-06-14 12:45:30 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commitb89f3d06474828517b322ca0f565f7bc6c5b29fa (patch)
treeae3aa0027254df984ab370e8d2424834dd4ab9ec /play.css
parent4868dc3891415beb4de81509f4051677461e450f (diff)
downloadwilderness-war-b89f3d06474828517b322ca0f565f7bc6c5b29fa.tar.gz
Hold down shift to disable action spaces to allow investigating stacks.
Diffstat (limited to 'play.css')
-rw-r--r--play.css6
1 files changed, 4 insertions, 2 deletions
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 */