camunda-bpmn-js 3.6.1 → 3.8.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.
@@ -280,20 +280,12 @@ marker.djs-dragger tspan {
280
280
  stroke: var(--element-dragger-color) !important;
281
281
  }
282
282
 
283
- .djs-dragging {
284
- opacity: 0.3;
285
- }
286
-
287
283
  .djs-dragging,
288
284
  .djs-dragging > * {
285
+ opacity: 0.3 !important;
289
286
  pointer-events: none !important;
290
287
  }
291
288
 
292
- .djs-dragging .djs-context-pad,
293
- .djs-dragging .djs-outline {
294
- display: none !important;
295
- }
296
-
297
289
  /**
298
290
  * no pointer events for visual
299
291
  */
@@ -1271,6 +1271,8 @@ textarea.bio-properties-panel-input {
1271
1271
  .bio-properties-panel-popup .bio-properties-panel-popup__footer {
1272
1272
  padding: 12px;
1273
1273
  display: flex;
1274
+ justify-content: center;
1275
+ align-items: center;
1274
1276
  }
1275
1277
 
1276
1278
  .bio-properties-panel-popup .bio-properties-panel-popup__body:not(:first-child) {
@@ -1278,11 +1280,12 @@ textarea.bio-properties-panel-input {
1278
1280
  }
1279
1281
 
1280
1282
  .bio-properties-panel-popup .bio-properties-panel-popup__header {
1283
+ --popup-header-line-height: 16px;
1281
1284
  background-color: var(--popup-header-background-color);
1282
1285
  margin: 0;
1283
1286
  font-size: 12px;
1284
1287
  font-weight: 400;
1285
- line-height: 16px;
1288
+ line-height: var(--popup-header-line-height);
1286
1289
  text-align: left;
1287
1290
  color: var(--popup-title-color);
1288
1291
  }
@@ -1310,7 +1313,7 @@ textarea.bio-properties-panel-input {
1310
1313
  text-transform: capitalize;
1311
1314
  }
1312
1315
 
1313
- .bio-properties-panel-popup .bio-properties-panel-popup__header svg {
1316
+ .bio-properties-panel-popup .bio-properties-panel-popup__header .bio-properties-panel-popup__drag-handle svg {
1314
1317
  margin-left: -4px;
1315
1318
  }
1316
1319
 
@@ -1341,6 +1344,18 @@ textarea.bio-properties-panel-input {
1341
1344
  width: 100%;
1342
1345
  }
1343
1346
 
1347
+ .bio-properties-panel-feel-popup__title-link {
1348
+ margin-left: auto;
1349
+ display: flex;
1350
+ }
1351
+
1352
+ .bio-properties-panel-feel-popup__title-link svg {
1353
+ width: var(--popup-header-line-height);
1354
+ height: var(--popup-header-line-height);
1355
+ fill: currentColor;
1356
+ margin: 0 0.5em;
1357
+ }
1358
+
1344
1359
  .bio-properties-panel-feel-popup .bio-properties-panel-feel-editor-container {
1345
1360
  display: flex;
1346
1361
  min-width: 100%;