Remove obsolete leaflet focus fix

This commit is contained in:
James Lyne 2022-06-27 23:22:19 +01:00
parent 9fd9cec08a
commit 7161b662e3

View File

@ -24,15 +24,4 @@
font-size: 1.5rem;
font-weight: inherit;
line-height: 1;
/* Workaround for focus outlines until https://github.com/Leaflet/Leaflet/pull/7259 gets released */
* {
&:focus {
outline-style: auto !important;
}
@include focus-reset {
outline-style: none !important;
}
}
}