Skip to content

Commit 1f2ffa1

Browse files
authored
fix: hide text cursor on network selector hover (#4249)
Dont' show text cursor when hovering over network dropdown text
1 parent 134fa96 commit 1f2ffa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Header/NetworkSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const Logo = styled.img`
114114
`
115115
const NetworkLabel = styled.div`
116116
flex: 1 1 auto;
117+
cursor: default;
117118
`
118119
const SelectorLabel = styled(NetworkLabel)`
119120
display: none;

0 commit comments

Comments
 (0)