From d795b1f6b66bb7a614f8fd90e7777cffe69f6926 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Thu, 5 Sep 2019 08:03:22 +0100 Subject: [PATCH] Set all branded links to correct focus colour --- CHANGELOG.md | 1 + .../components/helpers/_brand-colours.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e09705a7..efe4c0dab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ## Unreleased +* Set all branded links to correct focus colour (PR #1088) * Fix components focus state spacing (PR #1054) ## 19.0.0 diff --git a/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss b/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss index e2092dbb19..5217431fce 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss @@ -15,7 +15,7 @@ &:hover, &:focus { - color: darken(govuk-organisation-colour($organisation), 10%); + color: govuk-colour("black"); } }