Skip to content

Commit

Permalink
Merge pull request #650 from alphagov/remove-font-family-from-button
Browse files Browse the repository at this point in the history
Remove redundant font-family rule in button
  • Loading branch information
36degrees authored Apr 12, 2018
2 parents 1affb48 + 3be1344 commit 6938df7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Note: We're not following semantic versioning yet, we are going to talk about th

## Unreleased

Fixes:

- Remove redundant font-family declaration from the button component – this will
also fix an issue where the button uses New Transport when printed instead of
falling back to the print stack as expected.
(PR [#650](https://github.com/alphagov/govuk-frontend/pull/650))


Internal
- Update publishing docs (PR [#651](https://github.com/alphagov/govuk-frontend/pull/651))

Expand Down
1 change: 0 additions & 1 deletion src/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
color: $govuk-button-text-colour;
background-color: $govuk-button-colour;
box-shadow: 0 $button-shadow-size 0 $govuk-button-shadow-colour; // s0
font-family: $govuk-font-stack;
text-align: center;
vertical-align: top;
cursor: pointer;
Expand Down

0 comments on commit 6938df7

Please sign in to comment.