diff --git a/app/assets/stylesheets/map.scss b/app/assets/stylesheets/map.scss index 56c58f510..49147fc6a 100644 --- a/app/assets/stylesheets/map.scss +++ b/app/assets/stylesheets/map.scss @@ -61,6 +61,9 @@ $zoom-button-hover-colour: govuk-shade($zoom-button-colour, 10%); a { + // Outlines don't work because of the buttons being so close together so turn off + outline: none; + &:last-child { // Allow it to contain the absolutely positioned divider bar we show between buttons // when one is focused