@syncfusion/ej2-vue-gantt 20.2.50 → 20.3.48

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.
Files changed (52) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-gantt.es2015.js +47 -54
  4. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-gantt.es5.js +47 -54
  6. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-gantt.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/gantt/adddialogfields.directive.d.ts +0 -1
  10. package/src/gantt/adddialogfields.directive.js +5 -6
  11. package/src/gantt/columns.directive.d.ts +0 -1
  12. package/src/gantt/columns.directive.js +5 -6
  13. package/src/gantt/dayworkingtime.directive.d.ts +0 -1
  14. package/src/gantt/dayworkingtime.directive.js +5 -6
  15. package/src/gantt/editdialogfields.directive.d.ts +0 -1
  16. package/src/gantt/editdialogfields.directive.js +5 -6
  17. package/src/gantt/eventmarkers.directive.d.ts +0 -1
  18. package/src/gantt/eventmarkers.directive.js +5 -6
  19. package/src/gantt/gantt.component.d.ts +6 -7
  20. package/src/gantt/gantt.component.js +3 -4
  21. package/src/gantt/holidays.directive.d.ts +0 -1
  22. package/src/gantt/holidays.directive.js +5 -6
  23. package/styles/bootstrap-dark.css +115 -62
  24. package/styles/bootstrap.css +115 -62
  25. package/styles/bootstrap4.css +115 -62
  26. package/styles/bootstrap5-dark.css +119 -63
  27. package/styles/bootstrap5.css +119 -63
  28. package/styles/fabric-dark.css +115 -62
  29. package/styles/fabric.css +115 -62
  30. package/styles/fluent-dark.css +126 -66
  31. package/styles/fluent.css +124 -64
  32. package/styles/gantt/bootstrap-dark.css +115 -62
  33. package/styles/gantt/bootstrap.css +115 -62
  34. package/styles/gantt/bootstrap4.css +115 -62
  35. package/styles/gantt/bootstrap5-dark.css +119 -63
  36. package/styles/gantt/bootstrap5.css +119 -63
  37. package/styles/gantt/fabric-dark.css +115 -62
  38. package/styles/gantt/fabric.css +115 -62
  39. package/styles/gantt/fluent-dark.css +126 -66
  40. package/styles/gantt/fluent.css +124 -64
  41. package/styles/gantt/highcontrast-light.css +120 -62
  42. package/styles/gantt/highcontrast.css +120 -62
  43. package/styles/gantt/material-dark.css +120 -65
  44. package/styles/gantt/material.css +118 -65
  45. package/styles/gantt/tailwind-dark.css +117 -64
  46. package/styles/gantt/tailwind.css +117 -64
  47. package/styles/highcontrast-light.css +120 -62
  48. package/styles/highcontrast.css +120 -62
  49. package/styles/material-dark.css +120 -65
  50. package/styles/material.css +118 -65
  51. package/styles/tailwind-dark.css +117 -64
  52. package/styles/tailwind.css +117 -64
@@ -287,6 +287,8 @@
287
287
  /*! Horizontal Tab */
288
288
  /*! Bootstrap specific themes definition's */
289
289
  /*! Vertical Tab */
290
+ /* stylelint-disable property-no-vendor-prefix */
291
+ /* stylelint-disable property-no-vendor-prefix */
290
292
  @keyframes material-spinner-rotate {
291
293
  0% {
292
294
  transform: rotate(0);
@@ -303,6 +305,7 @@
303
305
  transform: rotate(360deg);
304
306
  }
305
307
  }
308
+ /* stylelint-disable */
306
309
  .e-gantt .e-add::before {
307
310
  content: "\e823";
308
311
  }
@@ -452,10 +455,10 @@
452
455
  height: 242px !important;
453
456
  }
454
457
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
455
- height: 63px !important;
458
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
456
459
  }
457
460
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
458
- padding: 16px 4px 16px 16px !important;
461
+ padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
459
462
  }
460
463
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
461
464
  left: 0 !important;
@@ -473,7 +476,7 @@
473
476
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
474
477
  line-height: 28px;
475
478
  }
476
- .e-bigger .e-gantt .e-filter-popup {
479
+ .e-bigger .e-gantt .e-filter-popup.e-popup {
477
480
  width: 350px !important;
478
481
  }
479
482
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
@@ -486,12 +489,12 @@
486
489
  .e-bigger .e-columnmenu {
487
490
  top: 40px;
488
491
  }
489
- .e-bigger .e-gantt-dialog {
492
+ .e-bigger .e-gantt-dialog .e-dialog {
490
493
  border-radius: 6px;
491
494
  width: 556px !important;
492
495
  }
493
496
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
494
- padding: 0 16px !important;
497
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
495
498
  }
496
499
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
497
500
  padding: 16px 12px 0 16px;
@@ -509,10 +512,10 @@
509
512
  height: 76px !important;
510
513
  }
511
514
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
512
- border-bottom: 0 !important;
515
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
513
516
  }
514
517
  .e-bigger .e-gantt-dialog > .e-dlg-content {
515
- border-radius: 0 !important;
518
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
516
519
  }
517
520
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
518
521
  border-radius: 6px 6px 0px 0px;
@@ -520,28 +523,28 @@
520
523
  }
521
524
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
522
525
  border-radius: 50%;
523
- height: auto !important;
526
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
524
527
  width: auto;
525
528
  }
526
529
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
527
530
  margin-left: 5px !important;
528
531
  }
529
532
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
530
- font-size: 16px !important;
533
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
531
534
  }
532
535
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
533
536
  min-height: 35px !important;
534
- min-width: 35.82px !important;
537
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
535
538
  }
536
539
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
537
540
  line-height: 24px;
538
- padding: 6px 16px 6px 15px !important;
541
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
539
542
  }
540
543
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
541
- padding: 6px 21px 6px 23px !important;
544
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
542
545
  }
543
546
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
544
- font-size: 16px !important;
547
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
545
548
  }
546
549
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
547
550
  font-size: 14px;
@@ -556,20 +559,23 @@
556
559
  }
557
560
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
558
561
  min-height: 35px !important;
559
- min-width: 35.82px !important;
562
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
560
563
  }
561
564
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
562
565
  min-height: 35px !important;
563
- min-width: 35.82px !important;
566
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
564
567
  }
565
568
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
566
569
  height: 36px;
567
570
  }
568
571
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
569
- min-width: 36px !important;
572
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
570
573
  }
571
- .e-bigger .e-predecessor-tooltip {
572
- background-color: #000;
574
+ .e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
575
+ border-top: 8px solid #000;
576
+ }
577
+ .e-bigger .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
578
+ color: #000;
573
579
  }
574
580
  .e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
575
581
  color: #adadad !important;
@@ -578,7 +584,7 @@
578
584
  color: #adadad !important;
579
585
  }
580
586
  .e-bigger .e-predecessor-tooltip .e-tip-content {
581
- padding: 3px !important;
587
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
582
588
  }
583
589
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
584
590
  background-color: #000;
@@ -602,6 +608,9 @@
602
608
  .e-bigger .e-predecessor-dialog .e-dlg-content {
603
609
  background-color: #f5f5f5;
604
610
  padding: 10px 9px 9px 14px !important;
611
+ font-size: 12px;
612
+ font-weight: 400;
613
+ line-height: 1.8;
605
614
  }
606
615
 
607
616
  .e-gantt {
@@ -680,7 +689,7 @@
680
689
  margin: 0;
681
690
  }
682
691
  .e-gantt .e-gantt-splitter .e-pane {
683
- overflow: hidden !important;
692
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
684
693
  }
685
694
  .e-gantt .e-temp-content {
686
695
  border-left: 1px solid;
@@ -707,19 +716,19 @@
707
716
  height: 45px;
708
717
  }
709
718
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
710
- border-right-width: 0 !important;
719
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
711
720
  }
712
721
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
713
722
  border-top-style: none;
714
723
  border-top-width: 0;
715
- padding-right: 0 !important;
724
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
716
725
  }
717
726
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
718
727
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
719
- height: 63px !important;
728
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
720
729
  }
721
730
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
722
- overflow-x: scroll !important;
731
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
723
732
  }
724
733
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
725
734
  width: calc(100% + 17px);
@@ -744,7 +753,7 @@
744
753
  border-right: 0 solid;
745
754
  }
746
755
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
747
- -webkit-overflow-scrolling: touch;
756
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
748
757
  overflow-x: scroll;
749
758
  overflow-y: auto;
750
759
  position: relative;
@@ -1311,7 +1320,7 @@
1311
1320
  }
1312
1321
  .e-gantt-dialog .e-richtexteditor {
1313
1322
  border-bottom-width: 0px;
1314
- height: 241px !important;
1323
+ height: 241px !important; /* stylelint-disable-line declaration-no-important */
1315
1324
  overflow: hidden;
1316
1325
  }
1317
1326
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1323,10 +1332,10 @@
1323
1332
  overflow: hidden;
1324
1333
  }
1325
1334
  .e-gantt-dialog > .e-dlg-content {
1326
- padding: 0 !important;
1335
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1327
1336
  }
1328
1337
  .e-gantt-dialog .e-dlg-header-content {
1329
- border-bottom: 0 !important;
1338
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1330
1339
  }
1331
1340
  .e-gantt-dialog .e-dlg-header-content {
1332
1341
  border-radius: 6px 6px 0px 0px;
@@ -1334,8 +1343,8 @@
1334
1343
  }
1335
1344
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1336
1345
  border-radius: 50%;
1337
- height: auto !important;
1338
- width: auto !important;
1346
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1347
+ width: auto !important; /* stylelint-disable-line declaration-no-important */
1339
1348
  }
1340
1349
 
1341
1350
  .e-icon-rowselect::before {
@@ -1343,9 +1352,9 @@
1343
1352
  }
1344
1353
 
1345
1354
  .e-ganttpopup {
1346
- -moz-user-select: none;
1347
- -ms-user-select: none;
1348
- -webkit-user-select: none;
1355
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1356
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1357
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1349
1358
  font-weight: normal;
1350
1359
  position: absolute;
1351
1360
  user-select: none;
@@ -1468,8 +1477,52 @@
1468
1477
  }
1469
1478
 
1470
1479
  .e-predecessor-tooltip {
1480
+ background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
1481
+ border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
1471
1482
  visibility: hidden;
1472
1483
  }
1484
+ .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
1485
+ border-top: 8px solid #000;
1486
+ }
1487
+ .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
1488
+ color: #000;
1489
+ }
1490
+ .e-predecessor-tooltip .e-left-btn:disabled {
1491
+ color: #adadad !important;
1492
+ }
1493
+ .e-predecessor-tooltip .e-right-btn:disabled {
1494
+ color: #adadad !important;
1495
+ }
1496
+ .e-predecessor-tooltip .e-tip-content {
1497
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
1498
+ }
1499
+ .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
1500
+ background-color: #000;
1501
+ border-color: #000;
1502
+ color: #fff;
1503
+ font-size: 12px;
1504
+ line-height: 18px;
1505
+ padding: 0 8px 0 0;
1506
+ }
1507
+ .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
1508
+ background-color: #000;
1509
+ border-color: #000;
1510
+ color: #fff;
1511
+ font-size: 12px;
1512
+ line-height: 18px;
1513
+ padding: 0 0 0 8px;
1514
+ }
1515
+
1516
+ .e-predecessor-dialog {
1517
+ background-color: #f5f5f5;
1518
+ }
1519
+ .e-predecessor-dialog .e-dlg-content {
1520
+ background-color: #f5f5f5;
1521
+ padding: 10px 9px 9px 14px !important;
1522
+ font-size: 12px;
1523
+ font-weight: 400;
1524
+ line-height: 1.8;
1525
+ }
1473
1526
 
1474
1527
  /*! Gantt theme */
1475
1528
  .e-gantt .e-gantt-splitter {
@@ -1499,7 +1552,7 @@
1499
1552
  border-top-right-radius: 0px;
1500
1553
  }
1501
1554
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1502
- box-shadow: 0 0 0 1px #66afe9 inset !important;
1555
+ box-shadow: 0 0 0 1px #66afe9 inset !important; /* stylelint-disable-line declaration-no-important */
1503
1556
  }
1504
1557
  .e-gantt .e-temp-content {
1505
1558
  border-color: #ddd;
@@ -1514,7 +1567,7 @@
1514
1567
  border-color: #ddd;
1515
1568
  }
1516
1569
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1517
- height: 45px !important;
1570
+ height: 45px !important; /* stylelint-disable-line declaration-no-important */
1518
1571
  }
1519
1572
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1520
1573
  background: #c6ddf0;
@@ -1538,7 +1591,7 @@
1538
1591
  line-height: 47px;
1539
1592
  }
1540
1593
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1541
- height: 47px !important;
1594
+ height: 47px !important; /* stylelint-disable-line declaration-no-important */
1542
1595
  }
1543
1596
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1544
1597
  height: 32px;
@@ -1828,73 +1881,73 @@
1828
1881
  color: transparent;
1829
1882
  }
1830
1883
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1831
- color: transparent !important;
1884
+ color: transparent !important; /* stylelint-disable-line declaration-no-important */
1832
1885
  }
1833
1886
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1834
- border-color: #8A8A8A !important;
1887
+ border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1835
1888
  }
1836
1889
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1837
- border-left-color: #8A8A8A !important;
1890
+ border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1838
1891
  }
1839
1892
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1840
- border-right-color: #8A8A8A !important;
1893
+ border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1841
1894
  }
1842
1895
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1843
- background: #D5D5D5 !important;
1844
- border: #D5D5D5 !important;
1896
+ background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1897
+ border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1845
1898
  }
1846
1899
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1847
- background-color: transparent !important;
1848
- border: transparent !important;
1900
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1901
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1849
1902
  }
1850
1903
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1851
- border-bottom-color: #D5D5D5 !important;
1904
+ border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1852
1905
  }
1853
1906
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1854
- border-top-color: #D5D5D5 !important;
1907
+ border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1855
1908
  }
1856
1909
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1857
- background-color: #8A8A8A !important;
1858
- border: #8A8A8A !important;
1910
+ background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1911
+ border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1859
1912
  }
1860
1913
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1861
- background-color: transparent !important;
1862
- border: transparent !important;
1914
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1915
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1863
1916
  }
1864
1917
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1865
- background: #21527d !important;
1866
- border: #21527d !important;
1918
+ background: #21527d !important; /* stylelint-disable-line declaration-no-important */
1919
+ border: #21527d !important; /* stylelint-disable-line declaration-no-important */
1867
1920
  }
1868
1921
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1869
- border-bottom-color: #21527d !important;
1922
+ border-bottom-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1870
1923
  }
1871
1924
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1872
- border-top-color: #21527d !important;
1925
+ border-top-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1873
1926
  }
1874
1927
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1875
- background: #75acdb !important;
1876
- border: #75acdb !important;
1928
+ background: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1929
+ border: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1877
1930
  }
1878
1931
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1879
- border-bottom-color: #75acdb !important;
1932
+ border-bottom-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1880
1933
  }
1881
1934
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1882
- border-top-color: #75acdb !important;
1935
+ border-top-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1883
1936
  }
1884
1937
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1885
- border-color: #21527d !important;
1938
+ border-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1886
1939
  }
1887
1940
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1888
- border-left-color: #21527d !important;
1941
+ border-left-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1889
1942
  }
1890
1943
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1891
- border-right-color: #21527d !important;
1944
+ border-right-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1892
1945
  }
1893
1946
  .e-gantt .e-icons {
1894
1947
  color: rgba(0, 0, 0, 0.87);
1895
1948
  }
1896
1949
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1897
- color: #333 !important;
1950
+ color: #333 !important; /* stylelint-disable-line declaration-no-important */
1898
1951
  }
1899
1952
 
1900
1953
  .e-gantt-dialog .e-dlg-header {