@syncfusion/ej2-angular-gantt 20.2.44 → 20.2.45-ngcc

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 (165) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +764 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/CHANGELOG.md +1336 -0
  6. package/dist/ej2-angular-gantt.umd.js +908 -0
  7. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  8. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  9. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  10. package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
  11. package/ej2-angular-gantt.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +30 -0
  15. package/schematics/generators/gantt-daymarkers/index.d.ts +3 -0
  16. package/schematics/generators/gantt-daymarkers/index.js +8 -0
  17. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +5 -0
  18. package/schematics/generators/gantt-daymarkers/sample-details.js +7 -0
  19. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  20. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  21. package/schematics/generators/gantt-daymarkers/schema.d.ts +3 -0
  22. package/schematics/generators/gantt-daymarkers/schema.js +2 -0
  23. package/schematics/generators/gantt-daymarkers/schema.json +125 -0
  24. package/schematics/generators/gantt-default/index.d.ts +3 -0
  25. package/schematics/generators/gantt-default/index.js +8 -0
  26. package/schematics/generators/gantt-default/sample-details.d.ts +5 -0
  27. package/schematics/generators/gantt-default/sample-details.js +7 -0
  28. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
  29. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/gantt-default/schema.d.ts +3 -0
  31. package/schematics/generators/gantt-default/schema.js +2 -0
  32. package/schematics/generators/gantt-default/schema.json +125 -0
  33. package/schematics/generators/gantt-editing/index.d.ts +3 -0
  34. package/schematics/generators/gantt-editing/index.js +8 -0
  35. package/schematics/generators/gantt-editing/sample-details.d.ts +5 -0
  36. package/schematics/generators/gantt-editing/sample-details.js +7 -0
  37. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  38. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  39. package/schematics/generators/gantt-editing/schema.d.ts +3 -0
  40. package/schematics/generators/gantt-editing/schema.js +2 -0
  41. package/schematics/generators/gantt-editing/schema.json +125 -0
  42. package/schematics/generators/gantt-localdata/index.d.ts +3 -0
  43. package/schematics/generators/gantt-localdata/index.js +8 -0
  44. package/schematics/generators/gantt-localdata/sample-details.d.ts +5 -0
  45. package/schematics/generators/gantt-localdata/sample-details.js +7 -0
  46. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  47. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  48. package/schematics/generators/gantt-localdata/schema.d.ts +3 -0
  49. package/schematics/generators/gantt-localdata/schema.js +2 -0
  50. package/schematics/generators/gantt-localdata/schema.json +125 -0
  51. package/schematics/ng-add/index.d.ts +3 -0
  52. package/schematics/ng-add/index.js +9 -0
  53. package/schematics/ng-add/schema.d.ts +13 -0
  54. package/schematics/ng-add/schema.js +2 -0
  55. package/schematics/ng-add/schema.json +34 -0
  56. package/schematics/tsconfig.json +25 -0
  57. package/schematics/utils/lib-details.d.ts +4 -0
  58. package/schematics/utils/lib-details.js +6 -0
  59. package/schematics/utils/lib-details.ts +2 -2
  60. package/src/gantt/adddialogfields.directive.d.ts +0 -5
  61. package/src/gantt/columns.directive.d.ts +0 -5
  62. package/src/gantt/dayworkingtime.directive.d.ts +0 -5
  63. package/src/gantt/editdialogfields.directive.d.ts +0 -5
  64. package/src/gantt/eventmarkers.directive.d.ts +0 -5
  65. package/src/gantt/gantt-all.module.d.ts +0 -6
  66. package/src/gantt/gantt.component.d.ts +0 -3
  67. package/src/gantt/gantt.module.d.ts +0 -12
  68. package/src/gantt/holidays.directive.d.ts +0 -5
  69. package/styles/bootstrap-dark.css +58 -61
  70. package/styles/bootstrap.css +58 -61
  71. package/styles/bootstrap4.css +58 -61
  72. package/styles/bootstrap5-dark.css +59 -65
  73. package/styles/bootstrap5.css +59 -65
  74. package/styles/fabric-dark.css +58 -61
  75. package/styles/fabric.css +58 -61
  76. package/styles/fluent-dark.css +58 -61
  77. package/styles/fluent.css +58 -61
  78. package/styles/gantt/bootstrap-dark.css +58 -61
  79. package/styles/gantt/bootstrap-dark.scss +1 -22
  80. package/styles/gantt/bootstrap.css +58 -61
  81. package/styles/gantt/bootstrap.scss +1 -22
  82. package/styles/gantt/bootstrap4.css +58 -61
  83. package/styles/gantt/bootstrap4.scss +1 -22
  84. package/styles/gantt/bootstrap5-dark.css +59 -65
  85. package/styles/gantt/bootstrap5-dark.scss +1 -22
  86. package/styles/gantt/bootstrap5.css +59 -65
  87. package/styles/gantt/bootstrap5.scss +1 -22
  88. package/styles/gantt/fabric-dark.css +58 -61
  89. package/styles/gantt/fabric-dark.scss +1 -22
  90. package/styles/gantt/fabric.css +58 -61
  91. package/styles/gantt/fabric.scss +1 -22
  92. package/styles/gantt/fluent-dark.css +58 -61
  93. package/styles/gantt/fluent-dark.scss +1 -22
  94. package/styles/gantt/fluent.css +58 -61
  95. package/styles/gantt/fluent.scss +1 -22
  96. package/styles/gantt/highcontrast-light.css +58 -64
  97. package/styles/gantt/highcontrast-light.scss +1 -21
  98. package/styles/gantt/highcontrast.css +58 -64
  99. package/styles/gantt/highcontrast.scss +1 -22
  100. package/styles/gantt/material-dark.css +61 -64
  101. package/styles/gantt/material-dark.scss +1 -22
  102. package/styles/gantt/material.css +61 -64
  103. package/styles/gantt/material.scss +1 -22
  104. package/styles/gantt/tailwind-dark.css +60 -63
  105. package/styles/gantt/tailwind-dark.scss +1 -22
  106. package/styles/gantt/tailwind.css +60 -63
  107. package/styles/gantt/tailwind.scss +1 -22
  108. package/styles/highcontrast-light.css +58 -64
  109. package/styles/highcontrast.css +58 -64
  110. package/styles/material-dark.css +61 -64
  111. package/styles/material.css +61 -64
  112. package/styles/tailwind-dark.css +60 -63
  113. package/styles/tailwind.css +60 -63
  114. package/esm2020/public_api.mjs +0 -3
  115. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  116. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  117. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  118. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  119. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  120. package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
  121. package/esm2020/src/gantt/gantt.component.mjs +0 -255
  122. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  123. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  124. package/esm2020/src/index.mjs +0 -11
  125. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  126. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
  127. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  128. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
  129. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  130. package/styles/gantt/_all.scss +0 -2
  131. package/styles/gantt/_bootstrap-dark-definition.scss +0 -207
  132. package/styles/gantt/_bootstrap-definition.scss +0 -208
  133. package/styles/gantt/_bootstrap4-definition.scss +0 -210
  134. package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
  135. package/styles/gantt/_bootstrap5-definition.scss +0 -212
  136. package/styles/gantt/_fabric-dark-definition.scss +0 -208
  137. package/styles/gantt/_fabric-definition.scss +0 -208
  138. package/styles/gantt/_fluent-dark-definition.scss +0 -1
  139. package/styles/gantt/_fluent-definition.scss +0 -212
  140. package/styles/gantt/_fusionnew-definition.scss +0 -211
  141. package/styles/gantt/_highcontrast-definition.scss +0 -208
  142. package/styles/gantt/_highcontrast-light-definition.scss +0 -208
  143. package/styles/gantt/_layout.scss +0 -1354
  144. package/styles/gantt/_material-dark-definition.scss +0 -209
  145. package/styles/gantt/_material-definition.scss +0 -209
  146. package/styles/gantt/_material3-definition.scss +0 -212
  147. package/styles/gantt/_tailwind-dark-definition.scss +0 -1
  148. package/styles/gantt/_tailwind-definition.scss +0 -212
  149. package/styles/gantt/_theme.scss +0 -702
  150. package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
  151. package/styles/gantt/icons/_bootstrap.scss +0 -124
  152. package/styles/gantt/icons/_bootstrap4.scss +0 -124
  153. package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
  154. package/styles/gantt/icons/_bootstrap5.scss +0 -124
  155. package/styles/gantt/icons/_fabric-dark.scss +0 -124
  156. package/styles/gantt/icons/_fabric.scss +0 -124
  157. package/styles/gantt/icons/_fluent-dark.scss +0 -1
  158. package/styles/gantt/icons/_fluent.scss +0 -124
  159. package/styles/gantt/icons/_fusionnew.scss +0 -120
  160. package/styles/gantt/icons/_highcontrast.scss +0 -124
  161. package/styles/gantt/icons/_material-dark.scss +0 -124
  162. package/styles/gantt/icons/_material.scss +0 -124
  163. package/styles/gantt/icons/_material3.scss +0 -124
  164. package/styles/gantt/icons/_tailwind-dark.scss +0 -124
  165. package/styles/gantt/icons/_tailwind.scss +0 -124
@@ -287,8 +287,6 @@
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 */
292
290
  @keyframes material-spinner-rotate {
293
291
  0% {
294
292
  transform: rotate(0);
@@ -305,7 +303,6 @@
305
303
  transform: rotate(360deg);
306
304
  }
307
305
  }
308
- /* stylelint-disable */
309
306
  .e-gantt .e-add::before {
310
307
  content: "\e823";
311
308
  }
@@ -455,10 +452,10 @@
455
452
  height: 242px !important;
456
453
  }
457
454
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
458
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
455
+ height: 63px !important;
459
456
  }
460
457
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
461
- padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
458
+ padding: 16px 4px 16px 16px !important;
462
459
  }
463
460
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
464
461
  left: 0 !important;
@@ -494,7 +491,7 @@
494
491
  width: 556px !important;
495
492
  }
496
493
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
497
- padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
494
+ padding: 0 16px !important;
498
495
  }
499
496
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
500
497
  padding: 16px 12px 0 16px;
@@ -512,10 +509,10 @@
512
509
  height: 76px !important;
513
510
  }
514
511
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
515
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
512
+ border-bottom: 0 !important;
516
513
  }
517
514
  .e-bigger .e-gantt-dialog > .e-dlg-content {
518
- border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
515
+ border-radius: 0 !important;
519
516
  }
520
517
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
521
518
  border-radius: 6px 6px 0px 0px;
@@ -523,28 +520,28 @@
523
520
  }
524
521
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
525
522
  border-radius: 50%;
526
- height: auto !important; /* stylelint-disable-line declaration-no-important */
523
+ height: auto !important;
527
524
  width: auto;
528
525
  }
529
526
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
530
527
  margin-left: 5px !important;
531
528
  }
532
529
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
533
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
530
+ font-size: 16px !important;
534
531
  }
535
532
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
536
533
  min-height: 35px !important;
537
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
534
+ min-width: 35.82px !important;
538
535
  }
539
536
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
540
537
  line-height: 24px;
541
- padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
538
+ padding: 6px 16px 6px 15px !important;
542
539
  }
543
540
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
544
- padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
541
+ padding: 6px 21px 6px 23px !important;
545
542
  }
546
543
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
547
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
544
+ font-size: 16px !important;
548
545
  }
549
546
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
550
547
  font-size: 14px;
@@ -559,17 +556,17 @@
559
556
  }
560
557
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
561
558
  min-height: 35px !important;
562
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
559
+ min-width: 35.82px !important;
563
560
  }
564
561
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
565
562
  min-height: 35px !important;
566
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
563
+ min-width: 35.82px !important;
567
564
  }
568
565
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
569
566
  height: 36px;
570
567
  }
571
568
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
572
- min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
569
+ min-width: 36px !important;
573
570
  }
574
571
  .e-bigger .e-predecessor-tooltip {
575
572
  background-color: #000;
@@ -581,7 +578,7 @@
581
578
  color: #adadad !important;
582
579
  }
583
580
  .e-bigger .e-predecessor-tooltip .e-tip-content {
584
- padding: 3px !important; /* stylelint-disable-line declaration-no-important */
581
+ padding: 3px !important;
585
582
  }
586
583
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
587
584
  background-color: #000;
@@ -683,7 +680,7 @@
683
680
  margin: 0;
684
681
  }
685
682
  .e-gantt .e-gantt-splitter .e-pane {
686
- overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
683
+ overflow: hidden !important;
687
684
  }
688
685
  .e-gantt .e-temp-content {
689
686
  border-left: 1px solid;
@@ -710,19 +707,19 @@
710
707
  height: 45px;
711
708
  }
712
709
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
713
- border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
710
+ border-right-width: 0 !important;
714
711
  }
715
712
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
716
713
  border-top-style: none;
717
714
  border-top-width: 0;
718
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
715
+ padding-right: 0 !important;
719
716
  }
720
717
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
721
718
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
722
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
719
+ height: 63px !important;
723
720
  }
724
721
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
725
- overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
722
+ overflow-x: scroll !important;
726
723
  }
727
724
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
728
725
  width: calc(100% + 17px);
@@ -747,7 +744,7 @@
747
744
  border-right: 0 solid;
748
745
  }
749
746
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
750
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
747
+ -webkit-overflow-scrolling: touch;
751
748
  overflow-x: scroll;
752
749
  overflow-y: auto;
753
750
  position: relative;
@@ -1314,7 +1311,7 @@
1314
1311
  }
1315
1312
  .e-gantt-dialog .e-richtexteditor {
1316
1313
  border-bottom-width: 0px;
1317
- height: 241px !important; /* stylelint-disable-line declaration-no-important */
1314
+ height: 241px !important;
1318
1315
  overflow: hidden;
1319
1316
  }
1320
1317
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1326,10 +1323,10 @@
1326
1323
  overflow: hidden;
1327
1324
  }
1328
1325
  .e-gantt-dialog > .e-dlg-content {
1329
- padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1326
+ padding: 0 !important;
1330
1327
  }
1331
1328
  .e-gantt-dialog .e-dlg-header-content {
1332
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1329
+ border-bottom: 0 !important;
1333
1330
  }
1334
1331
  .e-gantt-dialog .e-dlg-header-content {
1335
1332
  border-radius: 6px 6px 0px 0px;
@@ -1337,8 +1334,8 @@
1337
1334
  }
1338
1335
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1339
1336
  border-radius: 50%;
1340
- height: auto !important; /* stylelint-disable-line declaration-no-important */
1341
- width: auto !important; /* stylelint-disable-line declaration-no-important */
1337
+ height: auto !important;
1338
+ width: auto !important;
1342
1339
  }
1343
1340
 
1344
1341
  .e-icon-rowselect::before {
@@ -1346,9 +1343,9 @@
1346
1343
  }
1347
1344
 
1348
1345
  .e-ganttpopup {
1349
- -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1350
- -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1351
- -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1346
+ -moz-user-select: none;
1347
+ -ms-user-select: none;
1348
+ -webkit-user-select: none;
1352
1349
  font-weight: normal;
1353
1350
  position: absolute;
1354
1351
  user-select: none;
@@ -1502,7 +1499,7 @@
1502
1499
  border-top-right-radius: 0px;
1503
1500
  }
1504
1501
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1505
- box-shadow: 0 0 0 1px #66afe9 inset !important; /* stylelint-disable-line declaration-no-important */
1502
+ box-shadow: 0 0 0 1px #66afe9 inset !important;
1506
1503
  }
1507
1504
  .e-gantt .e-temp-content {
1508
1505
  border-color: #ddd;
@@ -1517,7 +1514,7 @@
1517
1514
  border-color: #ddd;
1518
1515
  }
1519
1516
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1520
- height: 45px !important; /* stylelint-disable-line declaration-no-important */
1517
+ height: 45px !important;
1521
1518
  }
1522
1519
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1523
1520
  background: #c6ddf0;
@@ -1541,7 +1538,7 @@
1541
1538
  line-height: 47px;
1542
1539
  }
1543
1540
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1544
- height: 47px !important; /* stylelint-disable-line declaration-no-important */
1541
+ height: 47px !important;
1545
1542
  }
1546
1543
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1547
1544
  height: 32px;
@@ -1831,73 +1828,73 @@
1831
1828
  color: transparent;
1832
1829
  }
1833
1830
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1834
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
1831
+ color: transparent !important;
1835
1832
  }
1836
1833
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1837
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1834
+ border-color: #8A8A8A !important;
1838
1835
  }
1839
1836
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1840
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1837
+ border-left-color: #8A8A8A !important;
1841
1838
  }
1842
1839
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1843
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1840
+ border-right-color: #8A8A8A !important;
1844
1841
  }
1845
1842
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1846
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1847
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1843
+ background: #D5D5D5 !important;
1844
+ border: #D5D5D5 !important;
1848
1845
  }
1849
1846
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1850
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1851
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1847
+ background-color: transparent !important;
1848
+ border: transparent !important;
1852
1849
  }
1853
1850
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1854
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1851
+ border-bottom-color: #D5D5D5 !important;
1855
1852
  }
1856
1853
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1857
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1854
+ border-top-color: #D5D5D5 !important;
1858
1855
  }
1859
1856
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1860
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1861
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1857
+ background-color: #8A8A8A !important;
1858
+ border: #8A8A8A !important;
1862
1859
  }
1863
1860
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1864
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1865
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1861
+ background-color: transparent !important;
1862
+ border: transparent !important;
1866
1863
  }
1867
1864
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1868
- background: #21527d !important; /* stylelint-disable-line declaration-no-important */
1869
- border: #21527d !important; /* stylelint-disable-line declaration-no-important */
1865
+ background: #21527d !important;
1866
+ border: #21527d !important;
1870
1867
  }
1871
1868
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1872
- border-bottom-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1869
+ border-bottom-color: #21527d !important;
1873
1870
  }
1874
1871
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1875
- border-top-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1872
+ border-top-color: #21527d !important;
1876
1873
  }
1877
1874
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1878
- background: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1879
- border: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1875
+ background: #75acdb !important;
1876
+ border: #75acdb !important;
1880
1877
  }
1881
1878
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1882
- border-bottom-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1879
+ border-bottom-color: #75acdb !important;
1883
1880
  }
1884
1881
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1885
- border-top-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1882
+ border-top-color: #75acdb !important;
1886
1883
  }
1887
1884
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1888
- border-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1885
+ border-color: #21527d !important;
1889
1886
  }
1890
1887
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1891
- border-left-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1888
+ border-left-color: #21527d !important;
1892
1889
  }
1893
1890
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1894
- border-right-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1891
+ border-right-color: #21527d !important;
1895
1892
  }
1896
1893
  .e-gantt .e-icons {
1897
1894
  color: rgba(0, 0, 0, 0.87);
1898
1895
  }
1899
1896
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1900
- color: #333 !important; /* stylelint-disable-line declaration-no-important */
1897
+ color: #333 !important;
1901
1898
  }
1902
1899
 
1903
1900
  .e-gantt-dialog .e-dlg-header {
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import 'ej2-grids/styles/grid/bootstrap-definition.scss';
3
- @import 'ej2-treegrid/styles/treegrid/bootstrap-definition.scss';
4
- @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
6
- @import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
7
- @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
8
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
9
- @import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
12
- @import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
13
- @import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
14
- @import 'ej2-inputs/styles/input/bootstrap-definition.scss';
15
- @import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
16
- @import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
17
- @import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
18
- @import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
19
- @import 'ej2-layouts/styles/splitter/bootstrap-definition.scss';
20
- @import 'bootstrap-definition.scss';
21
- @import 'icons/bootstrap.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-gantt/styles/gantt/bootstrap.scss';
@@ -467,8 +467,6 @@
467
467
  /*! Horizontal Tab */
468
468
  /*! Bootstrap specific themes definition's */
469
469
  /*! Vertical Tab */
470
- /* stylelint-disable property-no-vendor-prefix */
471
- /* stylelint-disable property-no-vendor-prefix */
472
470
  @keyframes material-spinner-rotate {
473
471
  0% {
474
472
  transform: rotate(0);
@@ -485,7 +483,6 @@
485
483
  transform: rotate(360deg);
486
484
  }
487
485
  }
488
- /* stylelint-disable */
489
486
  .e-gantt .e-add::before {
490
487
  content: "\e759";
491
488
  }
@@ -635,10 +632,10 @@
635
632
  height: 250px !important;
636
633
  }
637
634
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
638
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
635
+ height: 63px !important;
639
636
  }
640
637
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
641
- padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
638
+ padding: 16px 4px 16px 16px !important;
642
639
  }
643
640
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
644
641
  left: 1px !important;
@@ -674,7 +671,7 @@
674
671
  width: 556px !important;
675
672
  }
676
673
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
677
- padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
674
+ padding: 0 16px !important;
678
675
  }
679
676
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
680
677
  padding: 16px 12px 0 16px;
@@ -692,10 +689,10 @@
692
689
  height: 76px !important;
693
690
  }
694
691
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
695
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
692
+ border-bottom: 0 !important;
696
693
  }
697
694
  .e-bigger .e-gantt-dialog > .e-dlg-content {
698
- border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
695
+ border-radius: 0 !important;
699
696
  }
700
697
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
701
698
  border-radius: 6px 6px 0px 0px;
@@ -703,7 +700,7 @@
703
700
  }
704
701
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
705
702
  border-radius: 50%;
706
- height: auto !important; /* stylelint-disable-line declaration-no-important */
703
+ height: auto !important;
707
704
  width: auto;
708
705
  }
709
706
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
@@ -713,21 +710,21 @@
713
710
  color: #fff;
714
711
  }
715
712
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
716
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
713
+ font-size: 16px !important;
717
714
  }
718
715
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
719
716
  min-height: 35px !important;
720
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
717
+ min-width: 35.82px !important;
721
718
  }
722
719
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
723
720
  line-height: 24px;
724
- padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
721
+ padding: 6px 16px 6px 15px !important;
725
722
  }
726
723
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
727
- padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
724
+ padding: 6px 21px 6px 23px !important;
728
725
  }
729
726
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
730
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
727
+ font-size: 16px !important;
731
728
  }
732
729
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
733
730
  font-size: 14px;
@@ -742,17 +739,17 @@
742
739
  }
743
740
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
744
741
  min-height: 35px !important;
745
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
742
+ min-width: 35.82px !important;
746
743
  }
747
744
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
748
745
  min-height: 35px !important;
749
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
746
+ min-width: 35.82px !important;
750
747
  }
751
748
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
752
749
  height: 36px;
753
750
  }
754
751
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
755
- min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
752
+ min-width: 36px !important;
756
753
  }
757
754
  .e-bigger .e-predecessor-tooltip {
758
755
  background-color: #000;
@@ -764,7 +761,7 @@
764
761
  color: #adb5bd !important;
765
762
  }
766
763
  .e-bigger .e-predecessor-tooltip .e-tip-content {
767
- padding: 3px !important; /* stylelint-disable-line declaration-no-important */
764
+ padding: 3px !important;
768
765
  }
769
766
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
770
767
  background-color: #000;
@@ -866,7 +863,7 @@
866
863
  margin: 0;
867
864
  }
868
865
  .e-gantt .e-gantt-splitter .e-pane {
869
- overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
866
+ overflow: hidden !important;
870
867
  }
871
868
  .e-gantt .e-temp-content {
872
869
  border-left: 1px solid;
@@ -893,19 +890,19 @@
893
890
  height: 45px;
894
891
  }
895
892
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
896
- border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
893
+ border-right-width: 0 !important;
897
894
  }
898
895
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
899
896
  border-top-style: none;
900
897
  border-top-width: 0;
901
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
898
+ padding-right: 0 !important;
902
899
  }
903
900
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
904
901
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
905
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
902
+ height: 63px !important;
906
903
  }
907
904
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
908
- overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
905
+ overflow-x: scroll !important;
909
906
  }
910
907
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
911
908
  width: calc(100% + 17px);
@@ -930,7 +927,7 @@
930
927
  border-right: 0 solid;
931
928
  }
932
929
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
933
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
930
+ -webkit-overflow-scrolling: touch;
934
931
  overflow-x: scroll;
935
932
  overflow-y: auto;
936
933
  position: relative;
@@ -1497,7 +1494,7 @@
1497
1494
  }
1498
1495
  .e-gantt-dialog .e-richtexteditor {
1499
1496
  border-bottom-width: 0px;
1500
- height: 241px !important; /* stylelint-disable-line declaration-no-important */
1497
+ height: 241px !important;
1501
1498
  overflow: hidden;
1502
1499
  }
1503
1500
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1509,10 +1506,10 @@
1509
1506
  overflow: hidden;
1510
1507
  }
1511
1508
  .e-gantt-dialog > .e-dlg-content {
1512
- padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1509
+ padding: 0 !important;
1513
1510
  }
1514
1511
  .e-gantt-dialog .e-dlg-header-content {
1515
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1512
+ border-bottom: 0 !important;
1516
1513
  }
1517
1514
  .e-gantt-dialog .e-dlg-header-content {
1518
1515
  border-radius: 3px 3px 0px 0px;
@@ -1520,8 +1517,8 @@
1520
1517
  }
1521
1518
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1522
1519
  border-radius: 50%;
1523
- height: auto !important; /* stylelint-disable-line declaration-no-important */
1524
- width: auto !important; /* stylelint-disable-line declaration-no-important */
1520
+ height: auto !important;
1521
+ width: auto !important;
1525
1522
  }
1526
1523
 
1527
1524
  .e-icon-rowselect::before {
@@ -1529,9 +1526,9 @@
1529
1526
  }
1530
1527
 
1531
1528
  .e-ganttpopup {
1532
- -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1533
- -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1534
- -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1529
+ -moz-user-select: none;
1530
+ -ms-user-select: none;
1531
+ -webkit-user-select: none;
1535
1532
  font-weight: normal;
1536
1533
  position: absolute;
1537
1534
  user-select: none;
@@ -1685,7 +1682,7 @@
1685
1682
  border-top-right-radius: 0px;
1686
1683
  }
1687
1684
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1688
- box-shadow: 0 0 0 1px #66afe9 inset !important; /* stylelint-disable-line declaration-no-important */
1685
+ box-shadow: 0 0 0 1px #66afe9 inset !important;
1689
1686
  }
1690
1687
  .e-gantt .e-temp-content {
1691
1688
  border-color: #dee2e6;
@@ -1700,7 +1697,7 @@
1700
1697
  border-color: #dee2e6;
1701
1698
  }
1702
1699
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1703
- height: 45px !important; /* stylelint-disable-line declaration-no-important */
1700
+ height: 45px !important;
1704
1701
  }
1705
1702
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1706
1703
  background: rgba(0, 123, 255, 0.16);
@@ -1724,7 +1721,7 @@
1724
1721
  line-height: 47px;
1725
1722
  }
1726
1723
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1727
- height: 47px !important; /* stylelint-disable-line declaration-no-important */
1724
+ height: 47px !important;
1728
1725
  }
1729
1726
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1730
1727
  height: 32px;
@@ -2014,73 +2011,73 @@
2014
2011
  color: transparent;
2015
2012
  }
2016
2013
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
2017
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
2014
+ color: transparent !important;
2018
2015
  }
2019
2016
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
2020
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2017
+ border-color: #8A8A8A !important;
2021
2018
  }
2022
2019
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
2023
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2020
+ border-left-color: #8A8A8A !important;
2024
2021
  }
2025
2022
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
2026
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2023
+ border-right-color: #8A8A8A !important;
2027
2024
  }
2028
2025
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
2029
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2030
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2026
+ background: #D5D5D5 !important;
2027
+ border: #D5D5D5 !important;
2031
2028
  }
2032
2029
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
2033
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2034
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2030
+ background-color: transparent !important;
2031
+ border: transparent !important;
2035
2032
  }
2036
2033
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
2037
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2034
+ border-bottom-color: #D5D5D5 !important;
2038
2035
  }
2039
2036
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
2040
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
2037
+ border-top-color: #D5D5D5 !important;
2041
2038
  }
2042
2039
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
2043
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2044
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
2040
+ background-color: #8A8A8A !important;
2041
+ border: #8A8A8A !important;
2045
2042
  }
2046
2043
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
2047
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
2048
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
2044
+ background-color: transparent !important;
2045
+ border: transparent !important;
2049
2046
  }
2050
2047
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
2051
- background: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2052
- border: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2048
+ background: #0056b3 !important;
2049
+ border: #0056b3 !important;
2053
2050
  }
2054
2051
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
2055
- border-bottom-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2052
+ border-bottom-color: #0056b3 !important;
2056
2053
  }
2057
2054
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
2058
- border-top-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2055
+ border-top-color: #0056b3 !important;
2059
2056
  }
2060
2057
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2061
- background: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
2062
- border: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
2058
+ background: #66b0ff !important;
2059
+ border: #66b0ff !important;
2063
2060
  }
2064
2061
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
2065
- border-bottom-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
2062
+ border-bottom-color: #66b0ff !important;
2066
2063
  }
2067
2064
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
2068
- border-top-color: #66b0ff !important; /* stylelint-disable-line declaration-no-important */
2065
+ border-top-color: #66b0ff !important;
2069
2066
  }
2070
2067
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2071
- border-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2068
+ border-color: #0056b3 !important;
2072
2069
  }
2073
2070
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
2074
- border-left-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2071
+ border-left-color: #0056b3 !important;
2075
2072
  }
2076
2073
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
2077
- border-right-color: #0056b3 !important; /* stylelint-disable-line declaration-no-important */
2074
+ border-right-color: #0056b3 !important;
2078
2075
  }
2079
2076
  .e-gantt .e-icons {
2080
2077
  color: rgba(0, 0, 0, 0.87);
2081
2078
  }
2082
2079
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
2083
- color: #212529 !important; /* stylelint-disable-line declaration-no-important */
2080
+ color: #212529 !important;
2084
2081
  }
2085
2082
 
2086
2083
  .e-gantt-dialog .e-dlg-header {