Rewrite comment on part of the focus style

The original comment doesn't describe what the
code does. Raised in this comment on the
associated pull request:

https://github.com/alphagov/notifications-admin/pull/3996#discussion_r692093945
This commit is contained in:
Tom Byers
2021-08-26 13:46:46 +01:00
parent 4950b08d71
commit 83bf78156b

View File

@@ -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;
}