@syncfusion/ej2-navigations 28.2.12 → 29.1.34

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 (201) hide show
  1. package/README.md +1 -1
  2. package/dist/ej2-navigations.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +96 -18
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +96 -18
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +2 -2
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +19 -26
  13. package/src/common/menu-base.d.ts +5 -0
  14. package/src/common/menu-base.js +60 -6
  15. package/src/sidebar/sidebar.d.ts +1 -0
  16. package/src/sidebar/sidebar.js +8 -1
  17. package/src/tab/tab-model.d.ts +1 -1
  18. package/src/tab/tab.d.ts +3 -3
  19. package/src/tab/tab.js +20 -4
  20. package/src/treeview/treeview.js +7 -6
  21. package/styles/accordion/_bootstrap-dark-definition.scss +4 -2
  22. package/styles/accordion/_bootstrap4-definition.scss +7 -5
  23. package/styles/accordion/bootstrap-dark.css +12 -12
  24. package/styles/accordion/bootstrap4.css +4 -4
  25. package/styles/accordion/bootstrap5-dark.css +37 -37
  26. package/styles/accordion/bootstrap5.css +16 -16
  27. package/styles/accordion/fabric.css +11 -11
  28. package/styles/accordion/tailwind-dark.css +2 -2
  29. package/styles/bds-lite.css +11 -1
  30. package/styles/bds.css +11 -1
  31. package/styles/bootstrap-dark-lite.css +60 -50
  32. package/styles/bootstrap-dark.css +60 -50
  33. package/styles/bootstrap-lite.css +11 -1
  34. package/styles/bootstrap.css +11 -1
  35. package/styles/bootstrap4-lite.css +88 -78
  36. package/styles/bootstrap4.css +89 -79
  37. package/styles/bootstrap5-dark-lite.css +223 -213
  38. package/styles/bootstrap5-dark.css +223 -213
  39. package/styles/bootstrap5-lite.css +84 -74
  40. package/styles/bootstrap5.3-lite.css +12 -8
  41. package/styles/bootstrap5.3.css +18 -8
  42. package/styles/bootstrap5.css +84 -74
  43. package/styles/breadcrumb/_bigger.scss +3 -1
  44. package/styles/breadcrumb/_bootstrap4-definition.scss +6 -4
  45. package/styles/breadcrumb/_bootstrap5-definition.scss +5 -3
  46. package/styles/breadcrumb/_fusionnew-definition.scss +9 -3
  47. package/styles/breadcrumb/_layout.scss +3 -1
  48. package/styles/breadcrumb/bootstrap-dark.css +2 -2
  49. package/styles/breadcrumb/bootstrap4.css +4 -4
  50. package/styles/breadcrumb/bootstrap5-dark.css +12 -12
  51. package/styles/breadcrumb/bootstrap5.css +3 -3
  52. package/styles/breadcrumb/fabric-dark.css +3 -3
  53. package/styles/context-menu/_bootstrap4-definition.scss +3 -1
  54. package/styles/context-menu/_fusionnew-definition.scss +1 -0
  55. package/styles/context-menu/_theme.scss +9 -1
  56. package/styles/context-menu/bds.css +1 -1
  57. package/styles/context-menu/bootstrap-dark.css +1 -1
  58. package/styles/context-menu/bootstrap.css +1 -1
  59. package/styles/context-menu/bootstrap4.css +2 -2
  60. package/styles/context-menu/bootstrap5-dark.css +8 -8
  61. package/styles/context-menu/bootstrap5.3.css +1 -1
  62. package/styles/context-menu/bootstrap5.css +1 -1
  63. package/styles/context-menu/fabric-dark.css +1 -1
  64. package/styles/context-menu/fabric.css +1 -1
  65. package/styles/context-menu/fluent-dark.css +1 -1
  66. package/styles/context-menu/fluent.css +1 -1
  67. package/styles/context-menu/fluent2.css +1 -1
  68. package/styles/context-menu/highcontrast-light.css +1 -1
  69. package/styles/context-menu/highcontrast.css +1 -1
  70. package/styles/context-menu/material-dark.css +2 -1
  71. package/styles/context-menu/material.css +1 -1
  72. package/styles/context-menu/material3-dark.css +2 -1
  73. package/styles/context-menu/material3.css +2 -1
  74. package/styles/context-menu/tailwind-dark.css +1 -1
  75. package/styles/context-menu/tailwind.css +1 -1
  76. package/styles/context-menu/tailwind3.css +1 -1
  77. package/styles/fabric-dark-lite.css +17 -7
  78. package/styles/fabric-dark.css +17 -7
  79. package/styles/fabric-lite.css +48 -38
  80. package/styles/fabric.css +48 -38
  81. package/styles/fluent-dark-lite.css +21 -11
  82. package/styles/fluent-dark.css +21 -11
  83. package/styles/fluent-lite.css +21 -11
  84. package/styles/fluent.css +21 -11
  85. package/styles/fluent2-lite.css +11 -1
  86. package/styles/fluent2.css +11 -1
  87. package/styles/h-scroll/_bootstrap4-definition.scss +4 -2
  88. package/styles/h-scroll/bootstrap4.css +5 -5
  89. package/styles/h-scroll/bootstrap5-dark.css +6 -6
  90. package/styles/h-scroll/fabric.css +1 -1
  91. package/styles/highcontrast-light-lite.css +11 -1
  92. package/styles/highcontrast-light.css +11 -1
  93. package/styles/highcontrast-lite.css +11 -1
  94. package/styles/highcontrast.css +11 -1
  95. package/styles/material-dark-lite.css +14 -3
  96. package/styles/material-dark.css +14 -3
  97. package/styles/material-lite.css +19 -9
  98. package/styles/material.css +19 -9
  99. package/styles/material3-dark-lite.css +12 -1
  100. package/styles/material3-dark.css +19 -2
  101. package/styles/material3-lite.css +12 -1
  102. package/styles/material3.css +19 -2
  103. package/styles/menu/_bootstrap4-definition.scss +4 -2
  104. package/styles/menu/_theme.scss +7 -6
  105. package/styles/menu/bootstrap4.css +13 -13
  106. package/styles/menu/bootstrap5-dark.css +14 -14
  107. package/styles/pager/_bigger.scss +3 -1
  108. package/styles/pager/_bootstrap-dark-definition.scss +3 -2
  109. package/styles/pager/_bootstrap4-definition.scss +2 -1
  110. package/styles/pager/bootstrap-dark.css +4 -4
  111. package/styles/pager/bootstrap4.css +1 -1
  112. package/styles/pager/bootstrap5-dark.css +13 -13
  113. package/styles/pager/bootstrap5.css +4 -4
  114. package/styles/pager/fabric.css +2 -2
  115. package/styles/pager/material3-dark.css +7 -1
  116. package/styles/pager/material3.css +7 -1
  117. package/styles/sidebar/bootstrap5-dark.css +1 -1
  118. package/styles/stepper/_bootstrap4-definition.scss +4 -2
  119. package/styles/stepper/_material-dark-definition.scss +4 -2
  120. package/styles/stepper/_material-definition.scss +7 -5
  121. package/styles/stepper/bootstrap-dark.css +2 -2
  122. package/styles/stepper/bootstrap4.css +2 -2
  123. package/styles/stepper/bootstrap5-dark.css +20 -20
  124. package/styles/stepper/bootstrap5.css +2 -2
  125. package/styles/stepper/fabric-dark.css +2 -2
  126. package/styles/stepper/fabric.css +2 -2
  127. package/styles/stepper/fluent-dark.css +1 -1
  128. package/styles/stepper/fluent.css +1 -1
  129. package/styles/stepper/material-dark.css +2 -2
  130. package/styles/stepper/material.css +8 -8
  131. package/styles/tab/_bootstrap-dark-definition.scss +8 -6
  132. package/styles/tab/_bootstrap4-definition.scss +13 -11
  133. package/styles/tab/_bootstrap5-definition.scss +3 -1
  134. package/styles/tab/_bootstrap5.3-definition.scss +3 -1
  135. package/styles/tab/_fluent-definition.scss +4 -2
  136. package/styles/tab/_layout.scss +4 -0
  137. package/styles/tab/bds.css +5 -0
  138. package/styles/tab/bootstrap-dark.css +34 -29
  139. package/styles/tab/bootstrap.css +5 -0
  140. package/styles/tab/bootstrap4.css +32 -27
  141. package/styles/tab/bootstrap5-dark.css +48 -43
  142. package/styles/tab/bootstrap5.3.css +5 -0
  143. package/styles/tab/bootstrap5.css +27 -22
  144. package/styles/tab/fabric-dark.css +5 -0
  145. package/styles/tab/fabric.css +9 -4
  146. package/styles/tab/fluent-dark.css +12 -7
  147. package/styles/tab/fluent.css +12 -7
  148. package/styles/tab/fluent2.css +5 -0
  149. package/styles/tab/highcontrast-light.css +5 -0
  150. package/styles/tab/highcontrast.css +5 -0
  151. package/styles/tab/material-dark.css +5 -0
  152. package/styles/tab/material.css +5 -0
  153. package/styles/tab/material3-dark.css +5 -0
  154. package/styles/tab/material3.css +5 -0
  155. package/styles/tab/tailwind-dark.css +5 -0
  156. package/styles/tab/tailwind.css +5 -0
  157. package/styles/tab/tailwind3.css +5 -0
  158. package/styles/tailwind-dark-lite.css +15 -5
  159. package/styles/tailwind-dark.css +15 -5
  160. package/styles/tailwind-lite.css +13 -3
  161. package/styles/tailwind.css +13 -3
  162. package/styles/tailwind3-lite.css +12 -2
  163. package/styles/tailwind3.css +13 -2
  164. package/styles/toolbar/_bootstrap4-definition.scss +8 -6
  165. package/styles/toolbar/_material-dark-definition.scss +3 -1
  166. package/styles/toolbar/_material-definition.scss +3 -1
  167. package/styles/toolbar/bootstrap4.css +12 -12
  168. package/styles/toolbar/bootstrap5-dark.css +47 -47
  169. package/styles/toolbar/bootstrap5.css +23 -23
  170. package/styles/toolbar/fabric.css +9 -9
  171. package/styles/treeview/_bigger.scss +5 -1
  172. package/styles/treeview/_bootstrap4-definition.scss +6 -4
  173. package/styles/treeview/_bootstrap5-definition.scss +4 -2
  174. package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
  175. package/styles/treeview/_fluent-definition.scss +3 -1
  176. package/styles/treeview/_layout.scss +6 -2
  177. package/styles/treeview/_tailwind-definition.scss +3 -1
  178. package/styles/treeview/_theme.scss +3 -1
  179. package/styles/treeview/bds.css +5 -0
  180. package/styles/treeview/bootstrap-dark.css +5 -0
  181. package/styles/treeview/bootstrap.css +5 -0
  182. package/styles/treeview/bootstrap4.css +14 -9
  183. package/styles/treeview/bootstrap5-dark.css +17 -12
  184. package/styles/treeview/bootstrap5.3.css +12 -7
  185. package/styles/treeview/bootstrap5.css +8 -3
  186. package/styles/treeview/fabric-dark.css +5 -0
  187. package/styles/treeview/fabric.css +12 -7
  188. package/styles/treeview/fluent-dark.css +7 -2
  189. package/styles/treeview/fluent.css +7 -2
  190. package/styles/treeview/fluent2.css +5 -0
  191. package/styles/treeview/highcontrast-light.css +5 -0
  192. package/styles/treeview/highcontrast.css +5 -0
  193. package/styles/treeview/material-dark.css +5 -0
  194. package/styles/treeview/material.css +5 -0
  195. package/styles/treeview/material3-dark.css +5 -0
  196. package/styles/treeview/material3.css +5 -0
  197. package/styles/treeview/tailwind-dark.css +7 -2
  198. package/styles/treeview/tailwind.css +7 -2
  199. package/styles/treeview/tailwind3.css +7 -1
  200. package/styles/v-scroll/fabric-dark.css +1 -1
  201. package/styles/v-scroll/fabric.css +1 -1
@@ -167,6 +167,11 @@
167
167
  position: absolute;
168
168
  width: 100%;
169
169
  }
170
+ @supports (-webkit-overflow-scrolling: touch) {
171
+ .e-treeview .e-fullrow {
172
+ z-index: -1;
173
+ }
174
+ }
170
175
  .e-treeview .e-checkbox-wrapper {
171
176
  margin: 0 0 0 5px;
172
177
  pointer-events: all;
@@ -503,8 +508,8 @@
503
508
  background: transparent;
504
509
  }
505
510
  .e-treeview .e-list-item.e-active > .e-fullrow {
506
- background-color: #d1ebff;
507
- border-color: #d1ebff;
511
+ background-color: rgb(208.9, 234.7504672897, 255);
512
+ border-color: rgb(208.9, 234.7504672897, 255);
508
513
  }
509
514
  .e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
510
515
  background-color: transparent;
@@ -527,7 +532,7 @@
527
532
  color: #333;
528
533
  }
529
534
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
530
- background-color: #d1ebff;
535
+ background-color: rgb(208.9, 234.7504672897, 255);
531
536
  border-color: #666;
532
537
  }
533
538
  .e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
@@ -590,11 +595,11 @@
590
595
  border-color: #f4f4f4;
591
596
  }
592
597
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
593
- background-color: #d1ebff;
594
- border-color: #d1ebff;
598
+ background-color: rgb(208.9, 234.7504672897, 255);
599
+ border-color: rgb(208.9, 234.7504672897, 255);
595
600
  }
596
601
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
597
- background-color: #d1ebff;
602
+ background-color: rgb(208.9, 234.7504672897, 255);
598
603
  border-color: #666;
599
604
  }
600
605
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
@@ -605,7 +610,7 @@
605
610
  border-color: transparent;
606
611
  }
607
612
  .e-treeview.e-drag-item {
608
- background-color: #d1ebff;
613
+ background-color: rgb(208.9, 234.7504672897, 255);
609
614
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
610
615
  }
611
616
  .e-treeview.e-drag-item .e-icon-collapsible::before,
@@ -167,6 +167,11 @@
167
167
  position: absolute;
168
168
  width: 100%;
169
169
  }
170
+ @supports (-webkit-overflow-scrolling: touch) {
171
+ .e-treeview .e-fullrow {
172
+ z-index: -1;
173
+ }
174
+ }
170
175
  .e-treeview .e-checkbox-wrapper {
171
176
  margin: 0 0 0 12px;
172
177
  pointer-events: all;
@@ -538,7 +543,7 @@
538
543
  border-color: #f3f2f1;
539
544
  }
540
545
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
541
- background-color: #363533;
546
+ background-color: rgb(54.06875, 52.75, 51.43125);
542
547
  border-color: #292827;
543
548
  }
544
549
  .e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
@@ -608,7 +613,7 @@
608
613
  border-color: #292827;
609
614
  }
610
615
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
611
- background-color: #363533;
616
+ background-color: rgb(54.06875, 52.75, 51.43125);
612
617
  border-color: #292827;
613
618
  }
614
619
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
@@ -167,6 +167,11 @@
167
167
  position: absolute;
168
168
  width: 100%;
169
169
  }
170
+ @supports (-webkit-overflow-scrolling: touch) {
171
+ .e-treeview .e-fullrow {
172
+ z-index: -1;
173
+ }
174
+ }
170
175
  .e-treeview .e-checkbox-wrapper {
171
176
  margin: 0 0 0 12px;
172
177
  pointer-events: all;
@@ -538,7 +543,7 @@
538
543
  border-color: #201f1e;
539
544
  }
540
545
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
541
- background-color: #e2dedb;
546
+ background-color: rgb(225.525, 222.25, 218.975);
542
547
  border-color: #edebe9;
543
548
  }
544
549
  .e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
@@ -608,7 +613,7 @@
608
613
  border-color: #edebe9;
609
614
  }
610
615
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
611
- background-color: #e2dedb;
616
+ background-color: rgb(225.525, 222.25, 218.975);
612
617
  border-color: #edebe9;
613
618
  }
614
619
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
@@ -361,6 +361,11 @@
361
361
  width: calc(100% - 8px);
362
362
  margin-left: 4px;
363
363
  }
364
+ @supports (-webkit-overflow-scrolling: touch) {
365
+ .e-treeview .e-fullrow {
366
+ z-index: -1;
367
+ }
368
+ }
364
369
  .e-treeview .e-checkbox-wrapper {
365
370
  margin: 0 0 0 4px;
366
371
  pointer-events: all;
@@ -166,6 +166,11 @@
166
166
  position: absolute;
167
167
  width: 100%;
168
168
  }
169
+ @supports (-webkit-overflow-scrolling: touch) {
170
+ .e-treeview .e-fullrow {
171
+ z-index: -1;
172
+ }
173
+ }
169
174
  .e-treeview .e-checkbox-wrapper {
170
175
  margin: 0 0 0 5px;
171
176
  pointer-events: all;
@@ -167,6 +167,11 @@
167
167
  position: absolute;
168
168
  width: 100%;
169
169
  }
170
+ @supports (-webkit-overflow-scrolling: touch) {
171
+ .e-treeview .e-fullrow {
172
+ z-index: -1;
173
+ }
174
+ }
170
175
  .e-treeview .e-checkbox-wrapper {
171
176
  margin: 0 0 0 5px;
172
177
  pointer-events: all;
@@ -180,6 +180,11 @@
180
180
  position: absolute;
181
181
  width: 100%;
182
182
  }
183
+ @supports (-webkit-overflow-scrolling: touch) {
184
+ .e-treeview .e-fullrow {
185
+ z-index: -1;
186
+ }
187
+ }
183
188
  .e-treeview .e-checkbox-wrapper {
184
189
  margin: 0 0 0 5px;
185
190
  pointer-events: all;
@@ -201,6 +201,11 @@
201
201
  position: absolute;
202
202
  width: 100%;
203
203
  }
204
+ @supports (-webkit-overflow-scrolling: touch) {
205
+ .e-treeview .e-fullrow {
206
+ z-index: -1;
207
+ }
208
+ }
204
209
  .e-treeview .e-checkbox-wrapper {
205
210
  margin: 0 0 0 5px;
206
211
  pointer-events: all;
@@ -202,6 +202,11 @@
202
202
  position: absolute;
203
203
  width: 100%;
204
204
  }
205
+ @supports (-webkit-overflow-scrolling: touch) {
206
+ .e-treeview .e-fullrow {
207
+ z-index: -1;
208
+ }
209
+ }
205
210
  .e-treeview .e-checkbox-wrapper {
206
211
  margin: 0 0 0 12px;
207
212
  pointer-events: all;
@@ -204,6 +204,11 @@
204
204
  position: absolute;
205
205
  width: 100%;
206
206
  }
207
+ @supports (-webkit-overflow-scrolling: touch) {
208
+ .e-treeview .e-fullrow {
209
+ z-index: -1;
210
+ }
211
+ }
207
212
  .e-treeview .e-checkbox-wrapper {
208
213
  margin: 0 0 0 12px;
209
214
  pointer-events: all;
@@ -170,6 +170,11 @@
170
170
  position: absolute;
171
171
  width: 100%;
172
172
  }
173
+ @supports (-webkit-overflow-scrolling: touch) {
174
+ .e-treeview .e-fullrow {
175
+ z-index: -1;
176
+ }
177
+ }
173
178
  .e-treeview .e-checkbox-wrapper {
174
179
  margin: 0 0 0 6px;
175
180
  pointer-events: all;
@@ -536,7 +541,7 @@
536
541
  color: #fff;
537
542
  }
538
543
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
539
- background-color: #353c46;
544
+ background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
540
545
  border-color: #4b5563;
541
546
  }
542
547
  .e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
@@ -602,7 +607,7 @@
602
607
  border-color: #6b7280;
603
608
  }
604
609
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
605
- background-color: #353c46;
610
+ background-color: rgb(53.0172413793, 60.0862068966, 69.9827586207);
606
611
  border-color: #4b5563;
607
612
  }
608
613
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
@@ -170,6 +170,11 @@
170
170
  position: absolute;
171
171
  width: 100%;
172
172
  }
173
+ @supports (-webkit-overflow-scrolling: touch) {
174
+ .e-treeview .e-fullrow {
175
+ z-index: -1;
176
+ }
177
+ }
173
178
  .e-treeview .e-checkbox-wrapper {
174
179
  margin: 0 0 0 6px;
175
180
  pointer-events: all;
@@ -536,7 +541,7 @@
536
541
  color: #111827;
537
542
  }
538
543
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
539
- background-color: #d6d9e0;
544
+ background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
540
545
  border-color: #f3f4f6;
541
546
  }
542
547
  .e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
@@ -602,7 +607,7 @@
602
607
  border-color: #e5e7eb;
603
608
  }
604
609
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
605
- background-color: #d6d9e0;
610
+ background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
606
611
  border-color: #f3f4f6;
607
612
  }
608
613
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
@@ -188,6 +188,11 @@
188
188
  position: absolute;
189
189
  width: 100%;
190
190
  }
191
+ @supports (-webkit-overflow-scrolling: touch) {
192
+ .e-treeview .e-fullrow {
193
+ z-index: -1;
194
+ }
195
+ }
191
196
  .e-treeview .e-checkbox-wrapper {
192
197
  margin: 0 0 0 8px;
193
198
  pointer-events: all;
@@ -213,7 +218,7 @@
213
218
  display: inline-block;
214
219
  line-height: 20px;
215
220
  margin: 0;
216
- min-height: 20px;
221
+ min-height: 40px;
217
222
  font-weight: 500;
218
223
  padding: 10px 8px;
219
224
  text-decoration: none;
@@ -711,6 +716,7 @@
711
716
  line-height: 24px;
712
717
  min-height: 24px;
713
718
  padding: 12px 8px;
719
+ min-height: 48px;
714
720
  }
715
721
  .e-bigger .e-treeview .e-list-text .e-input-group,
716
722
  .e-treeview.e-bigger .e-list-text .e-input-group {
@@ -169,7 +169,7 @@
169
169
  color: #dadada;
170
170
  }
171
171
  .e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
172
- background: #c7e7ff;
172
+ background: hsl(205.8823529412, 100%, -9%);
173
173
  border: 0;
174
174
  -webkit-box-shadow: none;
175
175
  box-shadow: none;
@@ -170,7 +170,7 @@
170
170
  color: #333;
171
171
  }
172
172
  .e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
173
- background: #d1ebff;
173
+ background: rgb(208.9, 234.7504672897, 255);
174
174
  border: 0;
175
175
  -webkit-box-shadow: none;
176
176
  box-shadow: none;