@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
@@ -80,9 +80,6 @@
80
80
  color: #000;
81
81
  top: 12px;
82
82
  }
83
- .e-multiselect .e-multi-select-wrapper input {
84
- /* stylelint-disable property-no-vendor-prefix */
85
- }
86
83
  .e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
87
84
  color: #4f4f4f;
88
85
  font-family: inherit;
@@ -175,8 +172,6 @@
175
172
  width: 30px;
176
173
  }
177
174
 
178
- /* stylelint-disable property-no-vendor-prefix */
179
- /* stylelint-disable property-no-vendor-prefix */
180
175
  @keyframes material-spinner-rotate {
181
176
  0% {
182
177
  transform: rotate(0);
@@ -193,7 +188,6 @@
193
188
  transform: rotate(360deg);
194
189
  }
195
190
  }
196
- /* stylelint-disable */
197
191
  .e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
198
192
  height: 64px;
199
193
  }
@@ -249,10 +243,10 @@
249
243
  height: 241px !important;
250
244
  }
251
245
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
252
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
246
+ height: 63px !important;
253
247
  }
254
248
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
255
- padding: 16px 4px 12px 18px !important; /* stylelint-disable-line declaration-no-important */
249
+ padding: 16px 4px 12px 18px !important;
256
250
  }
257
251
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
258
252
  left: 2px !important;
@@ -288,7 +282,7 @@
288
282
  width: 554px !important;
289
283
  }
290
284
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
291
- padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
285
+ padding: 0 16px !important;
292
286
  }
293
287
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
294
288
  padding: 16px 9px 0 18px;
@@ -306,10 +300,10 @@
306
300
  height: 78px !important;
307
301
  }
308
302
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
309
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
303
+ border-bottom: 0 !important;
310
304
  }
311
305
  .e-bigger .e-gantt-dialog > .e-dlg-content {
312
- border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
306
+ border-radius: 0 !important;
313
307
  }
314
308
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
315
309
  border-radius: 6px 6px 0px 0px;
@@ -317,28 +311,28 @@
317
311
  }
318
312
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
319
313
  border-radius: 50%;
320
- height: auto !important; /* stylelint-disable-line declaration-no-important */
314
+ height: auto !important;
321
315
  width: auto;
322
316
  }
323
317
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
324
318
  margin-left: 6px !important;
325
319
  }
326
320
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
327
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
321
+ font-size: 16px !important;
328
322
  }
329
323
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
330
324
  min-height: 38px !important;
331
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
325
+ min-width: 35.82px !important;
332
326
  }
333
327
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
334
328
  line-height: 24px;
335
- padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
329
+ padding: 6px 16px 6px 15px !important;
336
330
  }
337
331
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
338
- padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
332
+ padding: 6px 21px 6px 23px !important;
339
333
  }
340
334
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
341
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
335
+ font-size: 16px !important;
342
336
  }
343
337
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
344
338
  font-size: 14px;
@@ -353,17 +347,17 @@
353
347
  }
354
348
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
355
349
  min-height: 38px !important;
356
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
350
+ min-width: 35.82px !important;
357
351
  }
358
352
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
359
353
  min-height: 38px !important;
360
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
354
+ min-width: 35.82px !important;
361
355
  }
362
356
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
363
357
  height: 40px;
364
358
  }
365
359
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
366
- min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
360
+ min-width: 36px !important;
367
361
  }
368
362
  .e-bigger .e-predecessor-tooltip {
369
363
  background-color: #000;
@@ -375,7 +369,7 @@
375
369
  color: #757575 !important;
376
370
  }
377
371
  .e-bigger .e-predecessor-tooltip .e-tip-content {
378
- padding: 3px !important; /* stylelint-disable-line declaration-no-important */
372
+ padding: 3px !important;
379
373
  }
380
374
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
381
375
  background-color: #000;
@@ -477,7 +471,7 @@
477
471
  margin: 0;
478
472
  }
479
473
  .e-gantt .e-gantt-splitter .e-pane {
480
- overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
474
+ overflow: hidden !important;
481
475
  }
482
476
  .e-gantt .e-temp-content {
483
477
  border-left: 1px solid;
@@ -504,19 +498,19 @@
504
498
  height: 45px;
505
499
  }
506
500
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
507
- border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
501
+ border-right-width: 0 !important;
508
502
  }
509
503
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
510
504
  border-top-style: none;
511
505
  border-top-width: 0;
512
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
506
+ padding-right: 0 !important;
513
507
  }
514
508
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
515
509
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
516
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
510
+ height: 63px !important;
517
511
  }
518
512
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
519
- overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
513
+ overflow-x: scroll !important;
520
514
  }
521
515
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
522
516
  width: calc(100% + 17px);
@@ -541,7 +535,7 @@
541
535
  border-right: 0 solid;
542
536
  }
543
537
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
544
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
538
+ -webkit-overflow-scrolling: touch;
545
539
  overflow-x: scroll;
546
540
  overflow-y: auto;
547
541
  position: relative;
@@ -1108,7 +1102,7 @@
1108
1102
  }
1109
1103
  .e-gantt-dialog .e-richtexteditor {
1110
1104
  border-bottom-width: 1px;
1111
- height: 241px !important; /* stylelint-disable-line declaration-no-important */
1105
+ height: 241px !important;
1112
1106
  overflow: hidden;
1113
1107
  }
1114
1108
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1120,10 +1114,10 @@
1120
1114
  overflow: hidden;
1121
1115
  }
1122
1116
  .e-gantt-dialog > .e-dlg-content {
1123
- padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1117
+ padding: 0 !important;
1124
1118
  }
1125
1119
  .e-gantt-dialog .e-dlg-header-content {
1126
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1120
+ border-bottom: 0 !important;
1127
1121
  }
1128
1122
  .e-gantt-dialog .e-dlg-header-content {
1129
1123
  border-radius: 3px 3px 0px 0px;
@@ -1131,8 +1125,8 @@
1131
1125
  }
1132
1126
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1133
1127
  border-radius: 50%;
1134
- height: auto !important; /* stylelint-disable-line declaration-no-important */
1135
- width: auto !important; /* stylelint-disable-line declaration-no-important */
1128
+ height: auto !important;
1129
+ width: auto !important;
1136
1130
  }
1137
1131
 
1138
1132
  .e-icon-rowselect::before {
@@ -1140,9 +1134,9 @@
1140
1134
  }
1141
1135
 
1142
1136
  .e-ganttpopup {
1143
- -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1144
- -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1145
- -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1137
+ -moz-user-select: none;
1138
+ -ms-user-select: none;
1139
+ -webkit-user-select: none;
1146
1140
  font-weight: normal;
1147
1141
  position: absolute;
1148
1142
  user-select: none;
@@ -1296,7 +1290,7 @@
1296
1290
  border-top-right-radius: 0px;
1297
1291
  }
1298
1292
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1299
- box-shadow: 0 0 0 1px white inset !important; /* stylelint-disable-line declaration-no-important */
1293
+ box-shadow: 0 0 0 1px white inset !important;
1300
1294
  }
1301
1295
  .e-gantt .e-temp-content {
1302
1296
  border-color: #757575;
@@ -1311,7 +1305,7 @@
1311
1305
  border-color: #757575;
1312
1306
  }
1313
1307
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1314
- height: 45px !important; /* stylelint-disable-line declaration-no-important */
1308
+ height: 45px !important;
1315
1309
  }
1316
1310
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1317
1311
  background: #400074;
@@ -1335,7 +1329,7 @@
1335
1329
  line-height: 46px;
1336
1330
  }
1337
1331
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1338
- height: 46px !important; /* stylelint-disable-line declaration-no-important */
1332
+ height: 46px !important;
1339
1333
  }
1340
1334
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1341
1335
  height: 32px;
@@ -1625,73 +1619,73 @@
1625
1619
  color: transparent;
1626
1620
  }
1627
1621
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1628
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
1622
+ color: transparent !important;
1629
1623
  }
1630
1624
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1631
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1625
+ border-color: #8A8A8A !important;
1632
1626
  }
1633
1627
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1634
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1628
+ border-left-color: #8A8A8A !important;
1635
1629
  }
1636
1630
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1637
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1631
+ border-right-color: #8A8A8A !important;
1638
1632
  }
1639
1633
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1640
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1641
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1634
+ background: #D5D5D5 !important;
1635
+ border: #D5D5D5 !important;
1642
1636
  }
1643
1637
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1644
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1645
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1638
+ background-color: transparent !important;
1639
+ border: transparent !important;
1646
1640
  }
1647
1641
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1648
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1642
+ border-bottom-color: #D5D5D5 !important;
1649
1643
  }
1650
1644
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1651
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1645
+ border-top-color: #D5D5D5 !important;
1652
1646
  }
1653
1647
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1654
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1655
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1648
+ background-color: #8A8A8A !important;
1649
+ border: #8A8A8A !important;
1656
1650
  }
1657
1651
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1658
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1659
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1652
+ background-color: transparent !important;
1653
+ border: transparent !important;
1660
1654
  }
1661
1655
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1662
- background: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1663
- border: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1656
+ background: #6e06f1 !important;
1657
+ border: #6e06f1 !important;
1664
1658
  }
1665
1659
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1666
- border-bottom-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1660
+ border-bottom-color: #6e06f1 !important;
1667
1661
  }
1668
1662
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1669
- border-top-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1663
+ border-top-color: #6e06f1 !important;
1670
1664
  }
1671
1665
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1672
- background: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1673
- border: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1666
+ background: #6f07e0 !important;
1667
+ border: #6f07e0 !important;
1674
1668
  }
1675
1669
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1676
- border-bottom-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1670
+ border-bottom-color: #6f07e0 !important;
1677
1671
  }
1678
1672
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1679
- border-top-color: #6f07e0 !important; /* stylelint-disable-line declaration-no-important */
1673
+ border-top-color: #6f07e0 !important;
1680
1674
  }
1681
1675
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1682
- border-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1676
+ border-color: #6e06f1 !important;
1683
1677
  }
1684
1678
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1685
- border-left-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1679
+ border-left-color: #6e06f1 !important;
1686
1680
  }
1687
1681
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1688
- border-right-color: #6e06f1 !important; /* stylelint-disable-line declaration-no-important */
1682
+ border-right-color: #6e06f1 !important;
1689
1683
  }
1690
1684
  .e-gantt .e-icons {
1691
1685
  color: rgba(0, 0, 0, 0.87);
1692
1686
  }
1693
1687
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1694
- color: #000 !important; /* stylelint-disable-line declaration-no-important */
1688
+ color: #000 !important;
1695
1689
  }
1696
1690
 
1697
1691
  .e-gantt-dialog .e-dlg-header {
@@ -81,9 +81,6 @@
81
81
  color: #fff;
82
82
  top: 12px;
83
83
  }
84
- .e-multiselect .e-multi-select-wrapper input {
85
- /* stylelint-disable property-no-vendor-prefix */
86
- }
87
84
  .e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
88
85
  color: #969696;
89
86
  font-family: inherit;
@@ -183,8 +180,6 @@
183
180
  /*! Horizontal Tab */
184
181
  /*! HighContrast specific themes definition's */
185
182
  /*! Vertical Tab */
186
- /* stylelint-disable property-no-vendor-prefix */
187
- /* stylelint-disable property-no-vendor-prefix */
188
183
  @keyframes material-spinner-rotate {
189
184
  0% {
190
185
  transform: rotate(0);
@@ -201,7 +196,6 @@
201
196
  transform: rotate(360deg);
202
197
  }
203
198
  }
204
- /* stylelint-disable */
205
199
  .e-gantt .e-add::before {
206
200
  content: "\e7d5";
207
201
  }
@@ -351,10 +345,10 @@
351
345
  height: 241px !important;
352
346
  }
353
347
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
354
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
348
+ height: 63px !important;
355
349
  }
356
350
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
357
- padding: 16px 4px 12px 18px !important; /* stylelint-disable-line declaration-no-important */
351
+ padding: 16px 4px 12px 18px !important;
358
352
  }
359
353
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
360
354
  left: 2px !important;
@@ -390,7 +384,7 @@
390
384
  width: 554px !important;
391
385
  }
392
386
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
393
- padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
387
+ padding: 0 16px !important;
394
388
  }
395
389
  .e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
396
390
  padding: 16px 9px 0 18px;
@@ -408,10 +402,10 @@
408
402
  height: 78px !important;
409
403
  }
410
404
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
411
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
405
+ border-bottom: 0 !important;
412
406
  }
413
407
  .e-bigger .e-gantt-dialog > .e-dlg-content {
414
- border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
408
+ border-radius: 0 !important;
415
409
  }
416
410
  .e-bigger .e-gantt-dialog .e-dlg-header-content {
417
411
  border-radius: 6px 6px 0px 0px;
@@ -419,28 +413,28 @@
419
413
  }
420
414
  .e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
421
415
  border-radius: 50%;
422
- height: auto !important; /* stylelint-disable-line declaration-no-important */
416
+ height: auto !important;
423
417
  width: auto;
424
418
  }
425
419
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
426
420
  margin-left: 6px !important;
427
421
  }
428
422
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
429
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
423
+ font-size: 16px !important;
430
424
  }
431
425
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
432
426
  min-height: 38px !important;
433
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
427
+ min-width: 35.82px !important;
434
428
  }
435
429
  .e-bigger .e-gantt-dialog .e-btn.e-flat {
436
430
  line-height: 24px;
437
- padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
431
+ padding: 6px 16px 6px 15px !important;
438
432
  }
439
433
  .e-bigger .e-gantt-dialog .e-btn.e-primary {
440
- padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
434
+ padding: 6px 21px 6px 23px !important;
441
435
  }
442
436
  .e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
443
- font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
437
+ font-size: 16px !important;
444
438
  }
445
439
  .e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
446
440
  font-size: 14px;
@@ -455,17 +449,17 @@
455
449
  }
456
450
  .e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
457
451
  min-height: 38px !important;
458
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
452
+ min-width: 35.82px !important;
459
453
  }
460
454
  .e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
461
455
  min-height: 38px !important;
462
- min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
456
+ min-width: 35.82px !important;
463
457
  }
464
458
  .e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
465
459
  height: 40px;
466
460
  }
467
461
  .e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
468
- min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
462
+ min-width: 36px !important;
469
463
  }
470
464
  .e-bigger .e-predecessor-tooltip {
471
465
  background-color: #000;
@@ -477,7 +471,7 @@
477
471
  color: #757575 !important;
478
472
  }
479
473
  .e-bigger .e-predecessor-tooltip .e-tip-content {
480
- padding: 3px !important; /* stylelint-disable-line declaration-no-important */
474
+ padding: 3px !important;
481
475
  }
482
476
  .e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
483
477
  background-color: #000;
@@ -579,7 +573,7 @@
579
573
  margin: 0;
580
574
  }
581
575
  .e-gantt .e-gantt-splitter .e-pane {
582
- overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
576
+ overflow: hidden !important;
583
577
  }
584
578
  .e-gantt .e-temp-content {
585
579
  border-left: 1px solid;
@@ -606,19 +600,19 @@
606
600
  height: 45px;
607
601
  }
608
602
  .e-gantt .e-gantt-tree-grid-pane .e-headercontent {
609
- border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
603
+ border-right-width: 0 !important;
610
604
  }
611
605
  .e-gantt .e-gantt-tree-grid-pane .e-gridheader {
612
606
  border-top-style: none;
613
607
  border-top-width: 0;
614
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
608
+ padding-right: 0 !important;
615
609
  }
616
610
  .e-gantt .e-gantt-tree-grid-pane .e-columnheader,
617
611
  .e-gantt .e-gantt-tree-grid-pane .e-headercell {
618
- height: 63px !important; /* stylelint-disable-line declaration-no-important */
612
+ height: 63px !important;
619
613
  }
620
614
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
621
- overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
615
+ overflow-x: scroll !important;
622
616
  }
623
617
  .e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
624
618
  width: calc(100% + 17px);
@@ -643,7 +637,7 @@
643
637
  border-right: 0 solid;
644
638
  }
645
639
  .e-gantt .e-gantt-chart .e-chart-root-container .e-content {
646
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
640
+ -webkit-overflow-scrolling: touch;
647
641
  overflow-x: scroll;
648
642
  overflow-y: auto;
649
643
  position: relative;
@@ -1210,7 +1204,7 @@
1210
1204
  }
1211
1205
  .e-gantt-dialog .e-richtexteditor {
1212
1206
  border-bottom-width: 1px;
1213
- height: 241px !important; /* stylelint-disable-line declaration-no-important */
1207
+ height: 241px !important;
1214
1208
  overflow: hidden;
1215
1209
  }
1216
1210
  .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
@@ -1222,10 +1216,10 @@
1222
1216
  overflow: hidden;
1223
1217
  }
1224
1218
  .e-gantt-dialog > .e-dlg-content {
1225
- padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1219
+ padding: 0 !important;
1226
1220
  }
1227
1221
  .e-gantt-dialog .e-dlg-header-content {
1228
- border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1222
+ border-bottom: 0 !important;
1229
1223
  }
1230
1224
  .e-gantt-dialog .e-dlg-header-content {
1231
1225
  border-radius: 0px;
@@ -1233,8 +1227,8 @@
1233
1227
  }
1234
1228
  .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1235
1229
  border-radius: 50%;
1236
- height: auto !important; /* stylelint-disable-line declaration-no-important */
1237
- width: auto !important; /* stylelint-disable-line declaration-no-important */
1230
+ height: auto !important;
1231
+ width: auto !important;
1238
1232
  }
1239
1233
 
1240
1234
  .e-icon-rowselect::before {
@@ -1242,9 +1236,9 @@
1242
1236
  }
1243
1237
 
1244
1238
  .e-ganttpopup {
1245
- -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1246
- -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1247
- -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1239
+ -moz-user-select: none;
1240
+ -ms-user-select: none;
1241
+ -webkit-user-select: none;
1248
1242
  font-weight: normal;
1249
1243
  position: absolute;
1250
1244
  user-select: none;
@@ -1398,7 +1392,7 @@
1398
1392
  border-top-right-radius: 0px;
1399
1393
  }
1400
1394
  .e-gantt .e-grid .e-focused:not(.e-menu-item) {
1401
- box-shadow: 0 0 0 1px white inset !important; /* stylelint-disable-line declaration-no-important */
1395
+ box-shadow: 0 0 0 1px white inset !important;
1402
1396
  }
1403
1397
  .e-gantt .e-temp-content {
1404
1398
  border-color: #969696;
@@ -1413,7 +1407,7 @@
1413
1407
  border-color: #969696;
1414
1408
  }
1415
1409
  .e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
1416
- height: 45px !important; /* stylelint-disable-line declaration-no-important */
1410
+ height: 45px !important;
1417
1411
  }
1418
1412
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1419
1413
  background: rgba(255, 217, 57, 0.7);
@@ -1437,7 +1431,7 @@
1437
1431
  line-height: 46px;
1438
1432
  }
1439
1433
  .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1440
- height: 46px !important; /* stylelint-disable-line declaration-no-important */
1434
+ height: 46px !important;
1441
1435
  }
1442
1436
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1443
1437
  height: 32px;
@@ -1727,73 +1721,73 @@
1727
1721
  color: transparent;
1728
1722
  }
1729
1723
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1730
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
1724
+ color: transparent !important;
1731
1725
  }
1732
1726
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1733
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1727
+ border-color: #8A8A8A !important;
1734
1728
  }
1735
1729
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1736
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1730
+ border-left-color: #8A8A8A !important;
1737
1731
  }
1738
1732
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1739
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1733
+ border-right-color: #8A8A8A !important;
1740
1734
  }
1741
1735
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1742
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1743
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1736
+ background: #D5D5D5 !important;
1737
+ border: #D5D5D5 !important;
1744
1738
  }
1745
1739
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1746
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1747
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1740
+ background-color: transparent !important;
1741
+ border: transparent !important;
1748
1742
  }
1749
1743
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1750
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1744
+ border-bottom-color: #D5D5D5 !important;
1751
1745
  }
1752
1746
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1753
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1747
+ border-top-color: #D5D5D5 !important;
1754
1748
  }
1755
1749
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1756
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1757
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1750
+ background-color: #8A8A8A !important;
1751
+ border: #8A8A8A !important;
1758
1752
  }
1759
1753
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1760
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1761
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1754
+ background-color: transparent !important;
1755
+ border: transparent !important;
1762
1756
  }
1763
1757
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1764
- background: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1765
- border: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1758
+ background: #3e047d !important;
1759
+ border: #3e047d !important;
1766
1760
  }
1767
1761
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1768
- border-bottom-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1762
+ border-bottom-color: #3e047d !important;
1769
1763
  }
1770
1764
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1771
- border-top-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1765
+ border-top-color: #3e047d !important;
1772
1766
  }
1773
1767
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1774
- background: #a662fb !important; /* stylelint-disable-line declaration-no-important */
1775
- border: #a662fb !important; /* stylelint-disable-line declaration-no-important */
1768
+ background: #a662fb !important;
1769
+ border: #a662fb !important;
1776
1770
  }
1777
1771
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1778
- border-bottom-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
1772
+ border-bottom-color: #a662fb !important;
1779
1773
  }
1780
1774
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1781
- border-top-color: #a662fb !important; /* stylelint-disable-line declaration-no-important */
1775
+ border-top-color: #a662fb !important;
1782
1776
  }
1783
1777
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1784
- border-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1778
+ border-color: #3e047d !important;
1785
1779
  }
1786
1780
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1787
- border-left-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1781
+ border-left-color: #3e047d !important;
1788
1782
  }
1789
1783
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1790
- border-right-color: #3e047d !important; /* stylelint-disable-line declaration-no-important */
1784
+ border-right-color: #3e047d !important;
1791
1785
  }
1792
1786
  .e-gantt .e-icons {
1793
1787
  color: #fff;
1794
1788
  }
1795
1789
  .e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
1796
- color: #fff !important; /* stylelint-disable-line declaration-no-important */
1790
+ color: #fff !important;
1797
1791
  }
1798
1792
 
1799
1793
  .e-gantt-dialog .e-dlg-header {