Skip to content

Commit

Permalink
chore(kit): Range add not-chromium Edge support (16-18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Apr 4, 2022
1 parent fa615d4 commit dfac1cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/kit/components/range/range.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@
&::-moz-range-progress {
background: transparent;
}

/* Not-chromium Edge (16-18) */
&::-ms-track {
background: transparent;
}

&::-ms-fill-lower {
background: transparent;
}
}
}

Expand Down
2 changes: 2 additions & 0 deletions projects/kit/components/slider/slider.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
:host._old-edge {
&::-ms-thumb {
background: @thumb-color;
border-radius: 50%;
}

&::-ms-fill-lower {
Expand All @@ -163,5 +164,6 @@

&::-ms-track {
background: @track-color;
border: none;
}
}

0 comments on commit dfac1cb

Please sign in to comment.