From f52dd23e354a8a784e89041f895f00ba97f0fc3b Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 1 Sep 2021 20:38:06 +0100 Subject: [PATCH] Correct term in map CSS comment Co-authored-by: Ben Thorner --- 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 4defbef45..c42e7bc0e 100644 --- a/app/assets/stylesheets/map.scss +++ b/app/assets/stylesheets/map.scss @@ -121,7 +121,7 @@ $zoom-button-hover-colour: govuk-shade($zoom-button-colour, 10%); &:last-child:focus:not(:active):not(:hover):before { left: -2px; // Subtract 2px left border top: -3px; // Subtract 2px top border and position so it overlaps space above button - width: calc(100% + 4px); // Subtract borders + width: calc(100% + 4px); // Compensate for borders } // Styles for the divider, specifc to the first button being focused