Skip to content

Commit

Permalink
task: removing ring on search selection
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Jun 1, 2024
1 parent ad6c54d commit 6580f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1 id="welcome" class="font-bold text-4xl mb-2">{{.Title}}</h1>
<div class="z-[100] mx-auto max-w-2xl transform divide-y divide-gray-100 overflow-hidden rounded-xl bg-white shadow-2xl ring-1 ring-black ring-opacity-5 transition-all">
<div class="relative">
<span class="material-symbols-outlined pointer-events-none absolute top-3.5 left-4 h-5 w-5 text-gray-400 ">search</span>
<input id="search-input" type="text" class="block w-full py-3 pl-12 pr-4 text-lg text-gray-900 placeholder-gray-500 bg-gray-50 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent rounded-xl" placeholder="Search..." aria-label="Search" />
<input id="search-input" type="text" class="block w-full py-3 pl-12 pr-4 text-lg text-gray-900 placeholder-gray-500 bg-gray-50 focus:outline-0 focus:border-transparent rounded-xl" placeholder="Search..." aria-label="Search" />
<button id="close-search" class="bg-gray-200 h-8 w-8 text-xs text-gray-600 rounded-md inline-block absolute right-2 top-2">esc</button>
</div>

Expand Down

0 comments on commit 6580f4b

Please sign in to comment.