Enable outlines on leaflet-container for keyboard users (#7996)

* Enable `outline` for keyboard users on `leaflet-container`

* Adjust focus outline on `leaflet-container`
This commit is contained in:
Robert Linder
2022-03-08 09:29:55 +01:00
committed by GitHub
parent 3b793a3b00
commit 8fb9134f2f

2
dist/leaflet.css vendored
View File

@ -251,7 +251,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
.leaflet-container {
background: #ddd;
outline: 0;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;