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:
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…
Reference in New Issue
Block a user