Skip to content

Commit

Permalink
Update border colours on email/print buttons for greater contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrussler committed Feb 6, 2024
1 parent b40c3e7 commit dfa04d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
## Unreleased

* Move the skip link after the cookie banner ([PR #3863](https://github.com/alphagov/govuk_publishing_components/pull/3863))
* Update border colours on email/print buttons for greater contrast ([PR #3855](https://github.com/alphagov/govuk_publishing_components/pull/3855))

## 37.3.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $gem-c-print-link-background-height: 18px;
}

.gem-c-print-link__link {
box-shadow: inset 0 0 0 1px $govuk-border-colour;
box-shadow: inset 0 0 0 1px govuk-colour("dark-grey");

&:focus {
border: 0;
Expand All @@ -43,7 +43,7 @@ $gem-c-print-link-background-height: 18px;
}

.gem-c-print-link__button {
border: 1px solid $govuk-border-colour;
border: 1px solid govuk-colour("dark-grey");
color: $govuk-link-colour;
cursor: pointer;
margin: govuk-spacing(0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.gem-c-single-page-notification-button__submit {
padding: govuk-spacing(2);
margin: govuk-spacing(0);
border: 1px solid $govuk-border-colour;
border: 1px solid govuk-colour("dark-grey");
color: $govuk-link-colour;
cursor: pointer;
background: none;
Expand Down

0 comments on commit dfa04d4

Please sign in to comment.