align hover and focus styles

This commit is contained in:
Albin Larsson
2019-07-31 08:25:02 +02:00
parent cd5cd81ba5
commit 30e45413c7
+4 -2
View File
@@ -2977,7 +2977,8 @@ input.key-trap {
border-radius: 0;
}
.map-control > button:hover {
.map-control > button:hover,
.map-control > button:focus {
background: rgba(0, 0, 0, .8);
}
@@ -5136,7 +5137,8 @@ svg.mouseclick use.right {
border-radius: 8px;
}
.notice .zoom-to:hover {
.notice .zoom-to:hover,
.notice .zoom-to:focus {
background: rgba(0,0,0,0.6);
}