gantt-lib 0.22.1 → 0.22.2
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.
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +9 -5
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
position: absolute;
|
|
625
625
|
top: -1px;
|
|
626
626
|
bottom: 0;
|
|
627
|
-
z-index:
|
|
627
|
+
z-index: 0;
|
|
628
628
|
pointer-events: none;
|
|
629
629
|
}
|
|
630
630
|
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
width: 90px;
|
|
1117
1117
|
flex-shrink: 0;
|
|
1118
1118
|
flex-wrap: wrap;
|
|
1119
|
-
gap:
|
|
1119
|
+
gap: 4px;
|
|
1120
1120
|
padding: 2px 4px;
|
|
1121
1121
|
align-items: center;
|
|
1122
1122
|
overflow: hidden;
|
|
@@ -1219,7 +1219,7 @@
|
|
|
1219
1219
|
white-space: nowrap;
|
|
1220
1220
|
line-height: 14px;
|
|
1221
1221
|
cursor: pointer;
|
|
1222
|
-
min-width:
|
|
1222
|
+
min-width: 42px;
|
|
1223
1223
|
justify-content: center;
|
|
1224
1224
|
}
|
|
1225
1225
|
.gantt-tl-dep-chip-selected {
|
|
@@ -1451,7 +1451,7 @@
|
|
|
1451
1451
|
border: 0px solid rgba(59, 130, 246, 0.4);
|
|
1452
1452
|
background-color: rgba(59, 130, 246, 0.12);
|
|
1453
1453
|
border-radius: 4px;
|
|
1454
|
-
width:
|
|
1454
|
+
width: 30px;
|
|
1455
1455
|
height: 23px;
|
|
1456
1456
|
font-size: 0.9rem;
|
|
1457
1457
|
color: #3b82f6;
|
|
@@ -1459,7 +1459,6 @@
|
|
|
1459
1459
|
padding: 0;
|
|
1460
1460
|
font-family: inherit;
|
|
1461
1461
|
flex-shrink: 0;
|
|
1462
|
-
margin-left: auto;
|
|
1463
1462
|
}
|
|
1464
1463
|
.gantt-tl-dep-add-hover {
|
|
1465
1464
|
opacity: 0;
|
|
@@ -1512,10 +1511,15 @@
|
|
|
1512
1511
|
text-overflow: ellipsis;
|
|
1513
1512
|
text-align: center;
|
|
1514
1513
|
}
|
|
1514
|
+
.gantt-tl-dep-delete-label-default {
|
|
1515
|
+
display: inline;
|
|
1516
|
+
pointer-events: none;
|
|
1517
|
+
}
|
|
1515
1518
|
.gantt-tl-dep-delete-label-hover {
|
|
1516
1519
|
display: none;
|
|
1517
1520
|
color: #fff;
|
|
1518
1521
|
font-weight: 600;
|
|
1522
|
+
pointer-events: none;
|
|
1519
1523
|
}
|
|
1520
1524
|
.gantt-tl-dep-delete-label:hover .gantt-tl-dep-delete-label-default {
|
|
1521
1525
|
display: none;
|