From 69b1d8252e3ba2d41e5a6c007fabb3b68b6086b3 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Sun, 31 Mar 2024 15:52:29 -0700
Subject: Make sight-line stationary on click
---
style.css | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'style.css')
diff --git a/style.css b/style.css
index 08a997a..19c74cf 100644
--- a/style.css
+++ b/style.css
@@ -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;
}
--
cgit v1.2.3