Reduce selectable elements

This commit is contained in:
Thomas Nordquist
2019-04-15 11:03:58 +02:00
parent 46fa93edbd
commit b6f16c347d

View File

@@ -69,9 +69,11 @@ const styles = (theme: Theme) => ({
color: theme.palette.type === 'light' ? '#222' : '#eee',
cursor: 'pointer' as 'pointer',
paddingRight: theme.spacing(0.25),
userSelect: 'none' as 'none',
},
collapsedSubnodes: {
color: theme.palette.text.secondary,
userSelect: 'none' as 'none',
},
})