1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-11 15:42:42 +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%', width: '100%',
color: colors.TEXT_SECONDARY, color: colors.TEXT_SECONDARY,
'&:hover': { '&:hover': {
cursor: 'text', cursor: isSearchable ? 'text' : 'pointer',
}, },
}), }),
control: (base, { isDisabled, isFocused }) => ({ control: (base, { isDisabled, isFocused }) => ({