docs: fix details component + other styling fixes (#5217)

* docs: fix details component

* general styling fixes
This commit is contained in:
Shahed Nasser
2023-09-26 19:03:07 +03:00
committed by GitHub
parent bc42b201ea
commit dee3419fe8
4 changed files with 15 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ export const SearchModalOpener = ({
)}
{!isMobile && (
<div
className={clsx("relative w-min hover:cursor-pointer")}
className={clsx("relative w-min hover:cursor-pointer group")}
onClick={handleOpen}
>
<MagnifyingGlass
@@ -73,6 +73,7 @@ export const SearchModalOpener = ({
onClick={handleOpen}
onFocus={(e) => e.target.blur()}
tabIndex={-1}
addGroupStyling={true}
/>
<span
className={clsx(