Skip to content

Commit

Permalink
search box focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
kisaragi-hiu committed May 8, 2024
1 parent b582b36 commit 5103fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/searchbox.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ $placeholder := (printf "Search %d entries..." (len .)) }}
<input
type="text"
class="h-10 px-2 w-full border-b-2 border-secondary-light bg-white dark:bg-black dark:border-secondary"
class="h-10 px-2 w-full border-b-2 border-secondary-light bg-white dark:bg-black dark:border-secondary focus:border-indigo-500 focus:outline-none active:ring"
placeholder="{{ $placeholder }}"
id="search"
onkeyup="updateSearch()"
Expand Down

0 comments on commit 5103fcd

Please sign in to comment.