@syncfusion/ej2-navigations 30.1.37 → 30.1.39

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 (128) 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 +10 -0
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +10 -0
  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 +4 -4
  12. package/src/context-menu/context-menu-model.d.ts +1 -1
  13. package/src/context-menu/context-menu.d.ts +1 -0
  14. package/src/context-menu/context-menu.js +11 -1
  15. package/styles/bds-lite.css +14 -2
  16. package/styles/bds.css +14 -2
  17. package/styles/bootstrap-dark-lite.css +16 -4
  18. package/styles/bootstrap-dark.css +16 -4
  19. package/styles/bootstrap-lite.css +16 -4
  20. package/styles/bootstrap.css +16 -4
  21. package/styles/bootstrap4-lite.css +17 -5
  22. package/styles/bootstrap4.css +17 -5
  23. package/styles/bootstrap5-dark-lite.css +16 -4
  24. package/styles/bootstrap5-dark.css +16 -4
  25. package/styles/bootstrap5-lite.css +17 -5
  26. package/styles/bootstrap5.3-lite.css +17 -5
  27. package/styles/bootstrap5.3.css +17 -5
  28. package/styles/bootstrap5.css +17 -5
  29. package/styles/context-menu/_layout.scss +5 -0
  30. package/styles/context-menu/bds.css +6 -0
  31. package/styles/context-menu/bootstrap-dark.css +6 -0
  32. package/styles/context-menu/bootstrap.css +6 -0
  33. package/styles/context-menu/bootstrap4.css +6 -0
  34. package/styles/context-menu/bootstrap5-dark.css +6 -0
  35. package/styles/context-menu/bootstrap5.3.css +6 -0
  36. package/styles/context-menu/bootstrap5.css +6 -0
  37. package/styles/context-menu/fabric-dark.css +6 -0
  38. package/styles/context-menu/fabric.css +6 -0
  39. package/styles/context-menu/fluent-dark.css +6 -0
  40. package/styles/context-menu/fluent.css +6 -0
  41. package/styles/context-menu/fluent2.css +6 -0
  42. package/styles/context-menu/highcontrast-light.css +6 -0
  43. package/styles/context-menu/highcontrast.css +6 -0
  44. package/styles/context-menu/material-dark.css +6 -0
  45. package/styles/context-menu/material.css +6 -0
  46. package/styles/context-menu/material3-dark.css +6 -0
  47. package/styles/context-menu/material3.css +6 -0
  48. package/styles/context-menu/tailwind-dark.css +6 -0
  49. package/styles/context-menu/tailwind.css +6 -0
  50. package/styles/context-menu/tailwind3.css +6 -0
  51. package/styles/fabric-dark-lite.css +14 -2
  52. package/styles/fabric-dark.css +14 -2
  53. package/styles/fabric-lite.css +15 -3
  54. package/styles/fabric.css +15 -3
  55. package/styles/fluent-dark-lite.css +21 -9
  56. package/styles/fluent-dark.css +21 -9
  57. package/styles/fluent-lite.css +21 -9
  58. package/styles/fluent.css +21 -9
  59. package/styles/fluent2-lite.css +14 -2
  60. package/styles/fluent2.css +14 -2
  61. package/styles/highcontrast-light-lite.css +14 -2
  62. package/styles/highcontrast-light.css +14 -2
  63. package/styles/highcontrast-lite.css +15 -3
  64. package/styles/highcontrast.css +15 -3
  65. package/styles/material-dark-lite.css +14 -2
  66. package/styles/material-dark.css +14 -2
  67. package/styles/material-lite.css +15 -3
  68. package/styles/material.css +15 -3
  69. package/styles/material3-dark-lite.css +14 -2
  70. package/styles/material3-dark.css +15 -3
  71. package/styles/material3-lite.css +14 -2
  72. package/styles/material3.css +15 -3
  73. package/styles/tab/_bootstrap-dark-definition.scss +3 -3
  74. package/styles/tab/_bootstrap-definition.scss +3 -3
  75. package/styles/tab/_bootstrap4-definition.scss +3 -3
  76. package/styles/tab/_bootstrap5-definition.scss +3 -3
  77. package/styles/tab/_bootstrap5.3-definition.scss +3 -3
  78. package/styles/tab/_fabric-definition.scss +1 -1
  79. package/styles/tab/_fluent-definition.scss +4 -4
  80. package/styles/tab/_highcontrast-definition.scss +1 -1
  81. package/styles/tab/_material-definition.scss +1 -1
  82. package/styles/tab/_tailwind-definition.scss +3 -3
  83. package/styles/tab/_tailwind3-definition.scss +3 -3
  84. package/styles/tab/bootstrap-dark.css +2 -2
  85. package/styles/tab/bootstrap.css +2 -2
  86. package/styles/tab/bootstrap4.css +3 -3
  87. package/styles/tab/bootstrap5-dark.css +2 -2
  88. package/styles/tab/bootstrap5.3.css +3 -3
  89. package/styles/tab/bootstrap5.css +3 -3
  90. package/styles/tab/fabric.css +1 -1
  91. package/styles/tab/fluent-dark.css +7 -7
  92. package/styles/tab/fluent.css +7 -7
  93. package/styles/tab/highcontrast.css +1 -1
  94. package/styles/tab/material.css +1 -1
  95. package/styles/tab/tailwind-dark.css +4 -4
  96. package/styles/tab/tailwind.css +4 -4
  97. package/styles/tab/tailwind3.css +3 -3
  98. package/styles/tailwind-dark-lite.css +18 -6
  99. package/styles/tailwind-dark.css +18 -6
  100. package/styles/tailwind-lite.css +18 -6
  101. package/styles/tailwind.css +18 -6
  102. package/styles/tailwind3-lite.css +17 -5
  103. package/styles/tailwind3.css +17 -5
  104. package/styles/toolbar/_layout.scss +13 -1
  105. package/styles/toolbar/bds.css +8 -2
  106. package/styles/toolbar/bootstrap-dark.css +8 -2
  107. package/styles/toolbar/bootstrap.css +8 -2
  108. package/styles/toolbar/bootstrap4.css +8 -2
  109. package/styles/toolbar/bootstrap5-dark.css +8 -2
  110. package/styles/toolbar/bootstrap5.3.css +8 -2
  111. package/styles/toolbar/bootstrap5.css +8 -2
  112. package/styles/toolbar/fabric-dark.css +8 -2
  113. package/styles/toolbar/fabric.css +8 -2
  114. package/styles/toolbar/fluent-dark.css +8 -2
  115. package/styles/toolbar/fluent.css +8 -2
  116. package/styles/toolbar/fluent2.css +8 -2
  117. package/styles/toolbar/highcontrast-light.css +8 -2
  118. package/styles/toolbar/highcontrast.css +8 -2
  119. package/styles/toolbar/material-dark.css +8 -2
  120. package/styles/toolbar/material.css +8 -2
  121. package/styles/toolbar/material3-dark.css +8 -2
  122. package/styles/toolbar/material3.css +8 -2
  123. package/styles/toolbar/tailwind-dark.css +8 -2
  124. package/styles/toolbar/tailwind.css +8 -2
  125. package/styles/toolbar/tailwind3.css +8 -2
  126. package/styles/treeview/_material3-definition.scss +1 -1
  127. package/styles/treeview/material3-dark.css +1 -1
  128. package/styles/treeview/material3.css +1 -1
@@ -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;
@@ -1977,6 +1977,9 @@
1977
1977
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1978
1978
  margin-right: 8px;
1979
1979
  }
1980
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1981
+ margin-left: 8px;
1982
+ }
1980
1983
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1981
1984
  padding: 4px;
1982
1985
  }
@@ -2007,6 +2010,7 @@
2007
2010
  }
2008
2011
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
2009
2012
  margin-left: 0;
2013
+ margin-right: 8px;
2010
2014
  }
2011
2015
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
2012
2016
  margin-left: 8px;
@@ -2014,11 +2018,13 @@
2014
2018
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
2015
2019
  margin-left: 0;
2016
2020
  }
2017
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
2021
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
2022
+ margin-right: 0;
2023
+ }
2018
2024
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
2019
2025
  margin-right: 0;
2026
+ margin-left: 8px;
2020
2027
  }
2021
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
2022
2028
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
2023
2029
  margin-right: 8px;
2024
2030
  }
@@ -3549,6 +3555,12 @@
3549
3555
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
3550
3556
  padding: 4px 0;
3551
3557
  }
3558
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3559
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3560
+ display: -webkit-box;
3561
+ display: -ms-flexbox;
3562
+ display: flex;
3563
+ }
3552
3564
  .e-contextmenu-wrapper ul.e-ul,
3553
3565
  .e-contextmenu-container ul.e-ul {
3554
3566
  font-family: "Inter";
@@ -6412,18 +6424,18 @@
6412
6424
  color: #22d3ee;
6413
6425
  }
6414
6426
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
6415
- background: rgba(55, 65, 81, 0.8);
6427
+ background: #22d3ee;
6416
6428
  border-color: unset;
6417
6429
  }
6418
6430
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
6419
- color: #67e8f9;
6431
+ color: #000;
6420
6432
  }
6421
6433
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
6422
- color: #22d3ee;
6434
+ color: #000;
6423
6435
  }
6424
6436
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
6425
6437
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
6426
- color: #67e8f9;
6438
+ color: #000;
6427
6439
  }
6428
6440
  .e-tab.e-background .e-tab-header {
6429
6441
  background: #22d3ee;