@linzjs/step-ag-grid 31.2.4 → 31.2.5

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.
@@ -59,12 +59,12 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
59
59
  );
60
60
 
61
61
  .ag-theme-step-view-list-default,
62
- .ag-theme-step-default.theme-specific {
62
+ .ag-theme-step-default.theme-specific,
63
+ .ag-theme-step-compact.theme-specific {
63
64
  .ag-tooltip {
64
- background-color: white !important;
65
+ background-color: white;
65
66
  }
66
- }
67
- .ag-theme-step-compact.theme-specific {
67
+
68
68
  // Don't hide the drag handle
69
69
  .ag-drag-handle.ag-row-drag {
70
70
  opacity: 1 !important;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "31.2.4",
5
+ "version": "31.2.5",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -59,12 +59,12 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
59
59
  );
60
60
 
61
61
  .ag-theme-step-view-list-default,
62
- .ag-theme-step-default.theme-specific {
62
+ .ag-theme-step-default.theme-specific,
63
+ .ag-theme-step-compact.theme-specific {
63
64
  .ag-tooltip {
64
- background-color: white !important;
65
+ background-color: white;
65
66
  }
66
- }
67
- .ag-theme-step-compact.theme-specific {
67
+
68
68
  // Don't hide the drag handle
69
69
  .ag-drag-handle.ag-row-drag {
70
70
  opacity: 1 !important;