Skip to content

Commit

Permalink
Change icon and link colours on square option for share links
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgds committed Nov 15, 2024
1 parent 0c9e00c commit 3f7be03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 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

* Change colours on square option for share links ([PR #4409](https://github.com/alphagov/govuk_publishing_components/pull/4409))

## 45.4.1

* Rename print link classes to fix conflict ([PR #4407](https://github.com/alphagov/govuk_publishing_components/pull/4407))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,25 +128,12 @@ $column-width: 9.5em;

.gem-c-share-links--square-icons {
.gem-c-share-links__link-icon {
background-color: govuk-colour("dark-blue");
color: govuk-colour("white");
background-color: govuk-colour("light-grey");
color: govuk-colour("black");
padding: govuk-spacing(2);
}

.gem-c-share-links__link:hover {
.gem-c-share-links__link-icon {
background-color: govuk-colour("black");
}
}

.gem-c-share-links__link:focus {
.gem-c-share-links__link-icon {
background-color: govuk-colour("black");
}
}

.gem-c-share-links__label {
color: govuk-colour("black");
@include govuk-font(19, $weight: bold);
}
}
Expand Down

0 comments on commit 3f7be03

Please sign in to comment.