fix: hide text cursor on network selector hover (#4249)
Dont' show text cursor when hovering over network dropdown text
This commit is contained in:
parent
134fa96d27
commit
1f2ffa1672
@ -114,6 +114,7 @@ const Logo = styled.img`
|
||||
`
|
||||
const NetworkLabel = styled.div`
|
||||
flex: 1 1 auto;
|
||||
cursor: default;
|
||||
`
|
||||
const SelectorLabel = styled(NetworkLabel)`
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user