Skip to content

Commit

Permalink
improve search ux (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe authored Sep 26, 2024
1 parent 373e06c commit 4fcfb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions izanami-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ function Layout() {
id="btnSearch"
type="button"
onClick={() => setIsOpenModal(true)}
style={{opacity:"0.7"}}
>
<span className="fa fa-search"></span>
<span className="text-searchbutton d-none d-md-inline">
Expand Down
2 changes: 1 addition & 1 deletion izanami-frontend/src/styles/components/_searchmodal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
position: absolute;
right: 0.625rem;
background: transparent;
color: var(--color-blue);
color: var(--color-red);
border: none;
cursor: pointer;
font-size: 1rem;
Expand Down

0 comments on commit 4fcfb96

Please sign in to comment.