react-autoql 4.7.1 → 4.7.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.
@@ -344,10 +344,32 @@ span.react-autoql-icon {
344
344
  .react-autoql-table.tabulator .tabulator-tableHolder .tabulator-table {
345
345
  background-color: inherit; }
346
346
 
347
+ .react-autoql-table-container:not(.supports-drilldown)
348
+ .react-autoql-table.tabulator
349
+ .tabulator-row
350
+ .tabulator-cell {
351
+ cursor: text; }
352
+
347
353
  .react-autoql-table-container.supports-drilldown
348
354
  .react-autoql-table.tabulator
349
- .tabulator-row.tabulator-unselectable:hover {
350
- cursor: pointer !important; }
355
+ .tabulator-row
356
+ .tabulator-cell.pivot-category {
357
+ font-weight: 600; }
358
+
359
+ .react-autoql-table-container.supports-drilldown
360
+ .react-autoql-table.tabulator
361
+ .tabulator-row
362
+ .tabulator-cell:not(.pivot-category) {
363
+ transition: color 0.1s ease;
364
+ cursor: pointer; }
365
+
366
+ .react-autoql-table-container.supports-drilldown.pivot .react-autoql-table.tabulator
367
+ .tabulator-row
368
+ .tabulator-cell:not(.pivot-category):hover,
369
+ .react-autoql-table-container.supports-drilldown:not(.pivot) .react-autoql-table.tabulator
370
+ .tabulator-row:hover
371
+ .tabulator-cell {
372
+ color: var(--react-autoql-accent-color); }
351
373
 
352
374
  .react-autoql-table.tabulator
353
375
  .tabulator-header
Binary file