We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f3095 commit d599758Copy full SHA for d599758
packages/material-ui/src/Slider/Slider.js
@@ -247,11 +247,11 @@ export const styles = theme => ({
247
'&::after': {
248
position: 'absolute',
249
content: '""',
250
- // x4 thumb surface (from 12px^2 to 24px^2).
251
- left: -6,
252
- top: -6,
253
- right: -6,
254
- bottom: -6,
+ // reach 48px touch target (2 * 18 + thumb circumference)
+ left: -18,
+ top: -18,
+ right: -18,
+ bottom: -18,
255
},
256
'&$focusVisible,&:hover': {
257
boxShadow: `0px 0px 0px 8px ${fade(theme.palette.primary.main, 0.16)}`,
0 commit comments