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 853fb54 commit 08a1351Copy full SHA for 08a1351
packages/material-ui/src/Slider/Slider.js
@@ -247,11 +247,11 @@ export const styles = theme => ({
247
'&::after': {
248
position: 'absolute',
249
content: '""',
250
- // reach 48px touch target (2 * 18 + thumb circumference)
251
- left: -18,
252
- top: -18,
253
- right: -18,
254
- bottom: -18,
+ // x4 thumb surface (from 12px^2 to 24px^2).
+ left: -6,
+ top: -6,
+ right: -6,
+ bottom: -6,
255
},
256
'&$focusVisible,&:hover': {
257
boxShadow: `0px 0px 0px 8px ${fade(theme.palette.primary.main, 0.16)}`,
0 commit comments