@jsenv/navi 0.15.1 → 0.15.2

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.
@@ -17853,7 +17853,7 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
17853
17853
  border-radius: inherit;
17854
17854
  opacity: 0;
17855
17855
  appearance: none; /* This allows border-radius to have an effect */
17856
- cursor: inherit;
17856
+ cursor: var(--x-cursor);
17857
17857
  }
17858
17858
 
17859
17859
  .navi_checkbox_field {
@@ -17870,7 +17870,6 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
17870
17870
  outline-style: none;
17871
17871
  outline-color: var(--outline-color);
17872
17872
  outline-offset: var(--outline-offset);
17873
- cursor: var(--x-cursor);
17874
17873
  pointer-events: none;
17875
17874
  }
17876
17875