mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Restore hover styling in selected features list when hovering on map data
This commit is contained in:
+3
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user