Merge pull request #35 from fspoettel/fix/drag-focus-state

This commit is contained in:
Miguel Sozinho Ramalho
2022-04-06 22:17:10 +01:00
committed by GitHub

View File

@@ -117,6 +117,10 @@
&.hide {
display: none;
}
&:focus {
outline: none;
}
}
.leaflet-popup {