From 7161b662e31241a696700cefe32a8d0d58daef81 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Mon, 27 Jun 2022 23:22:19 +0100 Subject: [PATCH] Remove obsolete leaflet focus fix --- src/scss/_leaflet.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/scss/_leaflet.scss b/src/scss/_leaflet.scss index 791a819..f1c6037 100644 --- a/src/scss/_leaflet.scss +++ b/src/scss/_leaflet.scss @@ -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; - } - } }