@optimajet/workflow-designer 7.0.0 → 7.1.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.
@@ -267,11 +267,13 @@ td .el-checkbox__input {
267
267
 
268
268
  .WorkflowDesignerTitleWithCreate > a {
269
269
  cursor: pointer;
270
+ color: #409EFF;
270
271
  }
271
272
 
272
273
  .WorkflowDesignerTitleWithCreate > a:before {
273
274
  margin: 0 5px;
274
275
  content: "|";
276
+ color: initial;
275
277
  }
276
278
 
277
279
  .WorkflowDesignerWindowContainer {