@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
@@ -1567,6 +1567,9 @@
1567
1567
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1568
1568
  margin-right: 3px;
1569
1569
  }
1570
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1571
+ margin-left: 3px;
1572
+ }
1570
1573
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1571
1574
  padding: 0 12px 0 0;
1572
1575
  }
@@ -1597,6 +1600,7 @@
1597
1600
  }
1598
1601
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1599
1602
  margin-left: 0;
1603
+ margin-right: 3px;
1600
1604
  }
1601
1605
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1602
1606
  margin-left: 3px;
@@ -1604,11 +1608,13 @@
1604
1608
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1605
1609
  margin-left: 0;
1606
1610
  }
1607
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1611
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1612
+ margin-right: 0;
1613
+ }
1608
1614
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1609
1615
  margin-right: 0;
1616
+ margin-left: 3px;
1610
1617
  }
1611
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1612
1618
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1613
1619
  margin-right: 3px;
1614
1620
  }
@@ -2779,6 +2785,12 @@
2779
2785
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
2780
2786
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
2781
2787
  }
2788
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2789
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2790
+ display: -webkit-box;
2791
+ display: -ms-flexbox;
2792
+ display: flex;
2793
+ }
2782
2794
  .e-contextmenu-wrapper ul.e-ul,
2783
2795
  .e-contextmenu-container ul.e-ul {
2784
2796
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -1830,6 +1830,9 @@
1830
1830
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1831
1831
  margin-right: 3px;
1832
1832
  }
1833
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1834
+ margin-left: 3px;
1835
+ }
1833
1836
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1834
1837
  padding: 0 12px 0 0;
1835
1838
  }
@@ -1860,6 +1863,7 @@
1860
1863
  }
1861
1864
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1862
1865
  margin-left: 0;
1866
+ margin-right: 3px;
1863
1867
  }
1864
1868
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1865
1869
  margin-left: 3px;
@@ -1867,11 +1871,13 @@
1867
1871
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1868
1872
  margin-left: 0;
1869
1873
  }
1870
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1874
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1875
+ margin-right: 0;
1876
+ }
1871
1877
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1872
1878
  margin-right: 0;
1879
+ margin-left: 3px;
1873
1880
  }
1874
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1875
1881
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1876
1882
  margin-right: 3px;
1877
1883
  }
@@ -3401,6 +3407,12 @@
3401
3407
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
3402
3408
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
3403
3409
  }
3410
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3411
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3412
+ display: -webkit-box;
3413
+ display: -ms-flexbox;
3414
+ display: flex;
3415
+ }
3404
3416
  .e-contextmenu-wrapper ul.e-ul,
3405
3417
  .e-contextmenu-container ul.e-ul {
3406
3418
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -1568,6 +1568,9 @@
1568
1568
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1569
1569
  margin-right: 3px;
1570
1570
  }
1571
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1572
+ margin-left: 3px;
1573
+ }
1571
1574
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1572
1575
  padding: 0 12px 0 0;
1573
1576
  }
@@ -1598,6 +1601,7 @@
1598
1601
  }
1599
1602
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1600
1603
  margin-left: 0;
1604
+ margin-right: 3px;
1601
1605
  }
1602
1606
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1603
1607
  margin-left: 3px;
@@ -1605,11 +1609,13 @@
1605
1609
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1606
1610
  margin-left: 0;
1607
1611
  }
1608
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1612
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1613
+ margin-right: 0;
1614
+ }
1609
1615
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1610
1616
  margin-right: 0;
1617
+ margin-left: 3px;
1611
1618
  }
1612
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1613
1619
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1614
1620
  margin-right: 3px;
1615
1621
  }
@@ -2780,6 +2786,12 @@
2780
2786
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
2781
2787
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
2782
2788
  }
2789
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2790
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2791
+ display: -webkit-box;
2792
+ display: -ms-flexbox;
2793
+ display: flex;
2794
+ }
2783
2795
  .e-contextmenu-wrapper ul.e-ul,
2784
2796
  .e-contextmenu-container ul.e-ul {
2785
2797
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -5535,7 +5547,7 @@
5535
5547
  color: #000;
5536
5548
  }
5537
5549
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
5538
- color: #fff;
5550
+ color: #000;
5539
5551
  }
5540
5552
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
5541
5553
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -1831,6 +1831,9 @@
1831
1831
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1832
1832
  margin-right: 3px;
1833
1833
  }
1834
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1835
+ margin-left: 3px;
1836
+ }
1834
1837
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1835
1838
  padding: 0 12px 0 0;
1836
1839
  }
@@ -1861,6 +1864,7 @@
1861
1864
  }
1862
1865
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1863
1866
  margin-left: 0;
1867
+ margin-right: 3px;
1864
1868
  }
1865
1869
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1866
1870
  margin-left: 3px;
@@ -1868,11 +1872,13 @@
1868
1872
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1869
1873
  margin-left: 0;
1870
1874
  }
1871
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1875
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1876
+ margin-right: 0;
1877
+ }
1872
1878
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1873
1879
  margin-right: 0;
1880
+ margin-left: 3px;
1874
1881
  }
1875
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1876
1882
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1877
1883
  margin-right: 3px;
1878
1884
  }
@@ -3402,6 +3408,12 @@
3402
3408
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
3403
3409
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
3404
3410
  }
3411
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3412
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3413
+ display: -webkit-box;
3414
+ display: -ms-flexbox;
3415
+ display: flex;
3416
+ }
3405
3417
  .e-contextmenu-wrapper ul.e-ul,
3406
3418
  .e-contextmenu-container ul.e-ul {
3407
3419
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -6216,7 +6228,7 @@
6216
6228
  color: #000;
6217
6229
  }
6218
6230
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
6219
- color: #fff;
6231
+ color: #000;
6220
6232
  }
6221
6233
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
6222
6234
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -1662,6 +1662,9 @@
1662
1662
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1663
1663
  margin-right: 3px;
1664
1664
  }
1665
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1666
+ margin-left: 3px;
1667
+ }
1665
1668
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1666
1669
  padding: 0;
1667
1670
  }
@@ -1692,6 +1695,7 @@
1692
1695
  }
1693
1696
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1694
1697
  margin-left: 0;
1698
+ margin-right: 3px;
1695
1699
  }
1696
1700
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1697
1701
  margin-left: 3px;
@@ -1699,11 +1703,13 @@
1699
1703
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1700
1704
  margin-left: 0;
1701
1705
  }
1702
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1706
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1707
+ margin-right: 0;
1708
+ }
1703
1709
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1704
1710
  margin-right: 0;
1711
+ margin-left: 3px;
1705
1712
  }
1706
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1707
1713
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1708
1714
  margin-right: 3px;
1709
1715
  }
@@ -2887,6 +2893,12 @@
2887
2893
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
2888
2894
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
2889
2895
  }
2896
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2897
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2898
+ display: -webkit-box;
2899
+ display: -ms-flexbox;
2900
+ display: flex;
2901
+ }
2890
2902
  .e-contextmenu-wrapper ul.e-ul,
2891
2903
  .e-contextmenu-container ul.e-ul {
2892
2904
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
@@ -1925,6 +1925,9 @@
1925
1925
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1926
1926
  margin-right: 3px;
1927
1927
  }
1928
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1929
+ margin-left: 3px;
1930
+ }
1928
1931
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1929
1932
  padding: 0;
1930
1933
  }
@@ -1955,6 +1958,7 @@
1955
1958
  }
1956
1959
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1957
1960
  margin-left: 0;
1961
+ margin-right: 3px;
1958
1962
  }
1959
1963
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1960
1964
  margin-left: 3px;
@@ -1962,11 +1966,13 @@
1962
1966
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1963
1967
  margin-left: 0;
1964
1968
  }
1965
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1969
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1970
+ margin-right: 0;
1971
+ }
1966
1972
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1967
1973
  margin-right: 0;
1974
+ margin-left: 3px;
1968
1975
  }
1969
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1970
1976
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1971
1977
  margin-right: 3px;
1972
1978
  }
@@ -3509,6 +3515,12 @@
3509
3515
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
3510
3516
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
3511
3517
  }
3518
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3519
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3520
+ display: -webkit-box;
3521
+ display: -ms-flexbox;
3522
+ display: flex;
3523
+ }
3512
3524
  .e-contextmenu-wrapper ul.e-ul,
3513
3525
  .e-contextmenu-container ul.e-ul {
3514
3526
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
@@ -1662,6 +1662,9 @@
1662
1662
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1663
1663
  margin-right: 3px;
1664
1664
  }
1665
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1666
+ margin-left: 3px;
1667
+ }
1665
1668
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1666
1669
  padding: 0;
1667
1670
  }
@@ -1692,6 +1695,7 @@
1692
1695
  }
1693
1696
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1694
1697
  margin-left: 0;
1698
+ margin-right: 3px;
1695
1699
  }
1696
1700
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1697
1701
  margin-left: 3px;
@@ -1699,11 +1703,13 @@
1699
1703
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1700
1704
  margin-left: 0;
1701
1705
  }
1702
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1706
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1707
+ margin-right: 0;
1708
+ }
1703
1709
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1704
1710
  margin-right: 0;
1711
+ margin-left: 3px;
1705
1712
  }
1706
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1707
1713
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1708
1714
  margin-right: 3px;
1709
1715
  }
@@ -2887,6 +2893,12 @@
2887
2893
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2888
2894
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2889
2895
  }
2896
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2897
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2898
+ display: -webkit-box;
2899
+ display: -ms-flexbox;
2900
+ display: flex;
2901
+ }
2890
2902
  .e-contextmenu-wrapper ul.e-ul,
2891
2903
  .e-contextmenu-container ul.e-ul {
2892
2904
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
@@ -5697,7 +5709,7 @@
5697
5709
  color: white;
5698
5710
  }
5699
5711
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
5700
- color: rgba(0, 0, 0, 0.87);
5712
+ color: white;
5701
5713
  }
5702
5714
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
5703
5715
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -1925,6 +1925,9 @@
1925
1925
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1926
1926
  margin-right: 3px;
1927
1927
  }
1928
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1929
+ margin-left: 3px;
1930
+ }
1928
1931
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1929
1932
  padding: 0;
1930
1933
  }
@@ -1955,6 +1958,7 @@
1955
1958
  }
1956
1959
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1957
1960
  margin-left: 0;
1961
+ margin-right: 3px;
1958
1962
  }
1959
1963
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1960
1964
  margin-left: 3px;
@@ -1962,11 +1966,13 @@
1962
1966
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1963
1967
  margin-left: 0;
1964
1968
  }
1965
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1969
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1970
+ margin-right: 0;
1971
+ }
1966
1972
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1967
1973
  margin-right: 0;
1974
+ margin-left: 3px;
1968
1975
  }
1969
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1970
1976
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1971
1977
  margin-right: 3px;
1972
1978
  }
@@ -3509,6 +3515,12 @@
3509
3515
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
3510
3516
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
3511
3517
  }
3518
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3519
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3520
+ display: -webkit-box;
3521
+ display: -ms-flexbox;
3522
+ display: flex;
3523
+ }
3512
3524
  .e-contextmenu-wrapper ul.e-ul,
3513
3525
  .e-contextmenu-container ul.e-ul {
3514
3526
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
@@ -6378,7 +6390,7 @@
6378
6390
  color: white;
6379
6391
  }
6380
6392
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
6381
- color: rgba(0, 0, 0, 0.87);
6393
+ color: white;
6382
6394
  }
6383
6395
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
6384
6396
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
@@ -1630,6 +1630,9 @@
1630
1630
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1631
1631
  margin-right: 8px;
1632
1632
  }
1633
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1634
+ margin-left: 8px;
1635
+ }
1633
1636
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1634
1637
  padding: 4px;
1635
1638
  }
@@ -1660,6 +1663,7 @@
1660
1663
  }
1661
1664
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1662
1665
  margin-left: 0;
1666
+ margin-right: 8px;
1663
1667
  }
1664
1668
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1665
1669
  margin-left: 8px;
@@ -1667,11 +1671,13 @@
1667
1671
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1668
1672
  margin-left: 0;
1669
1673
  }
1670
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1674
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1675
+ margin-right: 0;
1676
+ }
1671
1677
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1672
1678
  margin-right: 0;
1679
+ margin-left: 8px;
1673
1680
  }
1674
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1675
1681
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1676
1682
  margin-right: 8px;
1677
1683
  }
@@ -2860,6 +2866,12 @@
2860
2866
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2861
2867
  padding: 4px 0;
2862
2868
  }
2869
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2870
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2871
+ display: -webkit-box;
2872
+ display: -ms-flexbox;
2873
+ display: flex;
2874
+ }
2863
2875
  .e-contextmenu-wrapper ul.e-ul,
2864
2876
  .e-contextmenu-container ul.e-ul {
2865
2877
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
@@ -1919,6 +1919,9 @@
1919
1919
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1920
1920
  margin-right: 8px;
1921
1921
  }
1922
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1923
+ margin-left: 8px;
1924
+ }
1922
1925
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1923
1926
  padding: 4px;
1924
1927
  }
@@ -1949,6 +1952,7 @@
1949
1952
  }
1950
1953
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1951
1954
  margin-left: 0;
1955
+ margin-right: 8px;
1952
1956
  }
1953
1957
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1954
1958
  margin-left: 8px;
@@ -1956,11 +1960,13 @@
1956
1960
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1957
1961
  margin-left: 0;
1958
1962
  }
1959
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1963
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1964
+ margin-right: 0;
1965
+ }
1960
1966
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1961
1967
  margin-right: 0;
1968
+ margin-left: 8px;
1962
1969
  }
1963
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1964
1970
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1965
1971
  margin-right: 8px;
1966
1972
  }
@@ -3508,6 +3514,12 @@
3508
3514
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
3509
3515
  padding: 4px 0;
3510
3516
  }
3517
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3518
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3519
+ display: -webkit-box;
3520
+ display: -ms-flexbox;
3521
+ display: flex;
3522
+ }
3511
3523
  .e-contextmenu-wrapper ul.e-ul,
3512
3524
  .e-contextmenu-container ul.e-ul {
3513
3525
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
@@ -8806,7 +8818,7 @@
8806
8818
  .e-bigger .e-treeview .e-icon-expandable::before,
8807
8819
  .e-treeview.e-bigger .e-icon-collapsible::before,
8808
8820
  .e-treeview.e-bigger .e-icon-expandable::before {
8809
- padding: 0;
8821
+ padding: 0 6px;
8810
8822
  }
8811
8823
  .e-bigger .e-treeview.e-rtl .e-ul,
8812
8824
  .e-treeview.e-bigger.e-rtl .e-ul {
@@ -1632,6 +1632,9 @@
1632
1632
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1633
1633
  margin-right: 8px;
1634
1634
  }
1635
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1636
+ margin-left: 8px;
1637
+ }
1635
1638
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1636
1639
  padding: 4px;
1637
1640
  }
@@ -1662,6 +1665,7 @@
1662
1665
  }
1663
1666
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1664
1667
  margin-left: 0;
1668
+ margin-right: 8px;
1665
1669
  }
1666
1670
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1667
1671
  margin-left: 8px;
@@ -1669,11 +1673,13 @@
1669
1673
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1670
1674
  margin-left: 0;
1671
1675
  }
1672
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1676
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1677
+ margin-right: 0;
1678
+ }
1673
1679
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1674
1680
  margin-right: 0;
1681
+ margin-left: 8px;
1675
1682
  }
1676
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1677
1683
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1678
1684
  margin-right: 8px;
1679
1685
  }
@@ -2862,6 +2868,12 @@
2862
2868
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2863
2869
  padding: 4px 0;
2864
2870
  }
2871
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
2872
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
2873
+ display: -webkit-box;
2874
+ display: -ms-flexbox;
2875
+ display: flex;
2876
+ }
2865
2877
  .e-contextmenu-wrapper ul.e-ul,
2866
2878
  .e-contextmenu-container ul.e-ul {
2867
2879
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
@@ -1921,6 +1921,9 @@
1921
1921
  .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1922
1922
  margin-right: 8px;
1923
1923
  }
1924
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1925
+ margin-left: 8px;
1926
+ }
1924
1927
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
1925
1928
  padding: 4px;
1926
1929
  }
@@ -1951,6 +1954,7 @@
1951
1954
  }
1952
1955
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
1953
1956
  margin-left: 0;
1957
+ margin-right: 8px;
1954
1958
  }
1955
1959
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
1956
1960
  margin-left: 8px;
@@ -1958,11 +1962,13 @@
1958
1962
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
1959
1963
  margin-left: 0;
1960
1964
  }
1961
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
1965
+ .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
1966
+ margin-right: 0;
1967
+ }
1962
1968
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
1963
1969
  margin-right: 0;
1970
+ margin-left: 8px;
1964
1971
  }
1965
- .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
1966
1972
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
1967
1973
  margin-right: 8px;
1968
1974
  }
@@ -3510,6 +3516,12 @@
3510
3516
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
3511
3517
  padding: 4px 0;
3512
3518
  }
3519
+ .e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
3520
+ .e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
3521
+ display: -webkit-box;
3522
+ display: -ms-flexbox;
3523
+ display: flex;
3524
+ }
3513
3525
  .e-contextmenu-wrapper ul.e-ul,
3514
3526
  .e-contextmenu-container ul.e-ul {
3515
3527
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
@@ -8808,7 +8820,7 @@
8808
8820
  .e-bigger .e-treeview .e-icon-expandable::before,
8809
8821
  .e-treeview.e-bigger .e-icon-collapsible::before,
8810
8822
  .e-treeview.e-bigger .e-icon-expandable::before {
8811
- padding: 0;
8823
+ padding: 0 6px;
8812
8824
  }
8813
8825
  .e-bigger .e-treeview.e-rtl .e-ul,
8814
8826
  .e-treeview.e-bigger.e-rtl .e-ul {
@@ -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;