From 93be5a8251773ce2068f0a2109e922cfcf023f6f Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 29 Sep 2020 16:03:38 -0400 Subject: [PATCH] Restore hover styling in selected features list when hovering on map data --- css/80_app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 5999daa76..0238d3b4c 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -323,7 +323,9 @@ button { } button:focus, -button:active { +button:active, +/* we want to fake hovering sometimes */ +button.hover { background-color: #ececec; } @media (hover: hover) {