sanity 3.93.1-next.51.346d9fcfe6 → 3.93.1-next.53.a8f4d4c9fe
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/_chunks-cjs/pane.js
CHANGED
@@ -5855,6 +5855,7 @@ const TooltipContent$1 = (t0) => {
|
|
5855
5855
|
width: 150px;
|
5856
5856
|
background: linear-gradient(to right, ${theme.rgba(theme$1.color.bg, 0)}, var(--card-bg-color));
|
5857
5857
|
transition: 'opacity 300ms ease-out';
|
5858
|
+
pointer-events: none;
|
5858
5859
|
}
|
5859
5860
|
`}
|
5860
5861
|
`;
|