Skip to content

Commit

Permalink
Merge pull request #4418 from alphagov/share-links-focus-state
Browse files Browse the repository at this point in the history
Fix yellow focus colour overspill
  • Loading branch information
AshGDS authored Nov 20, 2024
2 parents 9cd655c + ece94d3 commit c0a6e51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased

* Fix yellow focus colour overspill ([PR #4418](https://github.com/alphagov/govuk_publishing_components/pull/4418))

## 45.5.0

* Adjust chart options and settings ([PR #4405](https://github.com/alphagov/govuk_publishing_components/pull/4405))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ $column-width: 9.5em;
.gem-c-share-links__label {
@include govuk-font(19, $weight: bold);
}

.gem-c-share-links__link:focus {
box-shadow: 0 0 $govuk-focus-colour, 0 4px govuk-colour("black");
}
}

.gem-c-share-links--black-icons {
Expand Down

0 comments on commit c0a6e51

Please sign in to comment.