mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 12:58:35 +03:00
fix(map): disable focus outline when dragging
This commit is contained in:
@@ -117,6 +117,10 @@
|
||||
&.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.leaflet-popup {
|
||||
|
||||
Reference in New Issue
Block a user