Restore hover styling in selected features list when hovering on map data

This commit is contained in:
Quincy Morgan
2020-09-29 16:03:38 -04:00
parent 476e929eec
commit 93be5a8251
+3 -1
View File
@@ -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) {