From 478225aa16325616346c822422322c905e0cffe3 Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Mon, 7 Mar 2022 16:38:23 -0800 Subject: [PATCH] fix: avatar WHCM --- components/avatar/skin.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/avatar/skin.css b/components/avatar/skin.css index 6f60c691ce..c75b304a3f 100644 --- a/components/avatar/skin.css +++ b/components/avatar/skin.css @@ -21,3 +21,12 @@ governing permissions and limitations under the License. opacity: var(--spectrum-avatar-size-100-opacity-disabled); } } + +@media (forced-colors: active) { + .spectrum-Avatar { + &.is-disabled { + opacity: 1; + outline: 2px solid GrayText; + } + } +}