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-04-06 10:46:56 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-06 10:46:56 -0700 |
commit | f73241afb8d80ac942935eb0769c03568b5eb4e7 (patch) | |
tree | 700cade15799bd9ace3483b6ac7325c8303d1596 /style.css | |
parent | 16672db15a7ef7e27bfbd8a080cd03740a26d13a (diff) |
Sight line logic; I think it works but this conditional is gnarly
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -232,6 +232,12 @@ g#points g use.counter { r: 5px; } +g#points g use.counter.selected { + stroke: orange; + stroke-width: 2px; + r: 6px; +} + g#points g.hover use[href="#point"] { opacity: 1; fill: orange; @@ -242,8 +248,8 @@ g#points g.hover use.counter { } g#points g.hover use.counter:not(.clone) { - stroke: orange; - stroke-width: 2px; + /* stroke: orange; */ + /* stroke-width: 2px; */ } g#points use.counter[data-troop-allegiance="davion"] { @@ -271,9 +277,9 @@ g#points use[data-troop-allegiance="liao"].clone { /* ======================================================= */ -g#counters { +/* g#counters { pointer-events: none; -} +} */ /* g#counters use { r: 5px; |