From f07d120b4bb245a76bdd80712a33ba8b222d966a Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Fri, 26 Apr 2024 16:08:40 -0700
Subject: Refactor sight line module to remove almost all querying for elements
---
public/style.css | 7 -------
1 file changed, 7 deletions(-)
(limited to 'public/style.css')
diff --git a/public/style.css b/public/style.css
index ae19a57..b220b88 100644
--- a/public/style.css
+++ b/public/style.css
@@ -140,13 +140,6 @@ use[href="#point"].active {
opacity: 0.2;
}
-use[href="#point"].sight-line-target {
- opacity: 1;
- stroke: orangered;
- /* stroke-width: 1px; */
- fill-opacity: 0.04;
-}
-
polyline.move-trace {
stroke: gray;
stroke-dasharray: 2;
--
cgit v1.2.3