diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f0e2cadd..74bd5f98d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ## Unreleased +* Increase size of action link blue arrow ([PR #2343](https://github.com/alphagov/govuk_publishing_components/pull/2343)) * Remove scroll tracking on pages ([PR #2339](https://github.com/alphagov/govuk_publishing_components/pull/2339)) ## 27.4.0 diff --git a/app/assets/images/govuk_publishing_components/action-link-arrow--blue.png b/app/assets/images/govuk_publishing_components/action-link-arrow--blue.png index 48ca0bc626..5875fd5d67 100644 Binary files a/app/assets/images/govuk_publishing_components/action-link-arrow--blue.png and b/app/assets/images/govuk_publishing_components/action-link-arrow--blue.png differ diff --git a/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss b/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss index 373aba5800..86c49fe9f0 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss @@ -94,13 +94,13 @@ .gem-c-action-link--blue-arrow { &:before { - width: 35px; - height: 30px; + width: 45px; + height: 35px; background: image-url("govuk_publishing_components/action-link-arrow--blue.png"); background: image-url("govuk_publishing_components/action-link-arrow--blue.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; - background-size: 25px auto; - background-position: 0 2px; + background-size: 35px auto; + background-position: 0 0; } }