Skip to content

Commit

Permalink
Merge pull request #1088 from alphagov/fix-branding-focus-colour
Browse files Browse the repository at this point in the history
Set all branded links to correct focus colour
  • Loading branch information
andysellick authored Sep 5, 2019
2 parents 0e2ad75 + d795b1f commit 812b15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

&:hover,
&:focus {
color: darken(govuk-organisation-colour($organisation), 10%);
color: govuk-colour("black");
}
}

Expand Down

0 comments on commit 812b15b

Please sign in to comment.