From 616bdf15d916d95235860f0a9b2b738a776584ef Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Wed, 3 Apr 2024 09:40:20 -0700
Subject: Use right mouse button for setting sight line
---
style.css | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
(limited to 'style.css')
diff --git a/style.css b/style.css
index 449405d..7f1946e 100644
--- a/style.css
+++ b/style.css
@@ -154,7 +154,8 @@ use[href="#point"].active {
}
polyline.move-trace {
- stroke: lightcoral;
+ stroke: gray;
+ stroke-dasharray: 2;
fill: none;
}
@@ -227,6 +228,10 @@ g.troop-counter text {
stroke: none;
}
+g#counters {
+ pointer-events: none;
+}
+
g#counters use[data-troop-allegiance="davion"] {
fill: red;
}
--
cgit v1.2.3