Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
18b93613
Unverified
Commit
18b93613
authored
Aug 10, 2022
by
David Walsh
Committed by
GitHub
Aug 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Ensure proper cursor for network dropdown (#4302)
parent
1f78c236
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
NetworkSelector.tsx
src/components/Header/NetworkSelector.tsx
+2
-1
No files found.
src/components/Header/NetworkSelector.tsx
View file @
18b93613
...
@@ -50,6 +50,7 @@ const ActiveRowWrapper = styled.div`
...
@@ -50,6 +50,7 @@ const ActiveRowWrapper = styled.div`
`
`
const
FlyoutHeader
=
styled
.
div
`
const
FlyoutHeader
=
styled
.
div
`
color:
${({
theme
})
=>
theme
.
deprecated_text2
}
;
color:
${({
theme
})
=>
theme
.
deprecated_text2
}
;
cursor: default;
font-weight: 400;
font-weight: 400;
`
`
const
FlyoutMenu
=
styled
.
div
`
const
FlyoutMenu
=
styled
.
div
`
...
@@ -114,7 +115,6 @@ const Logo = styled.img`
...
@@ -114,7 +115,6 @@ const Logo = styled.img`
`
`
const
NetworkLabel
=
styled
.
div
`
const
NetworkLabel
=
styled
.
div
`
flex: 1 1 auto;
flex: 1 1 auto;
cursor: default;
`
`
const
SelectorLabel
=
styled
(
NetworkLabel
)
`
const
SelectorLabel
=
styled
(
NetworkLabel
)
`
display: none;
display: none;
...
@@ -153,6 +153,7 @@ const SelectorControls = styled.div<{ supportedChain: boolean }>`
...
@@ -153,6 +153,7 @@ const SelectorControls = styled.div<{ supportedChain: boolean }>`
background-color:
${
theme
.
deprecated_red1
}
;
background-color:
${
theme
.
deprecated_red1
}
;
border: 2px solid
${
theme
.
deprecated_red1
}
;
border: 2px solid
${
theme
.
deprecated_red1
}
;
`
}
`
}
cursor: default;
:focus {
:focus {
background-color:
${({
theme
})
=>
darken
(
0.1
,
theme
.
deprecated_red1
)}
;
background-color:
${({
theme
})
=>
darken
(
0.1
,
theme
.
deprecated_red1
)}
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment