@syncfusion/ej2-navigations 20.4.53 → 21.1.37

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 (252) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +213 -143
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +90 -25
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +94 -29
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +13 -12
  14. package/src/accordion/accordion-model.d.ts +4 -4
  15. package/src/accordion/accordion.d.ts +8 -4
  16. package/src/appbar/appbar-model.d.ts +9 -9
  17. package/src/appbar/appbar.d.ts +24 -21
  18. package/src/breadcrumb/breadcrumb-model.d.ts +4 -2
  19. package/src/breadcrumb/breadcrumb.d.ts +32 -3
  20. package/src/breadcrumb/breadcrumb.js +32 -0
  21. package/src/carousel/carousel-model.d.ts +7 -7
  22. package/src/carousel/carousel.d.ts +24 -20
  23. package/src/carousel/carousel.js +25 -11
  24. package/src/common/menu-base.d.ts +13 -2
  25. package/src/menu/menu.d.ts +5 -1
  26. package/src/sidebar/sidebar.d.ts +26 -2
  27. package/src/sidebar/sidebar.js +1 -1
  28. package/src/tab/tab-model.d.ts +20 -20
  29. package/src/tab/tab.d.ts +38 -21
  30. package/src/tab/tab.js +22 -10
  31. package/src/toolbar/toolbar-model.d.ts +22 -16
  32. package/src/toolbar/toolbar.d.ts +48 -16
  33. package/src/toolbar/toolbar.js +10 -4
  34. package/src/treeview/treeview-model.d.ts +4 -4
  35. package/src/treeview/treeview.d.ts +32 -4
  36. package/src/treeview/treeview.js +3 -2
  37. package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
  38. package/styles/accordion/_bootstrap-definition.scss +0 -1
  39. package/styles/accordion/_bootstrap4-definition.scss +0 -1
  40. package/styles/accordion/_bootstrap5-definition.scss +6 -7
  41. package/styles/accordion/_fabric-dark-definition.scss +0 -1
  42. package/styles/accordion/_fabric-definition.scss +0 -1
  43. package/styles/accordion/_fluent-definition.scss +5 -6
  44. package/styles/accordion/_fusionnew-definition.scss +0 -1
  45. package/styles/accordion/_highcontrast-definition.scss +0 -1
  46. package/styles/accordion/_highcontrast-light-definition.scss +0 -1
  47. package/styles/accordion/_layout.scss +0 -1
  48. package/styles/accordion/_material-dark-definition.scss +0 -1
  49. package/styles/accordion/_material-definition.scss +0 -1
  50. package/styles/accordion/_tailwind-definition.scss +5 -6
  51. package/styles/accordion/bootstrap-dark.css +0 -1
  52. package/styles/accordion/bootstrap.css +0 -1
  53. package/styles/accordion/bootstrap4.css +0 -1
  54. package/styles/accordion/bootstrap5-dark.css +3 -4
  55. package/styles/accordion/bootstrap5.css +3 -4
  56. package/styles/accordion/fabric-dark.css +0 -1
  57. package/styles/accordion/fabric.css +0 -1
  58. package/styles/accordion/fluent-dark.css +3 -4
  59. package/styles/accordion/fluent.css +3 -4
  60. package/styles/accordion/highcontrast-light.css +0 -1
  61. package/styles/accordion/highcontrast.css +0 -1
  62. package/styles/accordion/material-dark.css +0 -1
  63. package/styles/accordion/material.css +0 -1
  64. package/styles/accordion/tailwind-dark.css +3 -4
  65. package/styles/accordion/tailwind.css +3 -4
  66. package/styles/appbar/_bootstrap5-definition.scss +2 -2
  67. package/styles/appbar/_fluent-definition.scss +2 -2
  68. package/styles/appbar/_layout.scss +3 -0
  69. package/styles/appbar/_tailwind-definition.scss +2 -2
  70. package/styles/appbar/bootstrap-dark.css +3 -0
  71. package/styles/appbar/bootstrap.css +3 -0
  72. package/styles/appbar/bootstrap4.css +3 -0
  73. package/styles/appbar/bootstrap5-dark.css +3 -0
  74. package/styles/appbar/bootstrap5.css +3 -0
  75. package/styles/appbar/fabric-dark.css +3 -0
  76. package/styles/appbar/fabric.css +3 -0
  77. package/styles/appbar/fluent-dark.css +3 -0
  78. package/styles/appbar/fluent.css +3 -0
  79. package/styles/appbar/highcontrast-light.css +3 -0
  80. package/styles/appbar/highcontrast.css +3 -0
  81. package/styles/appbar/material-dark.css +3 -0
  82. package/styles/appbar/material.css +3 -0
  83. package/styles/appbar/tailwind-dark.css +3 -0
  84. package/styles/appbar/tailwind.css +3 -0
  85. package/styles/bootstrap-dark.css +669 -938
  86. package/styles/bootstrap.css +658 -927
  87. package/styles/bootstrap4.css +724 -993
  88. package/styles/bootstrap5-dark.css +685 -954
  89. package/styles/bootstrap5.css +686 -955
  90. package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
  91. package/styles/breadcrumb/_fluent-definition.scss +2 -2
  92. package/styles/breadcrumb/_layout.scss +2 -2
  93. package/styles/breadcrumb/_tailwind-definition.scss +2 -2
  94. package/styles/breadcrumb/_theme.scss +18 -2
  95. package/styles/carousel/_layout.scss +7 -0
  96. package/styles/carousel/bootstrap-dark.css +4 -0
  97. package/styles/carousel/bootstrap.css +4 -0
  98. package/styles/carousel/bootstrap4.css +4 -0
  99. package/styles/carousel/bootstrap5-dark.css +4 -0
  100. package/styles/carousel/bootstrap5.css +4 -0
  101. package/styles/carousel/fabric-dark.css +4 -0
  102. package/styles/carousel/fabric.css +4 -0
  103. package/styles/carousel/fluent-dark.css +4 -0
  104. package/styles/carousel/fluent.css +4 -0
  105. package/styles/carousel/highcontrast-light.css +4 -0
  106. package/styles/carousel/highcontrast.css +4 -0
  107. package/styles/carousel/material-dark.css +4 -0
  108. package/styles/carousel/material.css +4 -0
  109. package/styles/carousel/tailwind-dark.css +4 -0
  110. package/styles/carousel/tailwind.css +4 -0
  111. package/styles/context-menu/_bootstrap5-definition.scss +3 -3
  112. package/styles/context-menu/_fluent-definition.scss +2 -2
  113. package/styles/context-menu/_tailwind-definition.scss +3 -3
  114. package/styles/fabric-dark.css +669 -938
  115. package/styles/fabric.css +669 -938
  116. package/styles/fluent-dark.css +677 -946
  117. package/styles/fluent.css +677 -946
  118. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
  119. package/styles/h-scroll/_bootstrap-definition.scss +0 -1
  120. package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
  121. package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
  122. package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
  123. package/styles/h-scroll/_fabric-definition.scss +0 -1
  124. package/styles/h-scroll/_fluent-definition.scss +0 -1
  125. package/styles/h-scroll/_fusionnew-definition.scss +0 -1
  126. package/styles/h-scroll/_highcontrast-definition.scss +0 -1
  127. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
  128. package/styles/h-scroll/_layout.scss +1 -0
  129. package/styles/h-scroll/_material-dark-definition.scss +0 -1
  130. package/styles/h-scroll/_material-definition.scss +0 -1
  131. package/styles/h-scroll/_tailwind-definition.scss +0 -1
  132. package/styles/h-scroll/_theme.scss +0 -1
  133. package/styles/h-scroll/bootstrap-dark.css +1 -1
  134. package/styles/h-scroll/bootstrap.css +1 -1
  135. package/styles/h-scroll/bootstrap4.css +1 -1
  136. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  137. package/styles/h-scroll/bootstrap5.css +1 -1
  138. package/styles/h-scroll/fabric-dark.css +1 -1
  139. package/styles/h-scroll/fabric.css +1 -1
  140. package/styles/h-scroll/fluent-dark.css +1 -1
  141. package/styles/h-scroll/fluent.css +1 -1
  142. package/styles/h-scroll/highcontrast-light.css +1 -1
  143. package/styles/h-scroll/highcontrast.css +1 -1
  144. package/styles/h-scroll/material-dark.css +1 -1
  145. package/styles/h-scroll/material.css +1 -1
  146. package/styles/h-scroll/tailwind-dark.css +1 -1
  147. package/styles/h-scroll/tailwind.css +1 -1
  148. package/styles/highcontrast-light.css +668 -937
  149. package/styles/highcontrast.css +675 -944
  150. package/styles/material-dark.css +669 -938
  151. package/styles/material.css +661 -930
  152. package/styles/menu/_bootstrap5-definition.scss +2 -2
  153. package/styles/menu/_layout.scss +1 -1
  154. package/styles/menu/_tailwind-definition.scss +2 -2
  155. package/styles/menu/_theme.scss +31 -15
  156. package/styles/menu/bootstrap-dark.css +7 -7
  157. package/styles/menu/bootstrap.css +7 -7
  158. package/styles/menu/bootstrap4.css +10 -10
  159. package/styles/menu/bootstrap5-dark.css +7 -7
  160. package/styles/menu/bootstrap5.css +7 -7
  161. package/styles/menu/fabric-dark.css +7 -7
  162. package/styles/menu/fabric.css +7 -7
  163. package/styles/menu/fluent-dark.css +7 -7
  164. package/styles/menu/fluent.css +7 -7
  165. package/styles/menu/highcontrast-light.css +7 -7
  166. package/styles/menu/highcontrast.css +7 -7
  167. package/styles/menu/icons/_material3.scss +12 -12
  168. package/styles/menu/material-dark.css +7 -7
  169. package/styles/menu/material.css +7 -7
  170. package/styles/menu/tailwind-dark.css +7 -7
  171. package/styles/menu/tailwind.css +7 -7
  172. package/styles/sidebar/_theme.scss +1 -1
  173. package/styles/tab/_bootstrap-dark-definition.scss +0 -2
  174. package/styles/tab/_bootstrap-definition.scss +0 -2
  175. package/styles/tab/_bootstrap4-definition.scss +1 -3
  176. package/styles/tab/_bootstrap5-definition.scss +12 -14
  177. package/styles/tab/_fabric-dark-definition.scss +0 -2
  178. package/styles/tab/_fabric-definition.scss +0 -2
  179. package/styles/tab/_fluent-definition.scss +4 -6
  180. package/styles/tab/_fusionnew-definition.scss +2 -4
  181. package/styles/tab/_highcontrast-definition.scss +0 -2
  182. package/styles/tab/_highcontrast-light-definition.scss +0 -2
  183. package/styles/tab/_layout.scss +8 -6
  184. package/styles/tab/_material-dark-definition.scss +0 -2
  185. package/styles/tab/_material-definition.scss +0 -2
  186. package/styles/tab/_tailwind-definition.scss +3 -5
  187. package/styles/tab/_theme.scss +0 -1
  188. package/styles/tab/bootstrap-dark.css +5 -2
  189. package/styles/tab/bootstrap.css +5 -2
  190. package/styles/tab/bootstrap4.css +12 -9
  191. package/styles/tab/bootstrap5-dark.css +11 -8
  192. package/styles/tab/bootstrap5.css +11 -8
  193. package/styles/tab/fabric-dark.css +7 -4
  194. package/styles/tab/fabric.css +7 -4
  195. package/styles/tab/fluent-dark.css +8 -5
  196. package/styles/tab/fluent.css +8 -5
  197. package/styles/tab/highcontrast-light.css +10 -7
  198. package/styles/tab/highcontrast.css +10 -7
  199. package/styles/tab/material-dark.css +4 -1
  200. package/styles/tab/material.css +4 -1
  201. package/styles/tab/tailwind-dark.css +8 -5
  202. package/styles/tab/tailwind.css +8 -5
  203. package/styles/tailwind-dark.css +668 -937
  204. package/styles/tailwind.css +668 -937
  205. package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
  206. package/styles/toolbar/_bootstrap-definition.scss +13 -41
  207. package/styles/toolbar/_bootstrap4-definition.scss +15 -43
  208. package/styles/toolbar/_bootstrap5-definition.scss +21 -49
  209. package/styles/toolbar/_fabric-dark-definition.scss +14 -43
  210. package/styles/toolbar/_fabric-definition.scss +15 -43
  211. package/styles/toolbar/_fluent-definition.scss +22 -50
  212. package/styles/toolbar/_fusionnew-definition.scss +17 -45
  213. package/styles/toolbar/_highcontrast-definition.scss +15 -43
  214. package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
  215. package/styles/toolbar/_layout.scss +684 -977
  216. package/styles/toolbar/_material-dark-definition.scss +19 -49
  217. package/styles/toolbar/_material-definition.scss +21 -49
  218. package/styles/toolbar/_tailwind-definition.scss +21 -49
  219. package/styles/toolbar/_theme.scss +205 -294
  220. package/styles/toolbar/bootstrap-dark.css +647 -925
  221. package/styles/toolbar/bootstrap.css +638 -916
  222. package/styles/toolbar/bootstrap4.css +657 -935
  223. package/styles/toolbar/bootstrap5-dark.css +658 -936
  224. package/styles/toolbar/bootstrap5.css +658 -936
  225. package/styles/toolbar/fabric-dark.css +645 -923
  226. package/styles/toolbar/fabric.css +651 -929
  227. package/styles/toolbar/fluent-dark.css +650 -928
  228. package/styles/toolbar/fluent.css +650 -928
  229. package/styles/toolbar/highcontrast-light.css +642 -920
  230. package/styles/toolbar/highcontrast.css +647 -925
  231. package/styles/toolbar/material-dark.css +649 -927
  232. package/styles/toolbar/material.css +646 -924
  233. package/styles/toolbar/tailwind-dark.css +647 -925
  234. package/styles/toolbar/tailwind.css +645 -923
  235. package/styles/treeview/_bootstrap5-definition.scss +5 -5
  236. package/styles/treeview/_fluent-definition.scss +5 -5
  237. package/styles/treeview/_layout.scss +8 -4
  238. package/styles/treeview/_tailwind-definition.scss +5 -5
  239. package/styles/treeview/_theme.scss +6 -3
  240. package/styles/accordion/_material3-definition.scss +0 -181
  241. package/styles/appbar/_material3-definition.scss +0 -8
  242. package/styles/breadcrumb/_material3-definition.scss +0 -59
  243. package/styles/carousel/_material3-definition.scss +0 -22
  244. package/styles/context-menu/_material3-definition.scss +0 -52
  245. package/styles/h-scroll/_material3-definition.scss +0 -84
  246. package/styles/menu/_material3-definition.scss +0 -67
  247. package/styles/pager/_material3-definition.scss +0 -146
  248. package/styles/sidebar/_material3-definition.scss +0 -6
  249. package/styles/tab/_material3-definition.scss +0 -658
  250. package/styles/toolbar/_material3-definition.scss +0 -248
  251. package/styles/treeview/_material3-definition.scss +0 -120
  252. package/styles/v-scroll/_material3-definition.scss +0 -49
@@ -356,7 +356,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
356
356
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
357
357
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
358
358
  $tab-bgr-hor-pop-lineheight: 38px !default;
359
- $tab-bgr-hor-pop-hover-top: .5px !default;
360
359
  $tab-bgr-hor-focus-pop-hover-top: -2px !default;
361
360
  $tab-bgr-bottom-active-close-top: .5px !default;
362
361
  $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
@@ -496,7 +495,6 @@ $tab-active-wrap-before-top: unset !default;
496
495
  $tab-active-wrap-before-width: unset !default;
497
496
  $tab-focused-wrap-focus-border: 1px solid $tab-focused-wrap-focus-border-color !default;
498
497
  $tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
499
- $tab-content-line-height: 18px !default;
500
498
  $tab-content-font-size: 12px !default;
501
499
  $tab-item-active-tabwrap-border: 1px solid transparent !default;
502
500
  $tab-item-left-icon-before-top: 0 !default;
@@ -517,7 +515,7 @@ $tab-pop-hover-bg: transparent !default;
517
515
  $tab-pop-nav-active-bg: $tab-nav-focus-bg-color !default;
518
516
  $tab-pop-nav-active-border: $tab-nav-pop-press-active-border !default;
519
517
  $tab-pop-nav-active-border-radius: $tab-active-item-border-radius !default;
520
- $tab-pop-active-icons-color: $primary-text-color !default;
518
+ $tab-pop-active-icons-color: $content-text-color-alt2 !default;
521
519
 
522
520
  $tab-scroll-nav-bg: inherit !default;
523
521
  $tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
@@ -546,7 +544,7 @@ $tab-bottom-active-margin-top: 0 !default;
546
544
  $tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
547
545
  $tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
548
546
  $tab-vertical-focus-active-arrow-color: none !default;
549
- $tab-vertical-pop-icon-hover-color: $gray-900 !default;
547
+ $tab-vertical-pop-icon-hover-color: $tab-hover-text-color !default;
550
548
  $tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
551
549
  $tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
552
550
  $tab-vertical-before-border-width: 0 1px 0 0 !default;
@@ -357,7 +357,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
357
357
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 4 !default;
358
358
  $tab-bgr-scroll-nav-arrow-before-top: -2px !default;
359
359
  $tab-bgr-hor-pop-lineheight: 32px !default;
360
- $tab-bgr-hor-pop-hover-top: -2px !default;
361
360
  $tab-bgr-hor-focus-pop-hover-top: 0 !default;
362
361
  $tab-bgr-bottom-active-close-top: 1px !default;
363
362
  $tab-bgr-bottom-active-itop-close-top: 1px !default;
@@ -540,7 +539,6 @@ $tab-active-wrap-before-top: 95% !default;
540
539
  $tab-active-wrap-before-width: 100% !default;
541
540
  $tab-focused-wrap-focus-border: 2px solid $tab-focused-wrap-focus-border-color !default;
542
541
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
543
- $tab-content-line-height: 18px !default;
544
542
  $tab-content-font-size: 12px !default;
545
543
  $tab-item-active-tabwrap-border: 2px solid $tab-wrap-border-color !default;
546
544
  $tab-item-left-icon-before-top: 0 !default;
@@ -424,7 +424,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
424
424
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 4 !default;
425
425
  $tab-bgr-scroll-nav-arrow-before-top: -2px !default;
426
426
  $tab-bgr-hor-pop-lineheight: 32px !default;
427
- $tab-bgr-hor-pop-hover-top: -2px !default;
428
427
  $tab-bgr-hor-focus-pop-hover-top: 0 !default;
429
428
  $tab-bgr-bottom-active-close-top: 1px !default;
430
429
  $tab-bgr-bottom-active-itop-close-top: 1px !default;
@@ -520,7 +519,6 @@ $tab-active-wrap-before-top: 95% !default;
520
519
  $tab-active-wrap-before-width: 100% !default;
521
520
  $tab-focused-wrap-focus-border: 2px solid $tab-focused-wrap-focus-border-color !default;
522
521
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
523
- $tab-content-line-height: 18px !default;
524
522
  $tab-content-font-size: 12px !default;
525
523
  $tab-item-active-tabwrap-border: 2px solid $tab-wrap-border-color !default;
526
524
  $tab-item-left-icon-before-top: 0 !default;
@@ -363,7 +363,7 @@
363
363
  &::before {
364
364
  font-size: $tab-big-nav-icon-size;
365
365
  line-height: $tab-big-nav-icon-container-size;
366
- top: $tab-bgr-scroll-nav-arrow-before-top;
366
+ top: 0;
367
367
  vertical-align: initial;
368
368
 
369
369
  @media screen and (max-width: 480px) {
@@ -376,7 +376,7 @@
376
376
 
377
377
  &::before {
378
378
  line-height: $tab-bgr-hor-pop-lineheight;
379
- top: $tab-bgr-hor-pop-hover-top;
379
+ top: 0;
380
380
  }
381
381
  }
382
382
  }
@@ -389,7 +389,7 @@
389
389
 
390
390
  &::before {
391
391
  line-height: $tab-bgr-hor-pop-lineheight;
392
- top: $tab-bgr-scroll-nav-arrow-before-top;
392
+ top: 0;
393
393
  }
394
394
 
395
395
  &:hover {
@@ -1776,7 +1776,7 @@
1776
1776
  font-size: $tab-nrml-nav-icon-size;
1777
1777
  line-height: $tab-nrml-nav-icon-container-size;
1778
1778
  position: relative;
1779
- top: $tab-nrml-scroll-nav-arrow-before-top;
1779
+ top: 0;
1780
1780
  vertical-align: initial;
1781
1781
 
1782
1782
  @media screen and (max-width: 480px) {
@@ -1789,7 +1789,7 @@
1789
1789
 
1790
1790
  &::before {
1791
1791
  line-height: $tab-nrml-hor-pop-lineheight;
1792
- top: $tab-nrml-scroll-nav-arrow-before-top;
1792
+ top: 0;
1793
1793
 
1794
1794
  @media screen and (max-width: 480px) {
1795
1795
  line-height: $tab-nrml-mob-hor-pop-lineheight;
@@ -1826,7 +1826,7 @@
1826
1826
 
1827
1827
  &::before {
1828
1828
  line-height: $tab-nrml-hor-focus-pop-lineheight;
1829
- top: $tab-nrml-scroll-nav-arrow-before-top;
1829
+ top: 0;
1830
1830
 
1831
1831
  @media screen and (max-width: 480px) {
1832
1832
  line-height: $tab-nrml-mob-hor-pop-lineheight;
@@ -1981,6 +1981,8 @@
1981
1981
 
1982
1982
  .e-toolbar-items {
1983
1983
  height: inherit;
1984
+ flex-direction: column;
1985
+ align-items: normal;
1984
1986
 
1985
1987
  &.e-vscroll:not(.e-scroll-device) {
1986
1988
  padding: $tab-vscroll-nrml-padding;
@@ -377,7 +377,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
377
377
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
378
378
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
379
379
  $tab-bgr-hor-pop-lineheight: 24px !default;
380
- $tab-bgr-hor-pop-hover-top: 0 !default;
381
380
  $tab-bgr-hor-focus-pop-hover-top: 0 !default;
382
381
  $tab-bgr-bottom-active-close-top: 0 !default;
383
382
  $tab-bgr-bottom-active-itop-close-top: 0 !default;
@@ -473,7 +472,6 @@ $tab-active-wrap-before-top: unset !default;
473
472
  $tab-active-wrap-before-width: unset !default;
474
473
  $tab-focused-wrap-focus-border: 0 !default;
475
474
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
476
- $tab-content-line-height: 18px !default;
477
475
  $tab-content-font-size: 12px !default;
478
476
  $tab-item-active-tabwrap-border: 0 !default;
479
477
  $tab-item-left-icon-before-top: 1px !default;
@@ -366,7 +366,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
366
366
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
367
367
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
368
368
  $tab-bgr-hor-pop-lineheight: 24px !default;
369
- $tab-bgr-hor-pop-hover-top: 0 !default;
370
369
  $tab-bgr-hor-focus-pop-hover-top: 0 !default;
371
370
  $tab-bgr-bottom-active-close-top: 0 !default;
372
371
  $tab-bgr-bottom-active-itop-close-top: 0 !default;
@@ -522,7 +521,6 @@ $tab-active-wrap-before-top: unset !default;
522
521
  $tab-active-wrap-before-width: unset !default;
523
522
  $tab-focused-wrap-focus-border: 0 !default;
524
523
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
525
- $tab-content-line-height: 18px !default;
526
524
  $tab-content-font-size: 12px !default;
527
525
  $tab-item-active-tabwrap-border: 0 !default;
528
526
  $tab-item-left-icon-before-top: 1px !default;
@@ -194,7 +194,7 @@ $tab-big-font-size: $text-base !default;
194
194
  $tab-nrml-font-size: $text-sm !default;
195
195
  $tab-font-weight: $font-weight-medium !default;
196
196
  $tab-semi-font-weight: $font-weight-medium !default;
197
- $tab-light-font-weight: 500 !default;
197
+ $tab-light-font-weight: $font-weight-medium !default;
198
198
  $tab-big-it-text-margin: 0 0 6px 12px !default;
199
199
  $tab-nrml-it-text-margin: 0 0 5px 8px !default;
200
200
  $tab-mob-it-text-margin: 0 0 6px 12px !default;
@@ -369,7 +369,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
369
369
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
370
370
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
371
371
  $tab-bgr-hor-pop-lineheight: 48px !default;
372
- $tab-bgr-hor-pop-hover-top: 0 !default;
373
372
  $tab-bgr-hor-focus-pop-hover-top: 0 !default;
374
373
  $tab-bgr-bottom-active-close-top: 0 !default;
375
374
  $tab-bgr-bottom-active-itop-close-top: 0 !default;
@@ -419,7 +418,7 @@ $tab-nrml-item-active-before-transition: unset !default;
419
418
  $tab-nrml-item-active-after-font: unset !default;
420
419
  $tab-nrml-item-active-after-content: unset !default;
421
420
  $tab-nrml-item-active-after-display: unset !default;
422
- $tab-nrml-item-active-after-font-weight: unset !default;
421
+ $tab-nrml-item-active-after-font-weight: $font-weight-medium !default;
423
422
  $tab-nrml-item-active-after-height: unset !default;
424
423
  $tab-nrml-item-active-after-overflow: unset !default;
425
424
  $tab-nrml-hscroll-bar-padding: 0 !default;
@@ -525,8 +524,7 @@ $tab-active-wrap-before-top: unset !default;
525
524
  $tab-active-wrap-before-width: unset !default;
526
525
  $tab-focused-wrap-focus-border: 0 !default;
527
526
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
528
- $tab-content-line-height: $tab-nrml-text-wrap-height !default;
529
- $tab-content-font-size: 14px !default;
527
+ $tab-content-font-size: $text-sm !default;
530
528
  $tab-item-active-tabwrap-border: 0 !default;
531
529
  $tab-item-left-icon-before-top: 1px !default;
532
530
  $tab-item-icon-before-top: 1px !default;
@@ -1464,7 +1464,6 @@
1464
1464
  background: inherit;
1465
1465
  color: $tab-content-font-color;
1466
1466
  font-size: $tab-content-font-size;
1467
- line-height: $tab-content-line-height;
1468
1467
  }
1469
1468
  }
1470
1469
  }
@@ -481,7 +481,7 @@
481
481
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
482
482
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
483
483
  line-height: 42px;
484
- top: 0.5px;
484
+ top: 0;
485
485
  }
486
486
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
487
487
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
@@ -1905,6 +1905,10 @@
1905
1905
  }
1906
1906
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1907
1907
  height: inherit;
1908
+ -ms-flex-direction: column;
1909
+ flex-direction: column;
1910
+ -ms-flex-align: normal;
1911
+ align-items: normal;
1908
1912
  }
1909
1913
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1910
1914
  padding: 16px 0;
@@ -4008,7 +4012,6 @@
4008
4012
  background: inherit;
4009
4013
  color: #f0f0f0;
4010
4014
  font-size: 12px;
4011
- line-height: 18px;
4012
4015
  }
4013
4016
 
4014
4017
  .e-tab-clone-element {
@@ -486,7 +486,7 @@
486
486
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
487
487
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
488
488
  line-height: 42px;
489
- top: 0.5px;
489
+ top: 0;
490
490
  }
491
491
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
492
492
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
@@ -1910,6 +1910,10 @@
1910
1910
  }
1911
1911
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1912
1912
  height: inherit;
1913
+ -ms-flex-direction: column;
1914
+ flex-direction: column;
1915
+ -ms-flex-align: normal;
1916
+ align-items: normal;
1913
1917
  }
1914
1918
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1915
1919
  padding: 16px 0;
@@ -4013,7 +4017,6 @@
4013
4017
  background: inherit;
4014
4018
  color: #000;
4015
4019
  font-size: 12px;
4016
- line-height: 18px;
4017
4020
  }
4018
4021
 
4019
4022
  .e-tab-clone-element {
@@ -484,7 +484,7 @@
484
484
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
485
485
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
486
486
  line-height: 38px;
487
- top: 0.5px;
487
+ top: 0;
488
488
  }
489
489
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
490
490
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
@@ -1908,6 +1908,10 @@
1908
1908
  }
1909
1909
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1910
1910
  height: inherit;
1911
+ -ms-flex-direction: column;
1912
+ flex-direction: column;
1913
+ -ms-flex-align: normal;
1914
+ align-items: normal;
1911
1915
  }
1912
1916
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1913
1917
  padding: 16px 0;
@@ -3173,7 +3177,7 @@
3173
3177
  .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
3174
3178
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
3175
3179
  background: #6c757d;
3176
- color: #fff;
3180
+ color: #212529;
3177
3181
  border: 0;
3178
3182
  }
3179
3183
  .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
@@ -3185,7 +3189,7 @@
3185
3189
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
3186
3190
  background: #6c757d;
3187
3191
  border-color: unset;
3188
- color: #fff;
3192
+ color: #212529;
3189
3193
  }
3190
3194
  .e-tab .e-tab-header .e-scroll-nav:active,
3191
3195
  .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
@@ -3238,7 +3242,7 @@
3238
3242
  background: #6c757d;
3239
3243
  border: 0;
3240
3244
  border-radius: 4px;
3241
- color: #fff;
3245
+ color: #212529;
3242
3246
  }
3243
3247
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
3244
3248
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
@@ -3253,7 +3257,7 @@
3253
3257
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
3254
3258
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
3255
3259
  background: #5a6268;
3256
- color: #fff;
3260
+ color: #212529;
3257
3261
  border: 0;
3258
3262
  border-radius: 4px;
3259
3263
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -3406,7 +3410,7 @@
3406
3410
  }
3407
3411
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
3408
3412
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
3409
- color: #fff;
3413
+ color: #212529;
3410
3414
  }
3411
3415
  .e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
3412
3416
  .e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
@@ -3424,11 +3428,11 @@
3424
3428
  color: #0056b3;
3425
3429
  }
3426
3430
  .e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3427
- color: #fff;
3431
+ color: #212529;
3428
3432
  }
3429
3433
  .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3430
3434
  .e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3431
- color: #fff;
3435
+ color: #212529;
3432
3436
  background: #6c757d;
3433
3437
  border: 0;
3434
3438
  }
@@ -4011,7 +4015,6 @@
4011
4015
  background: inherit;
4012
4016
  color: #000;
4013
4017
  font-size: 12px;
4014
- line-height: 18px;
4015
4018
  }
4016
4019
 
4017
4020
  .e-tab-clone-element {
@@ -482,7 +482,7 @@
482
482
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
483
483
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
484
484
  line-height: 38px;
485
- top: 0.5px;
485
+ top: 0;
486
486
  }
487
487
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
488
488
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
@@ -1221,7 +1221,7 @@
1221
1221
  color: unset;
1222
1222
  content: unset;
1223
1223
  display: unset;
1224
- font-weight: unset;
1224
+ font-weight: 400;
1225
1225
  height: unset;
1226
1226
  overflow: unset;
1227
1227
  visibility: unset;
@@ -1819,7 +1819,7 @@
1819
1819
  color: unset;
1820
1820
  content: unset;
1821
1821
  display: unset;
1822
- font-weight: unset;
1822
+ font-weight: 400;
1823
1823
  height: unset;
1824
1824
  overflow: unset;
1825
1825
  visibility: unset;
@@ -1906,6 +1906,10 @@
1906
1906
  }
1907
1907
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1908
1908
  height: inherit;
1909
+ -ms-flex-direction: column;
1910
+ flex-direction: column;
1911
+ -ms-flex-align: normal;
1912
+ align-items: normal;
1909
1913
  }
1910
1914
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1911
1915
  padding: 16px 0;
@@ -1978,7 +1982,7 @@
1978
1982
  color: unset;
1979
1983
  content: unset;
1980
1984
  display: unset;
1981
- font-weight: unset;
1985
+ font-weight: 400;
1982
1986
  height: unset;
1983
1987
  overflow: unset;
1984
1988
  visibility: unset;
@@ -2018,7 +2022,7 @@
2018
2022
  color: unset;
2019
2023
  content: unset;
2020
2024
  display: unset;
2021
- font-weight: unset;
2025
+ font-weight: 400;
2022
2026
  height: unset;
2023
2027
  overflow: unset;
2024
2028
  visibility: unset;
@@ -3279,7 +3283,7 @@
3279
3283
  }
3280
3284
  .e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
3281
3285
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
3282
- color: #fff;
3286
+ color: #ced4da;
3283
3287
  }
3284
3288
  .e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
3285
3289
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
@@ -3387,7 +3391,7 @@
3387
3391
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
3388
3392
  background: inherit;
3389
3393
  border: 0;
3390
- color: #212529;
3394
+ color: #0a58ca;
3391
3395
  }
3392
3396
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
3393
3397
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
@@ -4009,7 +4013,6 @@
4009
4013
  background: inherit;
4010
4014
  color: #fff;
4011
4015
  font-size: 12px;
4012
- line-height: 18px;
4013
4016
  }
4014
4017
 
4015
4018
  .e-tab-clone-element {
@@ -482,7 +482,7 @@
482
482
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
483
483
  .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
484
484
  line-height: 38px;
485
- top: 0.5px;
485
+ top: 0;
486
486
  }
487
487
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
488
488
  .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
@@ -1221,7 +1221,7 @@
1221
1221
  color: unset;
1222
1222
  content: unset;
1223
1223
  display: unset;
1224
- font-weight: unset;
1224
+ font-weight: 400;
1225
1225
  height: unset;
1226
1226
  overflow: unset;
1227
1227
  visibility: unset;
@@ -1819,7 +1819,7 @@
1819
1819
  color: unset;
1820
1820
  content: unset;
1821
1821
  display: unset;
1822
- font-weight: unset;
1822
+ font-weight: 400;
1823
1823
  height: unset;
1824
1824
  overflow: unset;
1825
1825
  visibility: unset;
@@ -1906,6 +1906,10 @@
1906
1906
  }
1907
1907
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1908
1908
  height: inherit;
1909
+ -ms-flex-direction: column;
1910
+ flex-direction: column;
1911
+ -ms-flex-align: normal;
1912
+ align-items: normal;
1909
1913
  }
1910
1914
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1911
1915
  padding: 16px 0;
@@ -1978,7 +1982,7 @@
1978
1982
  color: unset;
1979
1983
  content: unset;
1980
1984
  display: unset;
1981
- font-weight: unset;
1985
+ font-weight: 400;
1982
1986
  height: unset;
1983
1987
  overflow: unset;
1984
1988
  visibility: unset;
@@ -2018,7 +2022,7 @@
2018
2022
  color: unset;
2019
2023
  content: unset;
2020
2024
  display: unset;
2021
- font-weight: unset;
2025
+ font-weight: 400;
2022
2026
  height: unset;
2023
2027
  overflow: unset;
2024
2028
  visibility: unset;
@@ -3279,7 +3283,7 @@
3279
3283
  }
3280
3284
  .e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
3281
3285
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
3282
- color: #fff;
3286
+ color: #495057;
3283
3287
  }
3284
3288
  .e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
3285
3289
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
@@ -3387,7 +3391,7 @@
3387
3391
  .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
3388
3392
  background: inherit;
3389
3393
  border: 0;
3390
- color: #212529;
3394
+ color: #0a58ca;
3391
3395
  }
3392
3396
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
3393
3397
  .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
@@ -4009,7 +4013,6 @@
4009
4013
  background: inherit;
4010
4014
  color: #212529;
4011
4015
  font-size: 12px;
4012
- line-height: 18px;
4013
4016
  }
4014
4017
 
4015
4018
  .e-tab-clone-element {
@@ -1733,7 +1733,7 @@
1733
1733
  font-size: 12px;
1734
1734
  line-height: 24px;
1735
1735
  position: relative;
1736
- top: -1px;
1736
+ top: 0;
1737
1737
  vertical-align: initial;
1738
1738
  }
1739
1739
  @media screen and (max-width: 480px) {
@@ -1749,7 +1749,7 @@
1749
1749
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
1750
1750
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
1751
1751
  line-height: 24px;
1752
- top: -1px;
1752
+ top: 0;
1753
1753
  }
1754
1754
  @media screen and (max-width: 480px) {
1755
1755
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
@@ -1784,7 +1784,7 @@
1784
1784
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
1785
1785
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
1786
1786
  line-height: 24px;
1787
- top: -1px;
1787
+ top: 0;
1788
1788
  }
1789
1789
  @media screen and (max-width: 480px) {
1790
1790
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
@@ -1905,6 +1905,10 @@
1905
1905
  }
1906
1906
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1907
1907
  height: inherit;
1908
+ -ms-flex-direction: column;
1909
+ flex-direction: column;
1910
+ -ms-flex-align: normal;
1911
+ align-items: normal;
1908
1912
  }
1909
1913
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1910
1914
  padding: 16px 0;
@@ -4008,7 +4012,6 @@
4008
4012
  background: inherit;
4009
4013
  color: #dadada;
4010
4014
  font-size: 14px;
4011
- line-height: 18px;
4012
4015
  }
4013
4016
 
4014
4017
  .e-tab-clone-element {
@@ -1738,7 +1738,7 @@
1738
1738
  font-size: 12px;
1739
1739
  line-height: 24px;
1740
1740
  position: relative;
1741
- top: -1px;
1741
+ top: 0;
1742
1742
  vertical-align: initial;
1743
1743
  }
1744
1744
  @media screen and (max-width: 480px) {
@@ -1754,7 +1754,7 @@
1754
1754
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
1755
1755
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
1756
1756
  line-height: 24px;
1757
- top: -1px;
1757
+ top: 0;
1758
1758
  }
1759
1759
  @media screen and (max-width: 480px) {
1760
1760
  .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
@@ -1789,7 +1789,7 @@
1789
1789
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
1790
1790
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
1791
1791
  line-height: 24px;
1792
- top: -1px;
1792
+ top: 0;
1793
1793
  }
1794
1794
  @media screen and (max-width: 480px) {
1795
1795
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
@@ -1910,6 +1910,10 @@
1910
1910
  }
1911
1911
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1912
1912
  height: inherit;
1913
+ -ms-flex-direction: column;
1914
+ flex-direction: column;
1915
+ -ms-flex-align: normal;
1916
+ align-items: normal;
1913
1917
  }
1914
1918
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1915
1919
  padding: 16px 0;
@@ -4013,7 +4017,6 @@
4013
4017
  background: inherit;
4014
4018
  color: #333;
4015
4019
  font-size: 14px;
4016
- line-height: 18px;
4017
4020
  }
4018
4021
 
4019
4022
  .e-tab-clone-element {
@@ -1223,7 +1223,7 @@
1223
1223
  color: transparent;
1224
1224
  content: attr(data-content);
1225
1225
  display: block;
1226
- font-weight: bold;
1226
+ font-weight: 700;
1227
1227
  height: 1px;
1228
1228
  overflow: hidden;
1229
1229
  visibility: hidden;
@@ -1821,7 +1821,7 @@
1821
1821
  color: transparent;
1822
1822
  content: attr(data-content);
1823
1823
  display: block;
1824
- font-weight: bold;
1824
+ font-weight: 700;
1825
1825
  height: 1px;
1826
1826
  overflow: hidden;
1827
1827
  visibility: hidden;
@@ -1908,6 +1908,10 @@
1908
1908
  }
1909
1909
  .e-tab .e-tab-header.e-vertical .e-toolbar-items {
1910
1910
  height: inherit;
1911
+ -ms-flex-direction: column;
1912
+ flex-direction: column;
1913
+ -ms-flex-align: normal;
1914
+ align-items: normal;
1911
1915
  }
1912
1916
  .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
1913
1917
  padding: 16px 0;
@@ -1980,7 +1984,7 @@
1980
1984
  color: transparent;
1981
1985
  content: attr(data-content);
1982
1986
  display: block;
1983
- font-weight: bold;
1987
+ font-weight: 700;
1984
1988
  height: 1px;
1985
1989
  overflow: hidden;
1986
1990
  visibility: hidden;
@@ -2020,7 +2024,7 @@
2020
2024
  color: transparent;
2021
2025
  content: attr(data-content);
2022
2026
  display: block;
2023
- font-weight: bold;
2027
+ font-weight: 700;
2024
2028
  height: 1px;
2025
2029
  overflow: hidden;
2026
2030
  visibility: hidden;
@@ -4011,7 +4015,6 @@
4011
4015
  background: inherit;
4012
4016
  color: #f3f2f1;
4013
4017
  font-size: 12px;
4014
- line-height: 18px;
4015
4018
  }
4016
4019
 
4017
4020
  .e-tab-clone-element {