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-07 10:10:05 +01:00
co-authored by Ben Thorner
parent 87674aef08
commit c6ecbf647a
+1 -1
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;
}