Merge pull request #3305 from mempool/simon/remove-search-bar-border

Remove search bar focus border
This commit is contained in:
softsimon 2023-03-11 09:56:27 +09:00 committed by GitHub
commit a1c0a58b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,3 +53,8 @@ form {
margin-top: 1px;
margin-right: 2px;
}
input:focus {
box-shadow: none;
border-color: #1b1f2c;
}