Skip to content

Commit

Permalink
Merge pull request #1639 from Manoj-Kumar-Munda/main
Browse files Browse the repository at this point in the history
style: removed the black outline from search input element
  • Loading branch information
JasonDsouza212 committed Oct 4, 2023
2 parents 887d333 + a374a00 commit bc95b85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ nav {
color: rgba(128, 128, 128, 0.8);
}

.search_box .input:focus{
outline:none;
}

.search_box .btn {
position: absolute;
width: 50px;
Expand Down

1 comment on commit bc95b85

@vercel
Copy link

@vercel vercel bot commented on bc95b85 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

free-hit – ./

free-hit-git-main-jasondsouza212.vercel.app
free-hit-jasondsouza212.vercel.app
free-hit.vercel.app

Please sign in to comment.