Reduce selectable elements
This commit is contained in:
@@ -69,9 +69,11 @@ const styles = (theme: Theme) => ({
|
|||||||
color: theme.palette.type === 'light' ? '#222' : '#eee',
|
color: theme.palette.type === 'light' ? '#222' : '#eee',
|
||||||
cursor: 'pointer' as 'pointer',
|
cursor: 'pointer' as 'pointer',
|
||||||
paddingRight: theme.spacing(0.25),
|
paddingRight: theme.spacing(0.25),
|
||||||
|
userSelect: 'none' as 'none',
|
||||||
},
|
},
|
||||||
collapsedSubnodes: {
|
collapsedSubnodes: {
|
||||||
color: theme.palette.text.secondary,
|
color: theme.palette.text.secondary,
|
||||||
|
userSelect: 'none' as 'none',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user