fix: hide text cursor on network selector hover (#4249)

Dont' show text cursor when hovering over network dropdown text
This commit is contained in:
David Walsh 2022-08-01 21:23:59 -05:00 committed by GitHub
parent 134fa96d27
commit 1f2ffa1672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,6 +114,7 @@ const Logo = styled.img`
`
const NetworkLabel = styled.div`
flex: 1 1 auto;
cursor: default;
`
const SelectorLabel = styled(NetworkLabel)`
display: none;