react-autoql 6.1.1 → 6.1.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.
Binary file
@@ -2835,8 +2835,8 @@ ul {
2835
2835
  background: var(--react-autoql-background-color-secondary);
2836
2836
  box-shadow: inset 0 -2px 0 var(--react-autoql-border-color);
2837
2837
  transition: color 0.2s ease;
2838
- cursor: pointer;
2839
- color: var(--react-autoql-accent-color); }
2838
+ color: var(--react-autoql-accent-color);
2839
+ cursor: default; }
2840
2840
  .data-explorer-section .data-explorer-data-preview thead th .data-preview-col-header {
2841
2841
  height: 100%;
2842
2842
  display: flex;
Binary file