Merge pull request #3633 from alphagov/focus-area-remove

Use new focus colour for remove area button
This commit is contained in:
Chris Hill-Scott
2020-09-17 13:31:19 +01:00
committed by GitHub

View File

@@ -48,7 +48,7 @@
outline: none;
&:before {
background: $focus-colour;
background: $govuk-focus-colour;
color: $black;
border-color: $black;
}