Skip to content

Commit

Permalink
fix(ASSETS-5344): slider track visibility in windows high contrast mo…
Browse files Browse the repository at this point in the history
…des (#254)

Co-authored-by: ens15223 <ens15223@adobe.com>
  • Loading branch information
ionelc-ensemble and ens15223 committed Nov 2, 2022
1 parent 9fcb2be commit 07f5793
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions coral-component-slider/src/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@
coral-slider-item {
display: none;
}

@media (forced-colors: active) {
._coral-Slider-track {
height: 0;
}

._coral-Slider-track::before {
border: 1px solid;
}
}

0 comments on commit 07f5793

Please sign in to comment.