@syncfusion/ej2-navigations 30.1.37 → 30.1.41

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 (132) hide show
  1. package/dist/ej2-navigations.min.js +2 -2
  2. package/dist/ej2-navigations.umd.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-navigations.es2015.js +31 -7
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +30 -6
  7. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  8. package/dist/global/ej2-navigations.min.js +2 -2
  9. package/dist/global/ej2-navigations.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +6 -6
  12. package/src/breadcrumb/breadcrumb.js +1 -1
  13. package/src/common/menu-base.js +7 -0
  14. package/src/context-menu/context-menu-model.d.ts +1 -1
  15. package/src/context-menu/context-menu.d.ts +1 -0
  16. package/src/context-menu/context-menu.js +11 -1
  17. package/src/tab/tab.js +4 -1
  18. package/src/toolbar/toolbar.js +8 -4
  19. package/styles/bds-lite.css +14 -2
  20. package/styles/bds.css +14 -2
  21. package/styles/bootstrap-dark-lite.css +16 -4
  22. package/styles/bootstrap-dark.css +16 -4
  23. package/styles/bootstrap-lite.css +16 -4
  24. package/styles/bootstrap.css +16 -4
  25. package/styles/bootstrap4-lite.css +17 -5
  26. package/styles/bootstrap4.css +17 -5
  27. package/styles/bootstrap5-dark-lite.css +16 -4
  28. package/styles/bootstrap5-dark.css +16 -4
  29. package/styles/bootstrap5-lite.css +17 -5
  30. package/styles/bootstrap5.3-lite.css +17 -5
  31. package/styles/bootstrap5.3.css +17 -5
  32. package/styles/bootstrap5.css +17 -5
  33. package/styles/context-menu/_layout.scss +5 -0
  34. package/styles/context-menu/bds.css +6 -0
  35. package/styles/context-menu/bootstrap-dark.css +6 -0
  36. package/styles/context-menu/bootstrap.css +6 -0
  37. package/styles/context-menu/bootstrap4.css +6 -0
  38. package/styles/context-menu/bootstrap5-dark.css +6 -0
  39. package/styles/context-menu/bootstrap5.3.css +6 -0
  40. package/styles/context-menu/bootstrap5.css +6 -0
  41. package/styles/context-menu/fabric-dark.css +6 -0
  42. package/styles/context-menu/fabric.css +6 -0
  43. package/styles/context-menu/fluent-dark.css +6 -0
  44. package/styles/context-menu/fluent.css +6 -0
  45. package/styles/context-menu/fluent2.css +6 -0
  46. package/styles/context-menu/highcontrast-light.css +6 -0
  47. package/styles/context-menu/highcontrast.css +6 -0
  48. package/styles/context-menu/material-dark.css +6 -0
  49. package/styles/context-menu/material.css +6 -0
  50. package/styles/context-menu/material3-dark.css +6 -0
  51. package/styles/context-menu/material3.css +6 -0
  52. package/styles/context-menu/tailwind-dark.css +6 -0
  53. package/styles/context-menu/tailwind.css +6 -0
  54. package/styles/context-menu/tailwind3.css +6 -0
  55. package/styles/fabric-dark-lite.css +14 -2
  56. package/styles/fabric-dark.css +14 -2
  57. package/styles/fabric-lite.css +15 -3
  58. package/styles/fabric.css +15 -3
  59. package/styles/fluent-dark-lite.css +21 -9
  60. package/styles/fluent-dark.css +21 -9
  61. package/styles/fluent-lite.css +21 -9
  62. package/styles/fluent.css +21 -9
  63. package/styles/fluent2-lite.css +14 -2
  64. package/styles/fluent2.css +14 -2
  65. package/styles/highcontrast-light-lite.css +14 -2
  66. package/styles/highcontrast-light.css +14 -2
  67. package/styles/highcontrast-lite.css +15 -3
  68. package/styles/highcontrast.css +15 -3
  69. package/styles/material-dark-lite.css +14 -2
  70. package/styles/material-dark.css +14 -2
  71. package/styles/material-lite.css +15 -3
  72. package/styles/material.css +15 -3
  73. package/styles/material3-dark-lite.css +14 -2
  74. package/styles/material3-dark.css +15 -3
  75. package/styles/material3-lite.css +14 -2
  76. package/styles/material3.css +15 -3
  77. package/styles/tab/_bootstrap-dark-definition.scss +3 -3
  78. package/styles/tab/_bootstrap-definition.scss +3 -3
  79. package/styles/tab/_bootstrap4-definition.scss +3 -3
  80. package/styles/tab/_bootstrap5-definition.scss +3 -3
  81. package/styles/tab/_bootstrap5.3-definition.scss +3 -3
  82. package/styles/tab/_fabric-definition.scss +1 -1
  83. package/styles/tab/_fluent-definition.scss +4 -4
  84. package/styles/tab/_highcontrast-definition.scss +1 -1
  85. package/styles/tab/_material-definition.scss +1 -1
  86. package/styles/tab/_tailwind-definition.scss +3 -3
  87. package/styles/tab/_tailwind3-definition.scss +3 -3
  88. package/styles/tab/bootstrap-dark.css +2 -2
  89. package/styles/tab/bootstrap.css +2 -2
  90. package/styles/tab/bootstrap4.css +3 -3
  91. package/styles/tab/bootstrap5-dark.css +2 -2
  92. package/styles/tab/bootstrap5.3.css +3 -3
  93. package/styles/tab/bootstrap5.css +3 -3
  94. package/styles/tab/fabric.css +1 -1
  95. package/styles/tab/fluent-dark.css +7 -7
  96. package/styles/tab/fluent.css +7 -7
  97. package/styles/tab/highcontrast.css +1 -1
  98. package/styles/tab/material.css +1 -1
  99. package/styles/tab/tailwind-dark.css +4 -4
  100. package/styles/tab/tailwind.css +4 -4
  101. package/styles/tab/tailwind3.css +3 -3
  102. package/styles/tailwind-dark-lite.css +18 -6
  103. package/styles/tailwind-dark.css +18 -6
  104. package/styles/tailwind-lite.css +18 -6
  105. package/styles/tailwind.css +18 -6
  106. package/styles/tailwind3-lite.css +17 -5
  107. package/styles/tailwind3.css +17 -5
  108. package/styles/toolbar/_layout.scss +13 -1
  109. package/styles/toolbar/bds.css +8 -2
  110. package/styles/toolbar/bootstrap-dark.css +8 -2
  111. package/styles/toolbar/bootstrap.css +8 -2
  112. package/styles/toolbar/bootstrap4.css +8 -2
  113. package/styles/toolbar/bootstrap5-dark.css +8 -2
  114. package/styles/toolbar/bootstrap5.3.css +8 -2
  115. package/styles/toolbar/bootstrap5.css +8 -2
  116. package/styles/toolbar/fabric-dark.css +8 -2
  117. package/styles/toolbar/fabric.css +8 -2
  118. package/styles/toolbar/fluent-dark.css +8 -2
  119. package/styles/toolbar/fluent.css +8 -2
  120. package/styles/toolbar/fluent2.css +8 -2
  121. package/styles/toolbar/highcontrast-light.css +8 -2
  122. package/styles/toolbar/highcontrast.css +8 -2
  123. package/styles/toolbar/material-dark.css +8 -2
  124. package/styles/toolbar/material.css +8 -2
  125. package/styles/toolbar/material3-dark.css +8 -2
  126. package/styles/toolbar/material3.css +8 -2
  127. package/styles/toolbar/tailwind-dark.css +8 -2
  128. package/styles/toolbar/tailwind.css +8 -2
  129. package/styles/toolbar/tailwind3.css +8 -2
  130. package/styles/treeview/_material3-definition.scss +1 -1
  131. package/styles/treeview/material3-dark.css +1 -1
  132. package/styles/treeview/material3.css +1 -1
@@ -154,7 +154,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
154
154
  $tab-big-fill-tb-wrap-height: 50px !default;
155
155
  $tab-nrml-fill-tb-wrap-height: 44px !default;
156
156
  $tab-focus-bg-color: $grey-44 !default;
157
- $tab-fill-focus-bg-color: $grey-44 !default;
157
+ $tab-fill-focus-bg-color: $brand-primary !default;
158
158
  $tab-hover-bg-color: $grey !default;
159
159
  $tab-active-bg-color: $grey !default;
160
160
  $tab-fill-active-bg-color: $brand-primary !default;
@@ -238,7 +238,7 @@ $tab-alt-active-text-color: $brand-primary-font !default;
238
238
  $tab-alt-disable-active-text-color: $brand-primary-font !default;
239
239
  $tab-alt-hover-text-color: color.adjust($brand-primary, $lightness: 10%) !default;
240
240
  $tab-alt-active-hover-text-color: $brand-primary-font !default;
241
- $tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
241
+ $tab-alt-active-style-hover-icon-color: $brand-primary-font !default;
242
242
  $tab-clone-item-bg-color: rgba($grey-light, .87) !default;
243
243
  $tab-clone-text-color: color.adjust($brand-primary, $lightness: 15%) !default;
244
244
  $tab-icon-container-width: auto !default;
@@ -528,7 +528,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
528
528
  $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
529
529
  $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
530
530
  $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
531
- $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
531
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
532
532
  $tab-background-indicator-bottom: 0 !default;
533
533
  $tab-background-wrap-border-color: unset !default;
534
534
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -132,7 +132,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
132
132
  $tab-big-fill-tb-wrap-height: 50px !default;
133
133
  $tab-nrml-fill-tb-wrap-height: 44px !default;
134
134
  $tab-focus-bg-color: $grey-lighter !default;
135
- $tab-fill-focus-bg-color: $grey-lighter !default;
135
+ $tab-fill-focus-bg-color: $brand-primary !default;
136
136
  $tab-hover-bg-color: $grey-f5 !default;
137
137
  $tab-active-bg-color: $grey-f5 !default;
138
138
  $tab-fill-active-bg-color: $brand-primary !default;
@@ -216,7 +216,7 @@ $tab-alt-active-text-color: $brand-primary-font !default;
216
216
  $tab-alt-disable-active-text-color: $brand-primary-font !default;
217
217
  $tab-alt-hover-text-color: $brand-primary-darken-25 !default;
218
218
  $tab-alt-active-hover-text-color: $brand-primary-font !default;
219
- $tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
219
+ $tab-alt-active-style-hover-icon-color: $brand-primary-font !default;
220
220
  $tab-clone-item-bg-color: $grey-white !default;
221
221
  $tab-clone-text-color: $brand-primary !default;
222
222
  $tab-icon-container-width: auto !default;
@@ -533,7 +533,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
533
533
  $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
534
534
  $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
535
535
  $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
536
- $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
536
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
537
537
  $tab-background-indicator-bottom: 0 !default;
538
538
  $tab-background-wrap-border-color: unset !default;
539
539
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -139,7 +139,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
139
139
  $tab-big-fill-tb-wrap-height: 50px !default;
140
140
  $tab-nrml-fill-tb-wrap-height: 44px !default;
141
141
  $tab-focus-bg-color: #eee !default;
142
- $tab-fill-focus-bg-color: #eee !default;
142
+ $tab-fill-focus-bg-color: $primary !default;
143
143
  $tab-hover-bg-color: color.adjust($gray-100, $lightness: -2%) !default;
144
144
  $tab-active-bg-color: $primary !default;
145
145
  $tab-fill-active-bg-color: $primary !default;
@@ -221,7 +221,7 @@ $tab-alt-text-color: $primary !default;
221
221
  $tab-alt-disable-text-color: $gray-600 !default;
222
222
  $tab-alt-active-text-color: $primary-font !default;
223
223
  $tab-alt-active-style-hover-text-color: $gray-900 !default;
224
- $tab-alt-active-style-hover-icon-color: $tab-alt-active-style-hover-text-color !default;
224
+ $tab-alt-active-style-hover-icon-color: $primary-font !default;
225
225
  $tab-alt-disable-active-text-color: $gray-600 !default;
226
226
  $tab-alt-hover-text-color: color.adjust($gray-600, $lightness: -7.5%) !default;
227
227
  $tab-alt-active-hover-text-color: $primary-font !default;
@@ -541,7 +541,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-alt-active-close-icon-color !default;
541
541
  $tab-fill-pop-wrap-hover-close-color: $tab-alt-active-close-icon-color !default;
542
542
  $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
543
543
  $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
544
- $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
544
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
545
545
  $tab-background-indicator-bottom: 0 !default;
546
546
  $tab-background-wrap-border-color: transparent !default;
547
547
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -267,7 +267,7 @@ $tab-ripple-bg-color: rgba($transparent, .12) !default;
267
267
  $tab-fill-ripple-bg-color: rgba($transparent, .05) !default;
268
268
  $tab-alt-ripple-bg-color: rgba($transparent, .1) !default;
269
269
  $tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
270
- $tab-fill-focus-bg-color: rgba($content-bg-color-alt2, .8) !default;
270
+ $tab-fill-focus-bg-color: $primary !default;
271
271
  $tab-hover-bg-color: $content-bg-color-alt3 !default;
272
272
  $tab-active-bg-color: $content-bg-color-alt2 !default;
273
273
  $tab-fill-active-bg-color: $primary !default;
@@ -293,7 +293,7 @@ $tab-pop-active-item-text-color: $tab-active-text-color !default;
293
293
  $tab-alt-text-color: $primary-lighter !default;
294
294
  $tab-alt-disable-text-color: rgba($border-light, .38) !default;
295
295
  $tab-alt-active-style-hover-text-color: $content-text-color !default;
296
- $tab-alt-active-style-hover-icon-color: $tab-alt-active-style-hover-text-color !default;
296
+ $tab-alt-active-style-hover-icon-color: $primary-text-color !default;
297
297
  $tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
298
298
  $tab-alt-hover-text-color: $primary-text-hover !default;
299
299
  $tab-alt-active-hover-text-color: $content-text-color-alt2 !default;
@@ -539,7 +539,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-alt-active-close-icon-color !default;
539
539
  $tab-fill-pop-wrap-hover-close-color: $tab-alt-active-close-icon-color !default;
540
540
  $tab-fill-focused-active-tabwrap-focus-border-color: $tab-focused-wrap-focus-border-color !default;
541
541
  $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
542
- $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
542
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-close-icon-color !default;
543
543
  $tab-background-indicator-bottom: 0 !default;
544
544
  $tab-background-wrap-border-color: transparent !default;
545
545
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -267,7 +267,7 @@ $tab-ripple-bg-color: rgba($transparent, .12) !default;
267
267
  $tab-fill-ripple-bg-color: rgba($transparent, .05) !default;
268
268
  $tab-alt-ripple-bg-color: rgba($transparent, .1) !default;
269
269
  $tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
270
- $tab-fill-focus-bg-color: rgba($content-bg-color-alt2, .8) !default;
270
+ $tab-fill-focus-bg-color: $primary !default;
271
271
  $tab-hover-bg-color: $flyout-bg-color-hover !default;
272
272
  $tab-active-bg-color: $flyout-bg-color-pressed !default;
273
273
  $tab-fill-active-bg-color: $primary !default;
@@ -293,7 +293,7 @@ $tab-pop-active-item-text-color: $tab-active-text-color !default;
293
293
  $tab-alt-text-color: $primary-text-color !default;
294
294
  $tab-alt-disable-text-color: $primary-text-color !default;
295
295
  $tab-alt-active-style-hover-text-color: $content-text-color !default;
296
- $tab-alt-active-style-hover-icon-color: $tab-alt-active-style-hover-text-color !default;
296
+ $tab-alt-active-style-hover-icon-color: $primary-text-color !default;
297
297
  $tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
298
298
  $tab-alt-hover-text-color: $primary-text-hover !default;
299
299
  $tab-alt-active-hover-text-color: $content-text-color !default;
@@ -540,7 +540,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-alt-active-close-icon-color !default;
540
540
  $tab-fill-pop-wrap-hover-close-color: $tab-alt-active-close-icon-color !default;
541
541
  $tab-fill-focused-active-tabwrap-focus-border-color: $tab-focused-wrap-focus-border-color !default;
542
542
  $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
543
- $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
543
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-close-icon-color !default;
544
544
  $tab-background-indicator-bottom: 0 !default;
545
545
  $tab-background-wrap-border-color: transparent !default;
546
546
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -547,7 +547,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
547
547
  $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
548
548
  $tab-fill-focused-active-tabwrap-focus-border-color: $tab-fill-focused-active-wrap-focus-border-color !default;
549
549
  $tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
550
- $tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
550
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
551
551
  $tab-background-indicator-bottom: 0 !default;
552
552
  $tab-background-wrap-border-color: $tab-alt-wrap-border-color !default;
553
553
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -21,7 +21,7 @@ $tab-big-fill-height: 48px !default;
21
21
  $tab-nrml-fill-height: 44px !default;
22
22
  $tab-mob-fill-height: 42px !default;
23
23
  $tab-focus-big-fill-height: 42px !default;
24
- $tab-focus-nrml-fill-height: 32px !default;
24
+ $tab-focus-nrml-fill-height: 44px !default;
25
25
  $tab-disable-cnt-opacity: .38 !default;
26
26
  $tab-big-tb-icon-height: 72px !default;
27
27
  $tab-nrml-tb-icon-height: 62px !default;
@@ -134,7 +134,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
134
134
  $tab-big-fill-tb-wrap-height: 50px !default;
135
135
  $tab-nrml-fill-tb-wrap-height: 44px !default;
136
136
  $tab-focus-bg-color: $content-bg-color-alt2 !default;
137
- $tab-fill-focus-bg-color: $content-bg-color-alt2 !default;
137
+ $tab-fill-focus-bg-color: $primary !default;
138
138
  $tab-hover-bg-color: $content-bg-color-alt3 !default;
139
139
  $tab-active-bg-color: $content-bg-color-alt2 !default;
140
140
  $tab-fill-active-bg-color: $primary !default;
@@ -217,7 +217,7 @@ $tab-alt-active-style-hover-text-color: $content-text-color !default;
217
217
  $tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
218
218
  $tab-alt-hover-text-color: $primary-text-hover !default;
219
219
  $tab-alt-active-hover-text-color: $content-text-color-alt2 !default;
220
- $tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
220
+ $tab-alt-active-style-hover-icon-color: $primary-text-color !default;
221
221
  $tab-clone-item-bg-color: $content-bg-color-alt3 !default;
222
222
  $tab-clone-text-color: $content-text-color-alt1 !default;
223
223
  $tab-icon-container-width: auto !default;
@@ -541,7 +541,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-comb-icon-color !default;
541
541
  $tab-fill-pop-wrap-hover-close-color: $tab-comb-icon-color !default;
542
542
  $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
543
543
  $tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
544
- $tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
544
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
545
545
  $tab-background-indicator-bottom: 0 !default;
546
546
  $tab-background-wrap-border-color: unset !default;
547
547
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -571,7 +571,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
571
571
  $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
572
572
  $tab-fill-focused-active-tabwrap-focus-border-color: $tab-fill-focused-active-wrap-focus-border-color !default;
573
573
  $tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
574
- $tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
574
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
575
575
  $tab-background-indicator-bottom: 0 !default;
576
576
  $tab-background-wrap-border-color: $tab-alt-wrap-border-color !default;
577
577
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -549,7 +549,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
549
549
  $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
550
550
  $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
551
551
  $tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
552
- $tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
552
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
553
553
  $tab-background-indicator-bottom: 0 !default;
554
554
  $tab-background-wrap-border-color: unset !default;
555
555
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -132,7 +132,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
132
132
  $tab-big-fill-tb-wrap-height: 50px !default;
133
133
  $tab-nrml-fill-tb-wrap-height: 44px !default;
134
134
  $tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
135
- $tab-fill-focus-bg-color: rgba($content-bg-color-alt2, .8) !default;
135
+ $tab-fill-focus-bg-color: $primary !default;
136
136
  $tab-hover-bg-color: $content-bg-color-alt3 !default;
137
137
  $tab-active-bg-color: $content-bg-color-alt2 !default;
138
138
  $tab-fill-active-bg-color: $primary !default;
@@ -216,7 +216,7 @@ $tab-alt-active-text-color: $primary-text-color !default;
216
216
  $tab-alt-disable-active-text-color: rgba($border-light, .38) !default;
217
217
  $tab-alt-hover-text-color: $primary-text-hover !default;
218
218
  $tab-alt-active-hover-text-color: $primary-bg-color-pressed !default;
219
- $tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
219
+ $tab-alt-active-style-hover-icon-color: $primary-text !default;
220
220
  $tab-clone-item-bg-color: $content-bg-color-alt3 !default;
221
221
  $tab-clone-text-color: $content-text-color-alt1 !default;
222
222
  $tab-icon-container-width: auto !default;
@@ -552,7 +552,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
552
552
  $tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
553
553
  $tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
554
554
  $tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
555
- $tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
555
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-close-icon-color !default;
556
556
  $tab-background-indicator-bottom: 1px !default;
557
557
  $tab-background-wrap-border-color: unset !default;
558
558
  $tab-background-close-hover-color: $tab-alt-text-color !default;
@@ -265,7 +265,7 @@ $tab-ripple-bg-color: rgba($transparent, .12) !default;
265
265
  $tab-fill-ripple-bg-color: rgba($transparent, .05) !default;
266
266
  $tab-alt-ripple-bg-color: rgba($transparent, .1) !default;
267
267
  $tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
268
- $tab-fill-focus-bg-color: rgba($content-bg-color-alt2, .8) !default;
268
+ $tab-fill-focus-bg-color: $primary !default;
269
269
  $tab-hover-bg-color: $flyout-bg-color-hover !default;
270
270
  $tab-active-bg-color: $flyout-bg-color-pressed !default;
271
271
  $tab-fill-active-bg-color: $primary !default;
@@ -291,7 +291,7 @@ $tab-pop-active-item-text-color: $tab-active-text-color !default;
291
291
  $tab-alt-text-color: $primary-lighter !default;
292
292
  $tab-alt-disable-text-color: $primary-bg-color-disabled !default;
293
293
  $tab-alt-active-style-hover-text-color: $content-text-color !default;
294
- $tab-alt-active-style-hover-icon-color: $tab-alt-active-style-hover-text-color !default;
294
+ $tab-alt-active-style-hover-icon-color: $primary-text !default;
295
295
  $tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
296
296
  $tab-alt-hover-text-color: $primary-text-hover !default;
297
297
  $tab-alt-active-hover-text-color: $content-text-color !default;
@@ -538,7 +538,7 @@ $tab-fill-pop-wrap-hover-icon-color: $flyout-text-color-hover !default;
538
538
  $tab-fill-pop-wrap-hover-close-color: $flyout-text-color-hover !default;
539
539
  $tab-fill-focused-active-tabwrap-focus-border-color: $tab-focused-wrap-focus-border-color !default;
540
540
  $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
541
- $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
541
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-close-icon-color !default;
542
542
  $tab-background-indicator-bottom: 0 !default;
543
543
  $tab-background-wrap-border-color: transparent !default;
544
544
  $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
@@ -2476,14 +2476,14 @@
2476
2476
  color: rgb(36, 138.2, 255);
2477
2477
  }
2478
2478
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2479
- background: #414141;
2479
+ background: #0070f0;
2480
2480
  border-color: unset;
2481
2481
  }
2482
2482
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2483
2483
  color: rgb(0, 40.6, 87);
2484
2484
  }
2485
2485
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2486
- color: rgb(0, 40.6, 87);
2486
+ color: #fff;
2487
2487
  }
2488
2488
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2489
2489
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -2476,14 +2476,14 @@
2476
2476
  color: #1f496e;
2477
2477
  }
2478
2478
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2479
- background: #eee;
2479
+ background: #317ab9;
2480
2480
  border-color: unset;
2481
2481
  }
2482
2482
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2483
2483
  color: #1f496e;
2484
2484
  }
2485
2485
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2486
- color: #1f496e;
2486
+ color: #fff;
2487
2487
  }
2488
2488
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2489
2489
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -2476,18 +2476,18 @@
2476
2476
  color: rgb(0, 86.1, 178.5);
2477
2477
  }
2478
2478
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2479
- background: #eee;
2479
+ background: #007bff;
2480
2480
  border-color: unset;
2481
2481
  }
2482
2482
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2483
2483
  color: rgb(0, 86.1, 178.5);
2484
2484
  }
2485
2485
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2486
- color: rgb(0, 86.1, 178.5);
2486
+ color: #fff;
2487
2487
  }
2488
2488
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2489
2489
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
2490
- color: #212529;
2490
+ color: #fff;
2491
2491
  }
2492
2492
  .e-tab.e-background .e-tab-header {
2493
2493
  background: inherit;
@@ -2471,14 +2471,14 @@
2471
2471
  color: rgb(10.4, 88, 202.4);
2472
2472
  }
2473
2473
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2474
- background: rgba(52, 58, 64, 0.8);
2474
+ background: #0d6efd;
2475
2475
  border-color: #adb5bd;
2476
2476
  }
2477
2477
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2478
2478
  color: #adb5bd;
2479
2479
  }
2480
2480
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2481
- color: #adb5bd;
2481
+ color: #fff;
2482
2482
  }
2483
2483
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2484
2484
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -2495,18 +2495,18 @@
2495
2495
  color: var(--color-sf-primary);
2496
2496
  }
2497
2497
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2498
- background: rgba(var(--color-sf-content-bg-color-alt2), 0.8);
2498
+ background: var(--color-sf-primary);
2499
2499
  border-color: var(--color-sf-icon-color);
2500
2500
  }
2501
2501
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2502
2502
  color: var(--color-sf-content-bg-color-alt5);
2503
2503
  }
2504
2504
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2505
- color: var(--color-sf-content-bg-color-alt5);
2505
+ color: var(--color-sf-primary-text-color);
2506
2506
  }
2507
2507
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2508
2508
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
2509
- color: var(--color-sf-content-text-color);
2509
+ color: var(--color-sf-primary-text-color);
2510
2510
  }
2511
2511
  .e-tab.e-background .e-tab-header {
2512
2512
  background: var(--color-sf-primary);
@@ -2471,18 +2471,18 @@
2471
2471
  color: rgb(10.4, 88, 202.4);
2472
2472
  }
2473
2473
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2474
- background: rgba(233, 236, 239, 0.8);
2474
+ background: #0d6efd;
2475
2475
  border-color: #6c757d;
2476
2476
  }
2477
2477
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2478
2478
  color: #adb5bd;
2479
2479
  }
2480
2480
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2481
- color: #adb5bd;
2481
+ color: #fff;
2482
2482
  }
2483
2483
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2484
2484
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
2485
- color: #212529;
2485
+ color: #fff;
2486
2486
  }
2487
2487
  .e-tab.e-background .e-tab-header {
2488
2488
  background: #0d6efd;
@@ -2483,7 +2483,7 @@
2483
2483
  color: #fff;
2484
2484
  }
2485
2485
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2486
- color: #333;
2486
+ color: #fff;
2487
2487
  }
2488
2488
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2489
2489
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -1492,13 +1492,13 @@
1492
1492
  padding: 0 12px;
1493
1493
  }
1494
1494
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
1495
- height: 32px;
1495
+ height: 44px;
1496
1496
  }
1497
1497
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
1498
- height: 32px;
1498
+ height: 44px;
1499
1499
  }
1500
1500
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
1501
- height: 32px;
1501
+ height: 44px;
1502
1502
  }
1503
1503
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
1504
1504
  height: 62px;
@@ -2476,18 +2476,18 @@
2476
2476
  color: #f3f2f1;
2477
2477
  }
2478
2478
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2479
- background: #252423;
2479
+ background: #0078d4;
2480
2480
  border-color: unset;
2481
2481
  }
2482
2482
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2483
- color: #c8c6c4;
2483
+ color: #1b1a19;
2484
2484
  }
2485
2485
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2486
- color: #f3f2f1;
2486
+ color: #1b1a19;
2487
2487
  }
2488
2488
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2489
2489
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
2490
- color: #c8c6c4;
2490
+ color: #1b1a19;
2491
2491
  }
2492
2492
  .e-tab.e-background .e-tab-header {
2493
2493
  background: #0078d4;
@@ -1492,13 +1492,13 @@
1492
1492
  padding: 0 12px;
1493
1493
  }
1494
1494
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
1495
- height: 32px;
1495
+ height: 44px;
1496
1496
  }
1497
1497
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
1498
- height: 32px;
1498
+ height: 44px;
1499
1499
  }
1500
1500
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
1501
- height: 32px;
1501
+ height: 44px;
1502
1502
  }
1503
1503
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
1504
1504
  height: 62px;
@@ -2476,18 +2476,18 @@
2476
2476
  color: #201f1e;
2477
2477
  }
2478
2478
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2479
- background: #f3f2f1;
2479
+ background: #0078d4;
2480
2480
  border-color: unset;
2481
2481
  }
2482
2482
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2483
- color: #3b3a39;
2483
+ color: #fff;
2484
2484
  }
2485
2485
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2486
- color: #201f1e;
2486
+ color: #fff;
2487
2487
  }
2488
2488
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2489
2489
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
2490
- color: #3b3a39;
2490
+ color: #fff;
2491
2491
  }
2492
2492
  .e-tab.e-background .e-tab-header {
2493
2493
  background: #0078d4;
@@ -2483,7 +2483,7 @@
2483
2483
  color: #000;
2484
2484
  }
2485
2485
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2486
- color: #fff;
2486
+ color: #000;
2487
2487
  }
2488
2488
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2489
2489
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -2559,7 +2559,7 @@
2559
2559
  color: white;
2560
2560
  }
2561
2561
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2562
- color: rgba(0, 0, 0, 0.87);
2562
+ color: white;
2563
2563
  }
2564
2564
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2565
2565
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -2530,18 +2530,18 @@
2530
2530
  color: #22d3ee;
2531
2531
  }
2532
2532
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2533
- background: rgba(55, 65, 81, 0.8);
2533
+ background: #22d3ee;
2534
2534
  border-color: unset;
2535
2535
  }
2536
2536
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2537
- color: #67e8f9;
2537
+ color: #000;
2538
2538
  }
2539
2539
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2540
- color: #22d3ee;
2540
+ color: #000;
2541
2541
  }
2542
2542
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2543
2543
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
2544
- color: #67e8f9;
2544
+ color: #000;
2545
2545
  }
2546
2546
  .e-tab.e-background .e-tab-header {
2547
2547
  background: #22d3ee;
@@ -2530,18 +2530,18 @@
2530
2530
  color: #4f46e5;
2531
2531
  }
2532
2532
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2533
- background: rgba(243, 244, 246, 0.8);
2533
+ background: #4f46e5;
2534
2534
  border-color: unset;
2535
2535
  }
2536
2536
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2537
- color: #3730a3;
2537
+ color: #fff;
2538
2538
  }
2539
2539
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2540
- color: #4f46e5;
2540
+ color: #fff;
2541
2541
  }
2542
2542
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2543
2543
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
2544
- color: #3730a3;
2544
+ color: #fff;
2545
2545
  }
2546
2546
  .e-tab.e-background .e-tab-header {
2547
2547
  background: #4f46e5;
@@ -2476,18 +2476,18 @@
2476
2476
  color: var(--color-sf-content-text-color-alt1);
2477
2477
  }
2478
2478
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
2479
- background: rgba(var(--color-sf-content-bg-color-alt2), 0.8);
2479
+ background: var(--color-sf-primary);
2480
2480
  border-color: var(--color-sf-icon-color);
2481
2481
  }
2482
2482
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
2483
2483
  color: var(--color-sf-content-bg-color-alt5);
2484
2484
  }
2485
2485
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
2486
- color: var(--color-sf-content-bg-color-alt5);
2486
+ color: var(--color-sf-primary-text-color);
2487
2487
  }
2488
2488
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
2489
2489
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
2490
- color: var(--color-sf-content-text-color);
2490
+ color: var(--color-sf-primary-text);
2491
2491
  }
2492
2492
  .e-tab.e-background .e-tab-header {
2493
2493
  background: var(--color-sf-primary);
@@ -1660,6 +1660,9 @@
1660
1660
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1661
1661
  margin-right: 8px;
1662
1662
  }
1663
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1664
+ margin-left: 8px;
1665
+ }
1663
1666
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1664
1667
  padding: 4px;
1665
1668
  }
@@ -1690,6 +1693,7 @@
1690
1693
  }
1691
1694
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1692
1695
  margin-left: 0;
1696
+ margin-right: 8px;
1693
1697
  }
1694
1698
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1695
1699
  margin-left: 8px;
@@ -1697,11 +1701,13 @@
1697
1701
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1698
1702
  margin-left: 0;
1699
1703
  }
1700
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1704
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1705
+ margin-right: 0;
1706
+ }
1701
1707
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1702
1708
  margin-right: 0;
1709
+ margin-left: 8px;
1703
1710
  }
1704
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1705
1711
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1706
1712
  margin-right: 8px;
1707
1713
  }
@@ -2873,6 +2879,12 @@
2873
2879
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
2874
2880
  padding: 4px 0;
2875
2881
  }
2882
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2883
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2884
+ display: -webkit-box;
2885
+ display: -ms-flexbox;
2886
+ display: flex;
2887
+ }
2876
2888
  .e-contextmenu-wrapper ul.e-ul,
2877
2889
  .e-contextmenu-container ul.e-ul {
2878
2890
  font-family: "Inter";
@@ -5676,18 +5688,18 @@
5676
5688
  color: #22d3ee;
5677
5689
  }
5678
5690
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
5679
- background: rgba(55, 65, 81, 0.8);
5691
+ background: #22d3ee;
5680
5692
  border-color: unset;
5681
5693
  }
5682
5694
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
5683
- color: #67e8f9;
5695
+ color: #000;
5684
5696
  }
5685
5697
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
5686
- color: #22d3ee;
5698
+ color: #000;
5687
5699
  }
5688
5700
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
5689
5701
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
5690
- color: #67e8f9;
5702
+ color: #000;
5691
5703
  }
5692
5704
  .e-tab.e-background .e-tab-header {
5693
5705
  background: #22d3ee;