diff --git a/app/assets/stylesheets/map.scss b/app/assets/stylesheets/map.scss index c766fade3..56c58f510 100644 --- a/app/assets/stylesheets/map.scss +++ b/app/assets/stylesheets/map.scss @@ -108,7 +108,7 @@ $zoom-button-hover-colour: govuk-shade($zoom-button-colour, 10%); height: 2px; background: $govuk-focus-text-colour; - // hide for focus:hover state + // hide in forced-color mode, where the normal focus state the divider is part of does not show @media (forced-colors: active) { display: none; }