Skip to content

Commit

Permalink
input: avoid outline
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Sep 6, 2023
1 parent 8aa7a11 commit 916e953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sidebar/search/AddressInput.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
-webkit-appearance: none;
}

.input:focus {
outline: none;
}

@media (max-width: 44rem) {
.fullscreen {
position: fixed;
Expand Down

0 comments on commit 916e953

Please sign in to comment.