From 83bf78156bf1835ba4ce646a75a5b0008efb5cbb Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 26 Aug 2021 13:46:46 +0100 Subject: [PATCH] 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 --- app/assets/stylesheets/map.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }