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:
parent
9fbb51fd39
commit
f0f9a9c785
@ -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 }) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user