File tree Expand file tree Collapse file tree
ReferenceDirectoryWithFilter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export const ReferenceDirectoryWithFilter = ({
167167 type = "text"
168168 id = "search"
169169 ref = { inputRef }
170- class = "w-full bg-transparent py-xs text-accent-type-color placeholder:text-accent-type-color"
170+ class = "w-full bg-transparent py-xs text-accent-type-color placeholder:text-accent-type-color focus:outline-0 "
171171 placeholder = "Filter by keyword"
172172 onKeyUp = { ( e : JSX . TargetedKeyboardEvent < HTMLInputElement > ) => {
173173 const target = e . target as HTMLInputElement ;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const t = await getUiTranslator(currentLocale);
2020 type =" search"
2121 placeholder ={ t (" Search" ) as string }
2222 name =" term"
23- class =" placeholder-accent-type-color bg-transparent pl-[40px] py-[6px] md:py-[4px] lg:py-[8px] w-full rounded-[20px] peer"
23+ class =" placeholder-accent-type-color bg-transparent pl-[40px] py-[6px] md:py-[4px] lg:py-[8px] w-full rounded-[20px] focus:outline-0 peer"
2424 aria-label =" Search through site content"
2525 required
2626 />
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const SearchResults = ({
116116 onSearchChange ( e ) ;
117117 }
118118 } }
119- class = "h-fit w-full appearance-none bg-transparent px-md text-4xl placeholder-sidebar-type-color"
119+ class = "h-fit w-full appearance-none bg-transparent px-md text-4xl placeholder-sidebar-type-color focus:outline-0 "
120120 aria-label = "Search through site content"
121121 required
122122 />
You can’t perform that action at this time.
0 commit comments