From 54fc4a2e0e9baa8ca2301058a6faf76c1d50940a Mon Sep 17 00:00:00 2001 From: Manish Dahamiwal Date: Fri, 9 Jun 2017 12:58:16 +0530 Subject: [PATCH] Revert -ms-high-contrast-adjust: none This breaks the fabric high contrast for IE and Edge. We need to apply this on selected elements not on overall fabric wrapper. --- src/sass/mixins/_General.Mixins.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sass/mixins/_General.Mixins.scss b/src/sass/mixins/_General.Mixins.scss index 44848b747..bd9256373 100644 --- a/src/sass/mixins/_General.Mixins.scss +++ b/src/sass/mixins/_General.Mixins.scss @@ -80,7 +80,6 @@ // Base/wrapper component to set typography throughout the app. @mixin ms-Fabric { -moz-osx-font-smoothing: grayscale; - -ms-high-contrast-adjust: none; -webkit-font-smoothing: antialiased; @include ms-inherit-font-family(); color: $ms-color-neutralPrimary;