docs: fix details component + other styling fixes (#5217)
* docs: fix details component * general styling fixes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user