diff --git a/dist/leaflet.css b/dist/leaflet.css index babd592c17..b3ede8edb4 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -223,6 +223,11 @@ svg.leaflet-image-layer.leaflet-interactive path { .leaflet-container a { color: #0078A8; } +/* prevent showing outline-box on Chromium when clicking on a vector with a tooltip */ +path.leaflet-interactive:focus:not(:focus-visible) { + outline: 0; + } + .leaflet-zoom-box { border: 2px dotted #38f; background: rgba(255,255,255,0.5);