index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-31 15:52:29 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-31 15:52:29 -0700 |
commit | 69b1d8252e3ba2d41e5a6c007fabb3b68b6086b3 (patch) | |
tree | 004371e6b70ec37edfd4b22642b05b42e2255a19 /style.css | |
parent | 7fa416ee1a173be523eecdeaf2cfa2eb4c0d1531 (diff) |
Make sight-line stationary on click
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,7 @@ div#status { right: 0; margin: 3px; display: none; + user-select: none; } #hex-counter { @@ -131,6 +132,10 @@ use[href="#point"] { opacity: 0; } +use[href="#point"]:hover { + opacity: 1; +} + use[href="#point"].active { opacity: 1; } |