mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
align hover and focus styles
This commit is contained in:
+4
-2
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user