@syncfusion/ej2-angular-gantt 20.2.39-ngcc → 20.2.43

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 (166) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  3. package/esm2020/src/gantt/columns.directive.mjs +72 -0
  4. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  5. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  6. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  7. package/esm2020/src/gantt/gantt-all.module.mjs +68 -0
  8. package/esm2020/src/gantt/gantt.component.mjs +248 -0
  9. package/esm2020/src/gantt/gantt.module.mjs +79 -0
  10. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  11. package/esm2020/src/index.mjs +11 -0
  12. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +724 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +724 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  17. package/package.json +29 -15
  18. package/schematics/utils/lib-details.ts +2 -2
  19. package/src/gantt/adddialogfields.directive.d.ts +5 -0
  20. package/src/gantt/columns.directive.d.ts +5 -0
  21. package/src/gantt/dayworkingtime.directive.d.ts +5 -0
  22. package/src/gantt/editdialogfields.directive.d.ts +5 -0
  23. package/src/gantt/eventmarkers.directive.d.ts +5 -0
  24. package/src/gantt/gantt-all.module.d.ts +6 -1
  25. package/src/gantt/gantt.component.d.ts +3 -0
  26. package/src/gantt/gantt.module.d.ts +12 -0
  27. package/src/gantt/holidays.directive.d.ts +5 -0
  28. package/src/index.d.ts +1 -1
  29. package/styles/bootstrap-dark.css +63 -59
  30. package/styles/bootstrap.css +63 -59
  31. package/styles/bootstrap4.css +63 -59
  32. package/styles/bootstrap5-dark.css +67 -60
  33. package/styles/bootstrap5.css +67 -60
  34. package/styles/fabric-dark.css +63 -59
  35. package/styles/fabric.css +63 -59
  36. package/styles/fluent-dark.css +63 -59
  37. package/styles/fluent.css +63 -59
  38. package/styles/gantt/_all.scss +2 -0
  39. package/styles/gantt/_bootstrap-dark-definition.scss +207 -0
  40. package/styles/gantt/_bootstrap-definition.scss +208 -0
  41. package/styles/gantt/_bootstrap4-definition.scss +210 -0
  42. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  43. package/styles/gantt/_bootstrap5-definition.scss +212 -0
  44. package/styles/gantt/_fabric-dark-definition.scss +208 -0
  45. package/styles/gantt/_fabric-definition.scss +208 -0
  46. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  47. package/styles/gantt/_fluent-definition.scss +212 -0
  48. package/styles/gantt/_fusionnew-definition.scss +211 -0
  49. package/styles/gantt/_highcontrast-definition.scss +208 -0
  50. package/styles/gantt/_highcontrast-light-definition.scss +208 -0
  51. package/styles/gantt/_layout.scss +1355 -0
  52. package/styles/gantt/_material-dark-definition.scss +209 -0
  53. package/styles/gantt/_material-definition.scss +209 -0
  54. package/styles/gantt/_material3-definition.scss +212 -0
  55. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  56. package/styles/gantt/_tailwind-definition.scss +212 -0
  57. package/styles/gantt/_theme.scss +702 -0
  58. package/styles/gantt/bootstrap-dark.css +63 -59
  59. package/styles/gantt/bootstrap-dark.scss +22 -1
  60. package/styles/gantt/bootstrap.css +63 -59
  61. package/styles/gantt/bootstrap.scss +22 -1
  62. package/styles/gantt/bootstrap4.css +63 -59
  63. package/styles/gantt/bootstrap4.scss +22 -1
  64. package/styles/gantt/bootstrap5-dark.css +67 -60
  65. package/styles/gantt/bootstrap5-dark.scss +22 -1
  66. package/styles/gantt/bootstrap5.css +67 -60
  67. package/styles/gantt/bootstrap5.scss +22 -1
  68. package/styles/gantt/fabric-dark.css +63 -59
  69. package/styles/gantt/fabric-dark.scss +22 -1
  70. package/styles/gantt/fabric.css +63 -59
  71. package/styles/gantt/fabric.scss +22 -1
  72. package/styles/gantt/fluent-dark.css +63 -59
  73. package/styles/gantt/fluent-dark.scss +22 -1
  74. package/styles/gantt/fluent.css +63 -59
  75. package/styles/gantt/fluent.scss +22 -1
  76. package/styles/gantt/highcontrast-light.css +66 -59
  77. package/styles/gantt/highcontrast-light.scss +21 -1
  78. package/styles/gantt/highcontrast.css +66 -59
  79. package/styles/gantt/highcontrast.scss +22 -1
  80. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  81. package/styles/gantt/icons/_bootstrap.scss +124 -0
  82. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  83. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  84. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  85. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  86. package/styles/gantt/icons/_fabric.scss +124 -0
  87. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  88. package/styles/gantt/icons/_fluent.scss +124 -0
  89. package/styles/gantt/icons/_fusionnew.scss +120 -0
  90. package/styles/gantt/icons/_highcontrast.scss +124 -0
  91. package/styles/gantt/icons/_material-dark.scss +124 -0
  92. package/styles/gantt/icons/_material.scss +124 -0
  93. package/styles/gantt/icons/_material3.scss +124 -0
  94. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  95. package/styles/gantt/icons/_tailwind.scss +124 -0
  96. package/styles/gantt/material-dark.css +66 -62
  97. package/styles/gantt/material-dark.scss +22 -1
  98. package/styles/gantt/material.css +66 -62
  99. package/styles/gantt/material.scss +22 -1
  100. package/styles/gantt/tailwind-dark.css +65 -61
  101. package/styles/gantt/tailwind-dark.scss +22 -1
  102. package/styles/gantt/tailwind.css +65 -61
  103. package/styles/gantt/tailwind.scss +22 -1
  104. package/styles/highcontrast-light.css +66 -59
  105. package/styles/highcontrast.css +66 -59
  106. package/styles/material-dark.css +66 -62
  107. package/styles/material.css +66 -62
  108. package/styles/tailwind-dark.css +65 -61
  109. package/styles/tailwind.css +65 -61
  110. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  111. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  112. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  113. package/@syncfusion/ej2-angular-gantt.js +0 -764
  114. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  115. package/CHANGELOG.md +0 -1298
  116. package/dist/ej2-angular-gantt.umd.js +0 -908
  117. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  118. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  119. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  120. package/ej2-angular-gantt.metadata.json +0 -1
  121. package/postinstall/tagchange.js +0 -18
  122. package/schematics/collection.json +0 -30
  123. package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
  124. package/schematics/generators/gantt-daymarkers/index.js +0 -8
  125. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
  126. package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
  127. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  128. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  129. package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
  130. package/schematics/generators/gantt-daymarkers/schema.js +0 -2
  131. package/schematics/generators/gantt-daymarkers/schema.json +0 -125
  132. package/schematics/generators/gantt-default/index.d.ts +0 -3
  133. package/schematics/generators/gantt-default/index.js +0 -8
  134. package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
  135. package/schematics/generators/gantt-default/sample-details.js +0 -7
  136. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  137. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  138. package/schematics/generators/gantt-default/schema.d.ts +0 -3
  139. package/schematics/generators/gantt-default/schema.js +0 -2
  140. package/schematics/generators/gantt-default/schema.json +0 -125
  141. package/schematics/generators/gantt-editing/index.d.ts +0 -3
  142. package/schematics/generators/gantt-editing/index.js +0 -8
  143. package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
  144. package/schematics/generators/gantt-editing/sample-details.js +0 -7
  145. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  146. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  147. package/schematics/generators/gantt-editing/schema.d.ts +0 -3
  148. package/schematics/generators/gantt-editing/schema.js +0 -2
  149. package/schematics/generators/gantt-editing/schema.json +0 -125
  150. package/schematics/generators/gantt-localdata/index.d.ts +0 -3
  151. package/schematics/generators/gantt-localdata/index.js +0 -8
  152. package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
  153. package/schematics/generators/gantt-localdata/sample-details.js +0 -7
  154. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  155. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  156. package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
  157. package/schematics/generators/gantt-localdata/schema.js +0 -2
  158. package/schematics/generators/gantt-localdata/schema.json +0 -125
  159. package/schematics/ng-add/index.d.ts +0 -3
  160. package/schematics/ng-add/index.js +0 -9
  161. package/schematics/ng-add/schema.d.ts +0 -13
  162. package/schematics/ng-add/schema.js +0 -2
  163. package/schematics/ng-add/schema.json +0 -34
  164. package/schematics/tsconfig.json +0 -25
  165. package/schematics/utils/lib-details.d.ts +0 -4
  166. package/schematics/utils/lib-details.js +0 -6
@@ -143,6 +143,8 @@
143
143
  width: 40px;
144
144
  }
145
145
 
146
+ /* stylelint-disable property-no-vendor-prefix */
147
+ /* stylelint-disable property-no-vendor-prefix */
146
148
  @keyframes material-spinner-rotate {
147
149
  0% {
148
150
  transform: rotate(0);
@@ -159,6 +161,7 @@
159
161
  transform: rotate(360deg);
160
162
  }
161
163
  }
164
+ /* stylelint-disable */
162
165
  .e-gantt .e-add::before {
163
166
  content: "\e823";
164
167
  }
@@ -308,10 +311,10 @@
308
311
  height: 242px !important;
309
312
  }
310
313
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
311
- height: 63px !important;
314
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
312
315
  }
313
316
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
314
- padding: 16px 4px 16px 16px !important;
317
+ padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
315
318
  }
316
319
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
317
320
  left: 0 !important;
@@ -347,7 +350,7 @@
347
350
  width: 556px !important;
348
351
  }
349
352
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
350
- padding: 0 16px !important;
353
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
351
354
  }
352
355
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
353
356
  padding: 16px 12px 0 16px;
@@ -365,10 +368,10 @@
365
368
  height: 76px !important;
366
369
  }
367
370
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
368
- border-bottom: 0 !important;
371
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
369
372
  }
370
373
  .e-bigger .e-gantt-dialog > .e-dlg-content {
371
- border-radius: 0 !important;
374
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
372
375
  }
373
376
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
374
377
  border-radius: 6px 6px 0px 0px;
@@ -376,28 +379,28 @@
376
379
  }
377
380
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
378
381
  border-radius: 50%;
379
- height: auto !important;
382
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
380
383
  width: auto;
381
384
  }
382
385
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
383
386
  margin-left: 5px !important;
384
387
  }
385
388
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
386
- font-size: 16px !important;
389
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
387
390
  }
388
391
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
389
392
  min-height: 35px !important;
390
- min-width: 35.82px !important;
393
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
391
394
  }
392
395
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
393
396
  line-height: 24px;
394
- padding: 6px 16px 6px 15px !important;
397
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
395
398
  }
396
399
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
397
- padding: 6px 21px 6px 23px !important;
400
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
398
401
  }
399
402
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
400
- font-size: 16px !important;
403
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
401
404
  }
402
405
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
403
406
  font-size: 14px;
@@ -412,17 +415,17 @@
412
415
  }
413
416
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
414
417
  min-height: 35px !important;
415
- min-width: 35.82px !important;
418
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
416
419
  }
417
420
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
418
421
  min-height: 35px !important;
419
- min-width: 35.82px !important;
422
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
420
423
  }
421
424
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
422
425
  height: 36px;
423
426
  }
424
427
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
425
- min-width: 36px !important;
428
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
426
429
  }
427
430
  .e-bigger .e-predecessor-tooltip {
428
431
  background-color: #000;
@@ -434,7 +437,7 @@
434
437
  color: #adadad !important;
435
438
  }
436
439
  .e-bigger .e-predecessor-tooltip .e-tip-content {
437
- padding: 3px !important;
440
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
438
441
  }
439
442
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
440
443
  background-color: #000;
@@ -536,7 +539,7 @@
536
539
  margin: 0;
537
540
  }
538
541
  .e-gantt .e-gantt-splitter .e-pane {
539
- overflow: hidden !important;
542
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
540
543
  }
541
544
  .e-gantt .e-temp-content {
542
545
  border-left: 1px solid;
@@ -563,19 +566,19 @@
563
566
  height: 45px;
564
567
  }
565
568
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
566
- border-right-width: 0 !important;
569
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
567
570
  }
568
571
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
569
572
  border-top-style: none;
570
573
  border-top-width: 0;
571
- padding-right: 0 !important;
574
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
572
575
  }
573
576
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
574
577
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
575
- height: 63px !important;
578
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
576
579
  }
577
580
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
578
- overflow-x: scroll !important;
581
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
579
582
  }
580
583
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
581
584
  width: calc(100% + 17px);
@@ -600,7 +603,7 @@
600
603
  border-right: 0 solid;
601
604
  }
602
605
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
603
- -webkit-overflow-scrolling: touch;
606
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
604
607
  overflow-x: scroll;
605
608
  overflow-y: auto;
606
609
  position: relative;
@@ -784,7 +787,7 @@
784
787
  .e-gantt .e-gantt-chart .e-indicator-span {
785
788
  display: inline-block;
786
789
  font-size: 13px;
787
- font-weight: 400;
790
+ font-weight: normal;
788
791
  overflow: hidden;
789
792
  position: absolute;
790
793
  text-overflow: ellipsis;
@@ -1168,7 +1171,7 @@
1168
1171
  }
1169
1172
  .e-gantt-dialog .e-richtexteditor {
1170
1173
  border-bottom-width: 0px;
1171
- height: 241px !important;
1174
+ height: 241px !important; /* stylelint-disable-line declaration-no-important */
1172
1175
  overflow: hidden;
1173
1176
  }
1174
1177
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1177,12 +1180,13 @@
1177
1180
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1178
1181
  border-bottom-width: 0px;
1179
1182
  height: 200px;
1183
+ overflow: hidden;
1180
1184
  }
1181
1185
  .e-gantt-dialog > .e-dlg-content {
1182
- padding: 0 !important;
1186
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1183
1187
  }
1184
1188
  .e-gantt-dialog .e-dlg-header-content {
1185
- border-bottom: 0 !important;
1189
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1186
1190
  }
1187
1191
  .e-gantt-dialog .e-dlg-header-content {
1188
1192
  border-radius: 6px 6px 0px 0px;
@@ -1190,8 +1194,8 @@
1190
1194
  }
1191
1195
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1192
1196
  border-radius: 50%;
1193
- height: auto !important;
1194
- width: auto !important;
1197
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1198
+ width: auto !important; /* stylelint-disable-line declaration-no-important */
1195
1199
  }
1196
1200
 
1197
1201
  .e-icon-rowselect::before {
@@ -1199,9 +1203,9 @@
1199
1203
  }
1200
1204
 
1201
1205
  .e-ganttpopup {
1202
- -moz-user-select: none;
1203
- -ms-user-select: none;
1204
- -webkit-user-select: none;
1206
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1207
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1208
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1205
1209
  font-weight: normal;
1206
1210
  position: absolute;
1207
1211
  user-select: none;
@@ -1355,7 +1359,7 @@
1355
1359
  border-top-right-radius: 0px;
1356
1360
  }
1357
1361
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1358
- box-shadow: 0 0 0 1px #248aff inset !important;
1362
+ box-shadow: 0 0 0 1px #248aff inset !important; /* stylelint-disable-line declaration-no-important */
1359
1363
  }
1360
1364
  .e-gantt .e-temp-content {
1361
1365
  border-color: #484848;
@@ -1370,7 +1374,7 @@
1370
1374
  border-color: #484848;
1371
1375
  }
1372
1376
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1373
- height: 45px !important;
1377
+ height: 45px !important; /* stylelint-disable-line declaration-no-important */
1374
1378
  }
1375
1379
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1376
1380
  background: #484848;
@@ -1394,7 +1398,7 @@
1394
1398
  line-height: 47px;
1395
1399
  }
1396
1400
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1397
- height: 47px !important;
1401
+ height: 47px !important; /* stylelint-disable-line declaration-no-important */
1398
1402
  }
1399
1403
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1400
1404
  height: 32px;
@@ -1684,73 +1688,73 @@
1684
1688
  color: transparent;
1685
1689
  }
1686
1690
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1687
- color: transparent !important;
1691
+ color: transparent !important; /* stylelint-disable-line declaration-no-important */
1688
1692
  }
1689
1693
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1690
- border-color: #8A8A8A !important;
1694
+ border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1691
1695
  }
1692
1696
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1693
- border-left-color: #8A8A8A !important;
1697
+ border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1694
1698
  }
1695
1699
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1696
- border-right-color: #8A8A8A !important;
1700
+ border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1697
1701
  }
1698
1702
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1699
- background: #D5D5D5 !important;
1700
- border: #D5D5D5 !important;
1703
+ background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1704
+ border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1701
1705
  }
1702
1706
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1703
- background-color: transparent !important;
1704
- border: transparent !important;
1707
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1708
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1705
1709
  }
1706
1710
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1707
- border-bottom-color: #D5D5D5 !important;
1711
+ border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1708
1712
  }
1709
1713
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1710
- border-top-color: #D5D5D5 !important;
1714
+ border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1711
1715
  }
1712
1716
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1713
- background-color: #8A8A8A !important;
1714
- border: #8A8A8A !important;
1717
+ background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1718
+ border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1715
1719
  }
1716
1720
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1717
- background-color: transparent !important;
1718
- border: transparent !important;
1721
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1722
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1719
1723
  }
1720
1724
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1721
- background: #0070f0 !important;
1722
- border: #0070f0 !important;
1725
+ background: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1726
+ border: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1723
1727
  }
1724
1728
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1725
- border-bottom-color: #0070f0 !important;
1729
+ border-bottom-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1726
1730
  }
1727
1731
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1728
- border-top-color: #0070f0 !important;
1732
+ border-top-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1729
1733
  }
1730
1734
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1731
- background: #57a5ff !important;
1732
- border: #57a5ff !important;
1735
+ background: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
1736
+ border: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
1733
1737
  }
1734
1738
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1735
- border-bottom-color: #57a5ff !important;
1739
+ border-bottom-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
1736
1740
  }
1737
1741
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1738
- border-top-color: #57a5ff !important;
1742
+ border-top-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
1739
1743
  }
1740
1744
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1741
- border-color: #0070f0 !important;
1745
+ border-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1742
1746
  }
1743
1747
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1744
- border-left-color: #0070f0 !important;
1748
+ border-left-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1745
1749
  }
1746
1750
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1747
- border-right-color: #0070f0 !important;
1751
+ border-right-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1748
1752
  }
1749
1753
  .e-gantt .e-icons {
1750
1754
  color: #fff;
1751
1755
  }
1752
1756
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1753
- color: #f0f0f0 !important;
1757
+ color: #f0f0f0 !important; /* stylelint-disable-line declaration-no-important */
1754
1758
  }
1755
1759
 
1756
1760
  .e-gantt-dialog .e-dlg-header {
@@ -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;
@@ -491,7 +494,7 @@
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,17 +559,17 @@
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
574
  .e-bigger .e-predecessor-tooltip {
572
575
  background-color: #000;
@@ -578,7 +581,7 @@
578
581
  color: #adadad !important;
579
582
  }
580
583
  .e-bigger .e-predecessor-tooltip .e-tip-content {
581
- padding: 3px !important;
584
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
582
585
  }
583
586
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
584
587
  background-color: #000;
@@ -680,7 +683,7 @@
680
683
  margin: 0;
681
684
  }
682
685
  .e-gantt .e-gantt-splitter .e-pane {
683
- overflow: hidden !important;
686
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
684
687
  }
685
688
  .e-gantt .e-temp-content {
686
689
  border-left: 1px solid;
@@ -707,19 +710,19 @@
707
710
  height: 45px;
708
711
  }
709
712
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
710
- border-right-width: 0 !important;
713
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
711
714
  }
712
715
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
713
716
  border-top-style: none;
714
717
  border-top-width: 0;
715
- padding-right: 0 !important;
718
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
716
719
  }
717
720
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
718
721
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
719
- height: 63px !important;
722
+ height: 63px !important; /* stylelint-disable-line declaration-no-important */
720
723
  }
721
724
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
722
- overflow-x: scroll !important;
725
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
723
726
  }
724
727
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
725
728
  width: calc(100% + 17px);
@@ -744,7 +747,7 @@
744
747
  border-right: 0 solid;
745
748
  }
746
749
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
747
- -webkit-overflow-scrolling: touch;
750
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
748
751
  overflow-x: scroll;
749
752
  overflow-y: auto;
750
753
  position: relative;
@@ -928,7 +931,7 @@
928
931
  .e-gantt .e-gantt-chart .e-indicator-span {
929
932
  display: inline-block;
930
933
  font-size: 13px;
931
- font-weight: 400;
934
+ font-weight: normal;
932
935
  overflow: hidden;
933
936
  position: absolute;
934
937
  text-overflow: ellipsis;
@@ -1312,7 +1315,7 @@
1312
1315
  }
1313
1316
  .e-gantt-dialog .e-richtexteditor {
1314
1317
  border-bottom-width: 0px;
1315
- height: 241px !important;
1318
+ height: 241px !important; /* stylelint-disable-line declaration-no-important */
1316
1319
  overflow: hidden;
1317
1320
  }
1318
1321
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1321,12 +1324,13 @@
1321
1324
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1322
1325
  border-bottom-width: 0px;
1323
1326
  height: 200px;
1327
+ overflow: hidden;
1324
1328
  }
1325
1329
  .e-gantt-dialog > .e-dlg-content {
1326
- padding: 0 !important;
1330
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1327
1331
  }
1328
1332
  .e-gantt-dialog .e-dlg-header-content {
1329
- border-bottom: 0 !important;
1333
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1330
1334
  }
1331
1335
  .e-gantt-dialog .e-dlg-header-content {
1332
1336
  border-radius: 6px 6px 0px 0px;
@@ -1334,8 +1338,8 @@
1334
1338
  }
1335
1339
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1336
1340
  border-radius: 50%;
1337
- height: auto !important;
1338
- width: auto !important;
1341
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1342
+ width: auto !important; /* stylelint-disable-line declaration-no-important */
1339
1343
  }
1340
1344
 
1341
1345
  .e-icon-rowselect::before {
@@ -1343,9 +1347,9 @@
1343
1347
  }
1344
1348
 
1345
1349
  .e-ganttpopup {
1346
- -moz-user-select: none;
1347
- -ms-user-select: none;
1348
- -webkit-user-select: none;
1350
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1351
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1352
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1349
1353
  font-weight: normal;
1350
1354
  position: absolute;
1351
1355
  user-select: none;
@@ -1499,7 +1503,7 @@
1499
1503
  border-top-right-radius: 0px;
1500
1504
  }
1501
1505
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1502
- box-shadow: 0 0 0 1px #66afe9 inset !important;
1506
+ box-shadow: 0 0 0 1px #66afe9 inset !important; /* stylelint-disable-line declaration-no-important */
1503
1507
  }
1504
1508
  .e-gantt .e-temp-content {
1505
1509
  border-color: #ddd;
@@ -1514,7 +1518,7 @@
1514
1518
  border-color: #ddd;
1515
1519
  }
1516
1520
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1517
- height: 45px !important;
1521
+ height: 45px !important; /* stylelint-disable-line declaration-no-important */
1518
1522
  }
1519
1523
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1520
1524
  background: #c6ddf0;
@@ -1538,7 +1542,7 @@
1538
1542
  line-height: 47px;
1539
1543
  }
1540
1544
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1541
- height: 47px !important;
1545
+ height: 47px !important; /* stylelint-disable-line declaration-no-important */
1542
1546
  }
1543
1547
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1544
1548
  height: 32px;
@@ -1828,73 +1832,73 @@
1828
1832
  color: transparent;
1829
1833
  }
1830
1834
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1831
- color: transparent !important;
1835
+ color: transparent !important; /* stylelint-disable-line declaration-no-important */
1832
1836
  }
1833
1837
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1834
- border-color: #8A8A8A !important;
1838
+ border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1835
1839
  }
1836
1840
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1837
- border-left-color: #8A8A8A !important;
1841
+ border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1838
1842
  }
1839
1843
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1840
- border-right-color: #8A8A8A !important;
1844
+ border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1841
1845
  }
1842
1846
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1843
- background: #D5D5D5 !important;
1844
- border: #D5D5D5 !important;
1847
+ background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1848
+ border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1845
1849
  }
1846
1850
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1847
- background-color: transparent !important;
1848
- border: transparent !important;
1851
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1852
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1849
1853
  }
1850
1854
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1851
- border-bottom-color: #D5D5D5 !important;
1855
+ border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1852
1856
  }
1853
1857
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1854
- border-top-color: #D5D5D5 !important;
1858
+ border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1855
1859
  }
1856
1860
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1857
- background-color: #8A8A8A !important;
1858
- border: #8A8A8A !important;
1861
+ background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1862
+ border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1859
1863
  }
1860
1864
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1861
- background-color: transparent !important;
1862
- border: transparent !important;
1865
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1866
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
1863
1867
  }
1864
1868
  .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;
1869
+ background: #21527d !important; /* stylelint-disable-line declaration-no-important */
1870
+ border: #21527d !important; /* stylelint-disable-line declaration-no-important */
1867
1871
  }
1868
1872
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1869
- border-bottom-color: #21527d !important;
1873
+ border-bottom-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1870
1874
  }
1871
1875
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1872
- border-top-color: #21527d !important;
1876
+ border-top-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1873
1877
  }
1874
1878
  .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;
1879
+ background: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1880
+ border: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1877
1881
  }
1878
1882
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1879
- border-bottom-color: #75acdb !important;
1883
+ border-bottom-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1880
1884
  }
1881
1885
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1882
- border-top-color: #75acdb !important;
1886
+ border-top-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
1883
1887
  }
1884
1888
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1885
- border-color: #21527d !important;
1889
+ border-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1886
1890
  }
1887
1891
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1888
- border-left-color: #21527d !important;
1892
+ border-left-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1889
1893
  }
1890
1894
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1891
- border-right-color: #21527d !important;
1895
+ border-right-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
1892
1896
  }
1893
1897
  .e-gantt .e-icons {
1894
1898
  color: rgba(0, 0, 0, 0.87);
1895
1899
  }
1896
1900
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1897
- color: #333 !important;
1901
+ color: #333 !important; /* stylelint-disable-line declaration-no-important */
1898
1902
  }
1899
1903
 
1900
1904
  .e-gantt-dialog .e-dlg-header {