1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-06 21:22:45 +00:00

fix select cursor

This commit is contained in:
slowbackspace 2019-03-13 15:03:47 +01:00
parent 9fbb51fd39
commit f0f9a9c785

View File

@ -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 }) => ({