profoundjs 7.16.0 → 7.18.0

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.
@@ -12870,6 +12870,12 @@ input.blueprint-radio-button-no-label:hover:checked+.label-for-blueprint-radio-b
12870
12870
  cursor: pointer;
12871
12871
  }
12872
12872
 
12873
+ .blueprint-menu.blueprint-defaults.pui-menu>table>tbody>tr>td.prev-menu {
12874
+ background-color: #5fade1;
12875
+ color: #fff;
12876
+ cursor: pointer;
12877
+ }
12878
+
12873
12879
  .blueprint-menu.blueprint-defaults.pui-menu>table>tbody>tr:not(:last-child)>td {
12874
12880
  border-bottom: 1px solid #2980b9;
12875
12881
  }
@@ -18188,3 +18194,12 @@ table.auto-testing-user-input tr:hover, table.auto-testing-results tr:hover, tab
18188
18194
  cursor: pointer !important;
18189
18195
  border: 2px dashed red;
18190
18196
  }
18197
+
18198
+ .pui-auto-testing-step-number {
18199
+ display: inline-block;
18200
+ font-weight: bold;
18201
+ margin-right: 8px;
18202
+ color: #007bff;
18203
+ width: 20px;
18204
+ text-align: right;
18205
+ }