Skip to content

Commit

Permalink
Remove inherited border-radius from range
Browse files Browse the repository at this point in the history
  • Loading branch information
jjenzz committed Oct 20, 2020
1 parent cdd229b commit 7133982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/slider/src/Slider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ const [styles, interopDataAttrObj] = createStyleObj(SLIDER_NAME, {
range: {
...cssReset(RANGE_DEFAULT_TAG),
position: 'absolute',
borderRadius: 'inherit',
},
thumb: {
...cssReset(THUMB_DEFAULT_TAG),
Expand Down

0 comments on commit 7133982

Please sign in to comment.