camunda-bpmn-js 3.5.0 → 3.6.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.
@@ -564,7 +564,8 @@ textarea.bio-properties-panel-input {
564
564
  resize: vertical;
565
565
  }
566
566
 
567
- .bio-properties-panel-entry.has-error .bio-properties-panel-input {
567
+ .bio-properties-panel-entry.has-error .bio-properties-panel-input,
568
+ .bio-properties-panel-entry.has-error .bio-properties-panel-feel-editor__open-popup-placeholder {
568
569
  border-color: var(--input-error-border-color);
569
570
  background-color: var(--input-error-background-color);
570
571
  }
@@ -1181,6 +1182,10 @@ textarea.bio-properties-panel-input {
1181
1182
  border-radius: 3px;
1182
1183
  }
1183
1184
 
1185
+ .bio-properties-panel-tooltip-content pre code {
1186
+ border: none;
1187
+ }
1188
+
1184
1189
  .bio-properties-panel-tooltip p:first-child {
1185
1190
  margin-top: 0;
1186
1191
  }