mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-23 00:34:55 +00:00
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:
2
dist/leaflet.css
vendored
2
dist/leaflet.css
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user