Skip to content

Commit

Permalink
remove data-focusvisible
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Feb 21, 2023
1 parent 67afd4a commit 1007293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-material/src/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ const Slider = React.forwardRef(function Slider(inputProps, ref) {
>
<ThumbSlot
data-index={index}
data-focusvisible={focusedThumbIndex === index}
{...thumbProps}
className={clsx(classes.thumb, thumbProps.className, {
[classes.active]: active === index,
Expand Down

0 comments on commit 1007293

Please sign in to comment.