mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 02:19:12 -04:00
Merge pull request #3647 from alphagov/local-colour
Don’t use $yellow to indicate local environment
This commit is contained in:
@@ -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');
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user