Commit 1f2ffa16 authored by David Walsh's avatar David Walsh Committed by GitHub

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

Dont' show text cursor when hovering over network dropdown text
parent 134fa96d
......@@ -114,6 +114,7 @@ const Logo = styled.img`
`
const NetworkLabel = styled.div`
flex: 1 1 auto;
cursor: default;
`
const SelectorLabel = styled(NetworkLabel)`
display: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment