Change comment about turning part of focus style off

Co-authored-by: Ben Thorner <benthorner@users.noreply.github.com>
This commit is contained in:
Tom Byers
2021-09-03 12:30:29 +01:00
parent 87674aef08
commit c6ecbf647a

View File

@@ -105,7 +105,7 @@ $zoom-button-hover-colour: govuk-shade($zoom-button-colour, 10%);
height: 2px;
background: $govuk-focus-text-colour;
// hide in forced-color mode, where the normal focus state the divider is part of does not show
// Hide in forced-color mode, since the button outlines suffice
@media (forced-colors: active) {
display: none;
}