Refine device last-seen text morph animation
This commit is contained in:
@@ -82,17 +82,6 @@ export function DevicesPanel({ open, panelRef, closeRef, onClose }) {
|
||||
inert={!open ? true : undefined}
|
||||
>
|
||||
<div className="client-instructions-sheet client-devices-sheet">
|
||||
<svg className="client-text-morph-filter" aria-hidden="true">
|
||||
<defs>
|
||||
<filter id="client-text-morph-goo">
|
||||
<feColorMatrix
|
||||
in="SourceGraphic"
|
||||
type="matrix"
|
||||
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 20 -8"
|
||||
/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
<button
|
||||
ref={closeRef}
|
||||
className="client-drawer-close"
|
||||
|
||||
Reference in New Issue
Block a user