Skip to content

Commit

Permalink
Merge pull request #389 from alphagov/fix-branding-focus-colours
Browse files Browse the repository at this point in the history
Fix focus states in branding model
  • Loading branch information
andysellick committed Jun 25, 2018
2 parents c37e791 + d7b3fb3 commit 09b5bd3
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -9,7 +9,8 @@
.brand__color {
color: nth($organisation, 3);

&:hover {
&:hover,
&:focus {
color: darken( nth($organisation, 3), 10% );
}
}
Expand All @@ -33,7 +34,8 @@
.brand__color {
color: $fuschia;

&:hover {
&:hover,
&:focus {
color: darken( $fuschia, 10% );
}
}
Expand Down

0 comments on commit 09b5bd3

Please sign in to comment.