diff --git a/CHANGELOG.md b/CHANGELOG.md index 955f07c8cc..097977caeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ We’ve made fixes to GOV.UK Frontend in the following pull requests: - [#2264: Improve focus state for radio and checkbox controls in forced color mode (for example Windows High Contrast Mode)](https://github.com/alphagov/govuk-frontend/pull/2264) – thanks to [@adamliptrot-oc](https://github.com/adamliptrot-oc) for reporting this issue. - [#2265: Don’t remove focus outline from disabled link buttons in forced color mode](https://github.com/alphagov/govuk-frontend/pull/2265) - [#2273: Fix invisible footer OGL logo in forced color mode](https://github.com/alphagov/govuk-frontend/pull/2273) – thanks to [@oscarduignan](https://github.com/oscarduignan) for reporting this issue. +- [#2277: Fix invisible start button chevron in forced color mode](https://github.com/alphagov/govuk-frontend/pull/2277) ## 3.13.0 (Feature release) diff --git a/src/govuk/components/button/_index.scss b/src/govuk/components/button/_index.scss index 6144bcbb08..5a43af1a1e 100644 --- a/src/govuk/components/button/_index.scss +++ b/src/govuk/components/button/_index.scss @@ -250,6 +250,9 @@ vertical-align: middle; flex-shrink: 0; align-self: center; + // Work around SVGs not inheriting color from parent in forced color mode + // (https://github.com/w3c/csswg-drafts/issues/6310) + forced-color-adjust: auto; } @if $govuk-use-legacy-font {