diff --git a/app/assets/stylesheets/map.scss b/app/assets/stylesheets/map.scss index f0e8ad502..b03dabeb8 100644 --- a/app/assets/stylesheets/map.scss +++ b/app/assets/stylesheets/map.scss @@ -32,7 +32,7 @@ $zoom-button-hover-colour: govuk-shade($zoom-button-colour, 10%); // from other sources (like clicks on child elements). &:focus:not(:focus-visible) { box-shadow: none; - outline: none; + outline: none !important; // sass-lint:disable-line no-important } }