fix select cursor

pull/448/head
slowbackspace 5 years ago
parent 9fbb51fd39
commit f0f9a9c785

@ -11,7 +11,7 @@ const styles = (isSearchable, withDropdownIndicator = true) => ({
width: '100%',
color: colors.TEXT_SECONDARY,
'&:hover': {
cursor: 'text',
cursor: isSearchable ? 'text' : 'pointer',
},
}),
control: (base, { isDisabled, isFocused }) => ({

Loading…
Cancel
Save