Slight animation change to the docs search dialog
This commit is contained in:
parent
183c61cfdc
commit
21354da41e
@ -54,7 +54,10 @@ const QuickSearchDialog = (): ReactElement => {
|
||||
return (
|
||||
<>
|
||||
{/* Button to open */}
|
||||
<div onClick={() => setOpen(true)}>
|
||||
<div
|
||||
className="hover:opacity-85 transition-all transform-gpu"
|
||||
onClick={() => setOpen(true)}
|
||||
>
|
||||
<div className="absolute top-2.5 left-3 z-10">
|
||||
<MagnifyingGlassIcon
|
||||
className="absolute"
|
||||
|
Loading…
Reference in New Issue
Block a user