diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-14 12:45:30 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | b89f3d06474828517b322ca0f565f7bc6c5b29fa (patch) | |
tree | ae3aa0027254df984ab370e8d2424834dd4ab9ec /play.css | |
parent | 4868dc3891415beb4de81509f4051677461e450f (diff) | |
download | wilderness-war-b89f3d06474828517b322ca0f565f7bc6c5b29fa.tar.gz |
Hold down shift to disable action spaces to allow investigating stacks.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 */ |