Skip to content

Commit

Permalink
Fix a bug where the search query field would not show the correct out…
Browse files Browse the repository at this point in the history
…line on focus. (#1109)
  • Loading branch information
bartfeenstra authored Dec 28, 2023
1 parent 8d2050c commit 563430e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
width: calc(100% - 3rem);
}

#search-query:focus {
border: 0.3rem solid $primary-active-color !important;
outline: none;
}

#search-expanded {
display: none;
}
Expand Down

0 comments on commit 563430e

Please sign in to comment.