1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-20 08:02:35 +02:00

chore: firefox input outline (#3951)

This commit is contained in:
Arik Chakma
2023-05-21 17:56:34 +06:00
committed by GitHub
parent 82a44ddfef
commit e67caa0ffe

View File

@@ -130,7 +130,7 @@ export function CommandMenu() {
autofocus={true}
type="text"
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 .."
autocomplete="off"
onInput={(e) => {