From 23e6e300928c00724c00b261d7e2eddf9b93d5c8 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 17 Sep 2020 12:46:45 +0100 Subject: [PATCH] Use new focus colour for remove area button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It already adds a black border on focus so doesn’t need the thick lower border. --- app/assets/stylesheets/components/area-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/area-list.scss b/app/assets/stylesheets/components/area-list.scss index 25bb283d0..d347af7fc 100644 --- a/app/assets/stylesheets/components/area-list.scss +++ b/app/assets/stylesheets/components/area-list.scss @@ -48,7 +48,7 @@ outline: none; &:before { - background: $focus-colour; + background: $govuk-focus-colour; color: $black; border-color: $black; }