Skip to content

Commit

Permalink
removed high contrast query in storybook files
Browse files Browse the repository at this point in the history
  • Loading branch information
khamudom committed Nov 1, 2021
1 parent f11984f commit 119680a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions packages/web-components/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,4 @@
.sidebar-item.selected .sidebar-svg-icon {
color: #fff !important;
}

@media (forced-colors: active) {
.css-1wjen9k .innerZoomElementWrapper > * {
border: buttonface !important;
}
.sidebar-subheading.css-ulso1l {
color: graytext !important;
}
}
</style>
12 changes: 0 additions & 12 deletions packages/web-components/.storybook/preview-body.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,3 @@
<span slot="unchecked-message">Light</span>
</fluent-switch>
</div>

<style>
@media (forced-colors: active) {
.css-1wjen9k .innerZoomElementWrapper > * {
border-color: buttonface !important;
}
.css-6s149y {
forced-color-adjust: none;
background: graytext;
}
}
</style>
6 changes: 0 additions & 6 deletions packages/web-components/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,4 @@
#root > span {
color: var(--neutral-foreground-rest);
}

@media (forced-colors: active) {
.css-fg0thr {
forced-color-adjust: none;
}
}
</style>

0 comments on commit 119680a

Please sign in to comment.