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
60bd2db4
Unverified
Commit
60bd2db4
authored
Nov 29, 2022
by
Callil Capuozzo
Committed by
GitHub
Nov 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fixes search styling nits (#5446)
* fixes search styling nits * Improve box contrast in dark mode
parent
c7dd0f06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
SearchBar.tsx
src/components/NavBar/SearchBar.tsx
+1
-1
common.css.ts
src/nft/css/common.css.ts
+1
-1
No files found.
src/components/NavBar/SearchBar.tsx
View file @
60bd2db4
...
...
@@ -25,7 +25,7 @@ import * as styles from './SearchBar.css'
import
{
SearchBarDropdown
}
from
'
./SearchBarDropdown
'
const
KeyShortCut
=
styled
.
div
`
background-color:
${({
theme
})
=>
theme
.
searchOutlin
e
}
;
background-color:
${({
theme
})
=>
theme
.
hoverStat
e
}
;
color:
${({
theme
})
=>
theme
.
textSecondary
}
;
padding: 0px 8px;
width: 20px;
...
...
src/nft/css/common.css.ts
View file @
60bd2db4
...
...
@@ -89,7 +89,7 @@ export const magicalGradient = style({
'
&::before
'
:
{
content
:
''
,
position
:
'
absolute
'
,
inset
:
0
,
inset
:
'
-1px
'
,
background
:
'
linear-gradient(91.46deg, #4673FA 0%, #9646FA 100.13%) border-box
'
,
borderColor
:
'
transparent
'
,
WebkitMask
:
'
linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
'
,
...
...
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