Merge pull request #3647 from alphagov/local-colour

Don’t use $yellow to indicate local environment
This commit is contained in:
Chris Hill-Scott
2020-09-23 15:32:25 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -20,3 +20,7 @@ $(() => GOVUK.modules.start());
$(() => $('.error-message').eq(0).parent('label').next('input').trigger('focus'));
$(() => $('.banner-dangerous').eq(0).trigger('focus'));
$(() => $('.govuk-header__container').on('click', function() {
$(this).css('border-color', '#005ea5');
}));