Skip to content

Commit

Permalink
chore(project): sync generated files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jul 17, 2019
1 parent 9defc97 commit 3850475
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/// @access public
/// @group @carbon/icons
@mixin carbon--icons {
@media screen and (-ms-high-contract: active) {
@media screen and (-ms-high-contrast: active) {
svg {
fill: ButtonText;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/// @access public
/// @group @carbon/icons
@mixin carbon--icons {
@media screen and (-ms-high-contract: active) {
@media screen and (-ms-high-contrast: active) {
svg {
fill: ButtonText;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ Makes SVGs accessible in high contrast mode

```scss
@mixin carbon--icons() {
@media screen and (-ms-high-contract: active) {
@media screen and (-ms-high-contrast: active) {
svg {
fill: ButtonText;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Makes SVGs accessible in high contrast mode

```scss
@mixin carbon--icons() {
@media screen and (-ms-high-contract: active) {
@media screen and (-ms-high-contrast: active) {
svg {
fill: ButtonText;
}
Expand Down

0 comments on commit 3850475

Please sign in to comment.