From 5cffb3cbb60a9d2cca8a871af206a1e06cacf746 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Thu, 23 Nov 2023 07:02:57 +0100 Subject: show selected us states --- play.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 80e137d..992351a 100644 --- a/play.html +++ b/play.html @@ -130,6 +130,11 @@ path.state.action { stroke-width: 20; } +path.state.selected { + stroke: yellow; + stroke-width: 20; +} + path.state:hover { fill: white; } @@ -150,6 +155,10 @@ div.state.action { border-color: white; } +div.state.selected { + border-color: yellow; +} + div.state:hover { background-color: #fff8; } -- cgit v1.2.3