mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-21 00:21:35 +02:00
chore: firefox input outline (#3951)
This commit is contained in:
@@ -130,7 +130,7 @@ export function CommandMenu() {
|
|||||||
autofocus={true}
|
autofocus={true}
|
||||||
type="text"
|
type="text"
|
||||||
value={searchedText}
|
value={searchedText}
|
||||||
className="w-full rounded-t-md border-b p-4 text-sm focus:bg-gray-50 focus:outline-0"
|
className="w-full rounded-t-md border-b p-4 text-sm focus:bg-gray-50 focus:outline-none"
|
||||||
placeholder="Search roadmaps, guides or pages .."
|
placeholder="Search roadmaps, guides or pages .."
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
onInput={(e) => {
|
onInput={(e) => {
|
||||||
|
Reference in New Issue
Block a user