diff --git a/src/material-experimental/mdc-helpers/_focus-indicators.scss b/src/material-experimental/mdc-helpers/_focus-indicators.scss index 4189d3486265..cc19e4907524 100644 --- a/src/material-experimental/mdc-helpers/_focus-indicators.scss +++ b/src/material-experimental/mdc-helpers/_focus-indicators.scss @@ -28,6 +28,10 @@ pointer-events: none; border: $border-width $border-style transparent; border-radius: $border-radius; + + .cdk-high-contrast-active & { + display: none; + } } // By default, all focus indicators are flush with the bounding box of their diff --git a/src/material/core/focus-indicators/_focus-indicators.scss b/src/material/core/focus-indicators/_focus-indicators.scss index ac68751be83a..0062400610b0 100644 --- a/src/material/core/focus-indicators/_focus-indicators.scss +++ b/src/material/core/focus-indicators/_focus-indicators.scss @@ -28,6 +28,10 @@ pointer-events: none; border: $border-width $border-style transparent; border-radius: $border-radius; + + .cdk-high-contrast-active & { + display: none; + } } // By default, all focus indicators are flush with the bounding box of their