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 (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* Button to open */}
|
{/* 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">
|
<div className="absolute top-2.5 left-3 z-10">
|
||||||
<MagnifyingGlassIcon
|
<MagnifyingGlassIcon
|
||||||
className="absolute"
|
className="absolute"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user