Skip to content

Commit

Permalink
Enable outlines on leaflet-container for keyboard users (Leaflet#7996)
Browse files Browse the repository at this point in the history
* Enable `outline` for keyboard users on `leaflet-container`

* Adjust focus outline on `leaflet-container`
  • Loading branch information
Malvoz authored Mar 8, 2022
1 parent 3b793a3 commit 8fb9134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8fb9134

Please sign in to comment.