From 2d1b5faede0c09903391c3e940440e6efc0a4284 Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Fri, 30 Jul 2021 09:23:18 +0100 Subject: [PATCH] wip! --- src/govuk/components/checkboxes/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/govuk/components/checkboxes/_index.scss b/src/govuk/components/checkboxes/_index.scss index 204ff14a6d..cc103b6151 100644 --- a/src/govuk/components/checkboxes/_index.scss +++ b/src/govuk/components/checkboxes/_index.scss @@ -132,7 +132,7 @@ // When in an explicit forced-color mode, we can use the Highlight system // color for the outline to better match focus states of native controls - @media screen and (forced-colors: active) { + @media screen and (forced-colors: active), (-ms-high-contrast: active) { outline-color: Highlight; }