Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/style.css b/style.css
index 4a06a9c..7af36b9 100644
--- a/style.css
+++ b/style.css
@@ -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;