Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Revert -ms-high-contrast-adjust: none
Browse files Browse the repository at this point in the history
This breaks the fabric high contrast for IE and Edge. We need to apply this on selected elements not on overall fabric wrapper.
  • Loading branch information
mdahamiwal authored Jun 9, 2017
1 parent 351f326 commit 54fc4a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sass/mixins/_General.Mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 54fc4a2

Please sign in to comment.