@syncfusion/ej2-navigations 20.4.53 → 21.1.35

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 +14 -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 +89 -24
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +93 -28
  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 +2 -1
  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 +3 -0
  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
@@ -896,11 +896,11 @@
896
896
  /*! menu theme */
897
897
  .e-menu-wrapper,
898
898
  .e-menu-container {
899
- background-color: #fff;
899
+ background: #fff;
900
900
  }
901
901
  .e-menu-wrapper .e-menu,
902
902
  .e-menu-container .e-menu {
903
- background-color: inherit;
903
+ background: inherit;
904
904
  color: #000;
905
905
  }
906
906
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -932,7 +932,7 @@
932
932
  color: inherit;
933
933
  outline: 0 solid #757575;
934
934
  outline-offset: 0;
935
- background-color: #ecf;
935
+ background: #ecf;
936
936
  }
937
937
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
938
938
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -947,7 +947,7 @@
947
947
  color: #fff;
948
948
  outline: 0 solid #808080;
949
949
  outline-offset: 0;
950
- background-color: #808080;
950
+ background: #808080;
951
951
  }
952
952
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
953
953
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -981,7 +981,7 @@
981
981
 
982
982
  .e-menu-wrapper .e-ul,
983
983
  .e-menu-container .e-ul {
984
- background-color: inherit;
984
+ background: inherit;
985
985
  color: #000;
986
986
  }
987
987
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -1009,11 +1009,11 @@
1009
1009
 
1010
1010
  .e-menu-wrapper.e-menu-popup,
1011
1011
  .e-menu-container.e-menu-popup {
1012
- background-color: #fff;
1012
+ background: #fff;
1013
1013
  }
1014
1014
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
1015
1015
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
1016
- background-color: inherit;
1016
+ background: inherit;
1017
1017
  }
1018
1018
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
1019
1019
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -897,11 +897,11 @@
897
897
  /*! menu theme */
898
898
  .e-menu-wrapper,
899
899
  .e-menu-container {
900
- background-color: #000;
900
+ background: #000;
901
901
  }
902
902
  .e-menu-wrapper .e-menu,
903
903
  .e-menu-container .e-menu {
904
- background-color: inherit;
904
+ background: inherit;
905
905
  color: #fff;
906
906
  }
907
907
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -933,7 +933,7 @@
933
933
  color: inherit;
934
934
  outline: 0 solid #fff;
935
935
  outline-offset: 0;
936
- background-color: #685708;
936
+ background: #685708;
937
937
  }
938
938
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
939
939
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -948,7 +948,7 @@
948
948
  color: #000;
949
949
  outline: 0 solid #ffd939;
950
950
  outline-offset: 0;
951
- background-color: #ffd939;
951
+ background: #ffd939;
952
952
  }
953
953
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
954
954
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -982,7 +982,7 @@
982
982
 
983
983
  .e-menu-wrapper .e-ul,
984
984
  .e-menu-container .e-ul {
985
- background-color: inherit;
985
+ background: inherit;
986
986
  color: #fff;
987
987
  }
988
988
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -1010,11 +1010,11 @@
1010
1010
 
1011
1011
  .e-menu-wrapper.e-menu-popup,
1012
1012
  .e-menu-container.e-menu-popup {
1013
- background-color: #000;
1013
+ background: #000;
1014
1014
  }
1015
1015
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
1016
1016
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
1017
- background-color: inherit;
1017
+ background: inherit;
1018
1018
  }
1019
1019
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
1020
1020
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -8,7 +8,7 @@
8
8
  &.e-vertical .e-menu-item {
9
9
  & .e-caret {
10
10
  &::before {
11
- content: '\e748';
11
+ content: '\e87e';
12
12
  }
13
13
  }
14
14
  }
@@ -16,7 +16,7 @@
16
16
  & .e-menu-item {
17
17
  & .e-caret {
18
18
  &::before {
19
- content: '\e729';
19
+ content: '\e70d';
20
20
  }
21
21
  }
22
22
  }
@@ -25,7 +25,7 @@
25
25
  & .e-ul .e-menu-item {
26
26
  & .e-caret {
27
27
  &::before {
28
- content: '\e748';
28
+ content: '\e87e';
29
29
  }
30
30
  }
31
31
  }
@@ -52,7 +52,7 @@
52
52
  & .e-vertical .e-menu-item .e-caret,
53
53
  & .e-menu-item .e-caret {
54
54
  &::before {
55
- content: '\e729';
55
+ content: '\e70d';
56
56
  }
57
57
  }
58
58
  }
@@ -61,7 +61,7 @@
61
61
  &.e-ul {
62
62
  & .e-caret {
63
63
  &::before {
64
- content: '\e729';
64
+ content: '\e70d';
65
65
  }
66
66
  }
67
67
  }
@@ -69,12 +69,12 @@
69
69
 
70
70
  & .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before,
71
71
  & .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before {
72
- content: '\e748';
72
+ content: '\e87e';
73
73
  }
74
74
 
75
75
  & .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before,
76
76
  & .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before {
77
- content: '\e729';
77
+ content: '\e70d';
78
78
  }
79
79
  }
80
80
 
@@ -83,7 +83,7 @@
83
83
  &.e-vertical {
84
84
  & .e-caret {
85
85
  &::before {
86
- content: '\e765';
86
+ content: '\e87d';
87
87
  }
88
88
  }
89
89
  }
@@ -91,7 +91,7 @@
91
91
  &.e-ul {
92
92
  & .e-caret {
93
93
  &::before {
94
- content: '\e765';
94
+ content: '\e87d';
95
95
  }
96
96
  }
97
97
  }
@@ -104,7 +104,7 @@
104
104
  &.e-vertical {
105
105
  & .e-caret {
106
106
  &::before {
107
- content: '\e765';
107
+ content: '\e87d';
108
108
  }
109
109
  }
110
110
  }
@@ -112,7 +112,7 @@
112
112
  &.e-ul {
113
113
  & .e-caret {
114
114
  &::before {
115
- content: '\e765';
115
+ content: '\e87d';
116
116
  }
117
117
  }
118
118
  }
@@ -126,7 +126,7 @@
126
126
  &.e-ul {
127
127
  & .e-caret {
128
128
  &::before {
129
- content: '\e729';
129
+ content: '\e70d';
130
130
  }
131
131
  }
132
132
  }
@@ -915,11 +915,11 @@
915
915
  /*! menu theme */
916
916
  .e-menu-wrapper,
917
917
  .e-menu-container {
918
- background-color: #212121;
918
+ background: #212121;
919
919
  }
920
920
  .e-menu-wrapper .e-menu,
921
921
  .e-menu-container .e-menu {
922
- background-color: inherit;
922
+ background: inherit;
923
923
  color: #fff;
924
924
  }
925
925
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -951,7 +951,7 @@
951
951
  color: inherit;
952
952
  outline: 0 solid #616161;
953
953
  outline-offset: 0;
954
- background-color: rgba(255, 255, 255, 0.1);
954
+ background: rgba(255, 255, 255, 0.1);
955
955
  }
956
956
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
957
957
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -966,7 +966,7 @@
966
966
  color: #fff;
967
967
  outline: 0 solid rgba(255, 255, 255, 0.18);
968
968
  outline-offset: 0;
969
- background-color: rgba(255, 255, 255, 0.18);
969
+ background: rgba(255, 255, 255, 0.18);
970
970
  }
971
971
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
972
972
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -1000,7 +1000,7 @@
1000
1000
 
1001
1001
  .e-menu-wrapper .e-ul,
1002
1002
  .e-menu-container .e-ul {
1003
- background-color: inherit;
1003
+ background: inherit;
1004
1004
  color: #fff;
1005
1005
  }
1006
1006
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -1028,11 +1028,11 @@
1028
1028
 
1029
1029
  .e-menu-wrapper.e-menu-popup,
1030
1030
  .e-menu-container.e-menu-popup {
1031
- background-color: #424242;
1031
+ background: #424242;
1032
1032
  }
1033
1033
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
1034
1034
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
1035
- background-color: inherit;
1035
+ background: inherit;
1036
1036
  }
1037
1037
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
1038
1038
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -917,11 +917,11 @@
917
917
  /*! menu theme */
918
918
  .e-menu-wrapper,
919
919
  .e-menu-container {
920
- background-color: #fafafa;
920
+ background: #fafafa;
921
921
  }
922
922
  .e-menu-wrapper .e-menu,
923
923
  .e-menu-container .e-menu {
924
- background-color: inherit;
924
+ background: inherit;
925
925
  color: rgba(0, 0, 0, 0.87);
926
926
  }
927
927
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -953,7 +953,7 @@
953
953
  color: initial;
954
954
  outline: 0 solid rgba(0, 0, 0, 0.12);
955
955
  outline-offset: 0;
956
- background-color: #eee;
956
+ background: #eee;
957
957
  }
958
958
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
959
959
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -968,7 +968,7 @@
968
968
  color: rgba(0, 0, 0, 0.87);
969
969
  outline: 0 solid #e0e0e0;
970
970
  outline-offset: 0;
971
- background-color: #e0e0e0;
971
+ background: #e0e0e0;
972
972
  }
973
973
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
974
974
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -1002,7 +1002,7 @@
1002
1002
 
1003
1003
  .e-menu-wrapper .e-ul,
1004
1004
  .e-menu-container .e-ul {
1005
- background-color: inherit;
1005
+ background: inherit;
1006
1006
  color: rgba(0, 0, 0, 0.87);
1007
1007
  }
1008
1008
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -1030,11 +1030,11 @@
1030
1030
 
1031
1031
  .e-menu-wrapper.e-menu-popup,
1032
1032
  .e-menu-container.e-menu-popup {
1033
- background-color: #fff;
1033
+ background: #fff;
1034
1034
  }
1035
1035
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
1036
1036
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
1037
- background-color: inherit;
1037
+ background: inherit;
1038
1038
  }
1039
1039
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
1040
1040
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -910,11 +910,11 @@
910
910
  /*! menu theme */
911
911
  .e-menu-wrapper,
912
912
  .e-menu-container {
913
- background-color: #374151;
913
+ background: #374151;
914
914
  }
915
915
  .e-menu-wrapper .e-menu,
916
916
  .e-menu-container .e-menu {
917
- background-color: inherit;
917
+ background: inherit;
918
918
  color: #fff;
919
919
  }
920
920
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -946,7 +946,7 @@
946
946
  color: #fff;
947
947
  outline: 0 solid #4b5563;
948
948
  outline-offset: 0;
949
- background-color: #4b5563;
949
+ background: #4b5563;
950
950
  }
951
951
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
952
952
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -961,7 +961,7 @@
961
961
  color: #fff;
962
962
  outline: 0 solid #4b5563;
963
963
  outline-offset: 0;
964
- background-color: #4b5563;
964
+ background: #4b5563;
965
965
  }
966
966
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
967
967
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -995,7 +995,7 @@
995
995
 
996
996
  .e-menu-wrapper .e-ul,
997
997
  .e-menu-container .e-ul {
998
- background-color: inherit;
998
+ background: inherit;
999
999
  color: #fff;
1000
1000
  }
1001
1001
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -1023,11 +1023,11 @@
1023
1023
 
1024
1024
  .e-menu-wrapper.e-menu-popup,
1025
1025
  .e-menu-container.e-menu-popup {
1026
- background-color: #374151;
1026
+ background: #374151;
1027
1027
  }
1028
1028
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
1029
1029
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
1030
- background-color: inherit;
1030
+ background: inherit;
1031
1031
  }
1032
1032
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
1033
1033
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -910,11 +910,11 @@
910
910
  /*! menu theme */
911
911
  .e-menu-wrapper,
912
912
  .e-menu-container {
913
- background-color: #f3f4f6;
913
+ background: #f3f4f6;
914
914
  }
915
915
  .e-menu-wrapper .e-menu,
916
916
  .e-menu-container .e-menu {
917
- background-color: inherit;
917
+ background: inherit;
918
918
  color: #111827;
919
919
  }
920
920
  .e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,
@@ -946,7 +946,7 @@
946
946
  color: #111827;
947
947
  outline: 0 solid #e5e7eb;
948
948
  outline-offset: 0;
949
- background-color: #e5e7eb;
949
+ background: #e5e7eb;
950
950
  }
951
951
  .e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,
952
952
  .e-menu-container .e-menu .e-menu-item.e-focused .e-caret {
@@ -961,7 +961,7 @@
961
961
  color: #111827;
962
962
  outline: 0 solid #e5e7eb;
963
963
  outline-offset: 0;
964
- background-color: #e5e7eb;
964
+ background: #e5e7eb;
965
965
  }
966
966
  .e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,
967
967
  .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
@@ -995,7 +995,7 @@
995
995
 
996
996
  .e-menu-wrapper .e-ul,
997
997
  .e-menu-container .e-ul {
998
- background-color: inherit;
998
+ background: inherit;
999
999
  color: #111827;
1000
1000
  }
1001
1001
  .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
@@ -1023,11 +1023,11 @@
1023
1023
 
1024
1024
  .e-menu-wrapper.e-menu-popup,
1025
1025
  .e-menu-container.e-menu-popup {
1026
- background-color: #fff;
1026
+ background: #fff;
1027
1027
  }
1028
1028
  .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
1029
1029
  .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
1030
- background-color: inherit;
1030
+ background: inherit;
1031
1031
  }
1032
1032
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
1033
1033
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
@@ -128,7 +128,7 @@
128
128
  background-color: $sidebar-overlay;
129
129
  height: 100%;
130
130
  left: 0;
131
- @if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
131
+ @if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3') {
132
132
  opacity: .5;
133
133
  }
134
134
  pointer-events: auto;
@@ -386,7 +386,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
386
386
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
387
387
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
388
388
  $tab-bgr-hor-pop-lineheight: 42px !default;
389
- $tab-bgr-hor-pop-hover-top: .5px !default;
390
389
  $tab-bgr-hor-focus-pop-hover-top: -2px !default;
391
390
  $tab-bgr-bottom-active-close-top: .5px !default;
392
391
  $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
@@ -482,7 +481,6 @@ $tab-active-wrap-before-top: unset !default;
482
481
  $tab-active-wrap-before-width: unset !default;
483
482
  $tab-focused-wrap-focus-border: 0 !default;
484
483
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
485
- $tab-content-line-height: 18px !default;
486
484
  $tab-content-font-size: 12px !default;
487
485
  $tab-item-active-tabwrap-border: 0 !default;
488
486
  $tab-item-left-icon-before-top: 2px !default;
@@ -359,7 +359,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
359
359
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
360
360
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
361
361
  $tab-bgr-hor-pop-lineheight: 42px !default;
362
- $tab-bgr-hor-pop-hover-top: .5px !default;
363
362
  $tab-bgr-hor-focus-pop-hover-top: -2px !default;
364
363
  $tab-bgr-bottom-active-close-top: .5px !default;
365
364
  $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
@@ -502,7 +501,6 @@ $tab-active-wrap-before-top: unset !default;
502
501
  $tab-active-wrap-before-width: unset !default;
503
502
  $tab-focused-wrap-focus-border: 0 !default;
504
503
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
505
- $tab-content-line-height: 18px !default;
506
504
  $tab-content-font-size: 12px !default;
507
505
  $tab-item-active-tabwrap-border: 0 !default;
508
506
  $tab-item-left-icon-before-top: 2px !default;
@@ -337,7 +337,7 @@ $tab-hover-nav-icon-color: $primary-font !default;
337
337
  $tab-alt-hover-nav-icon-color: $gray-900 !default;
338
338
  $tab-disable-nav-icon-color: rgba($gray-600, .65) !default;
339
339
  $tab-nav-focus-bg-color: $gray-600 !default;
340
- $tab-nav-focus-icon-color: $primary-font !default;
340
+ $tab-nav-focus-icon-color: $gray-900 !default;
341
341
  $tab-bg-nav-focus-icon-color: $primary-font !default;
342
342
  $tab-pop-icon-color: $gray-900 !default;
343
343
  $tab-pop-icon-hover-bg-color: darken($gray-600, 7.5%) !default;
@@ -363,7 +363,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
363
363
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
364
364
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
365
365
  $tab-bgr-hor-pop-lineheight: 38px !default;
366
- $tab-bgr-hor-pop-hover-top: .5px !default;
367
366
  $tab-bgr-hor-focus-pop-hover-top: -2px !default;
368
367
  $tab-bgr-bottom-active-close-top: .5px !default;
369
368
  $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
@@ -506,7 +505,6 @@ $tab-active-wrap-before-top: unset !default;
506
505
  $tab-active-wrap-before-width: unset !default;
507
506
  $tab-focused-wrap-focus-border: $tab-vscroll-nav-border !default;
508
507
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
509
- $tab-content-line-height: 18px !default;
510
508
  $tab-content-font-size: 12px !default;
511
509
  $tab-item-active-tabwrap-border: 1px solid transparent !default;
512
510
  $tab-item-left-icon-before-top: 0 !default;
@@ -5,14 +5,14 @@ $tab-skin: 'bootstrap5' !default;
5
5
 
6
6
  // font definitions
7
7
  $tab-font-family: $font-family !default;
8
- $tab-big-vertical-nav-arrow-font-size: 12px !default;
9
- $tab-nrml-vertical-nav-arrow-font-size: 10px !default;
8
+ $tab-big-vertical-nav-arrow-font-size: $text-xs !default;
9
+ $tab-nrml-vertical-nav-arrow-font-size: $text-xxs !default;
10
10
  $tab-content-font-color: $content-text-color !default;
11
- $tab-big-font-size: 16px !default;
12
- $tab-nrml-font-size: 14px !default;
13
- $tab-font-weight: 400 !default;
14
- $tab-semi-font-weight: 400 !default;
15
- $tab-light-font-weight: 400 !default;
11
+ $tab-big-font-size: $text-base !default;
12
+ $tab-nrml-font-size: $text-sm !default;
13
+ $tab-font-weight: $font-weight-normal !default;
14
+ $tab-semi-font-weight: $font-weight-normal !default;
15
+ $tab-light-font-weight: $font-weight-normal !default;
16
16
 
17
17
  // dimension definitions
18
18
  $tab-big-height: 42px !default;
@@ -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;
@@ -406,7 +405,7 @@ $tab-nrml-item-active-before-transition: unset !default;
406
405
  $tab-nrml-item-active-after-font: unset !default;
407
406
  $tab-nrml-item-active-after-content: unset !default;
408
407
  $tab-nrml-item-active-after-display: unset !default;
409
- $tab-nrml-item-active-after-font-weight: unset !default;
408
+ $tab-nrml-item-active-after-font-weight: $font-weight-normal !default;
410
409
  $tab-nrml-item-active-after-height: unset !default;
411
410
  $tab-nrml-item-active-after-overflow: unset !default;
412
411
  $tab-nrml-hscroll-bar-padding: 0 !default;
@@ -477,7 +476,7 @@ $tab-vscroll-nav-border-color: rgba($content-bg-color-alt3, .12) !default;
477
476
  $tab-v-nav-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
478
477
  $tab-v-nav-hover-bg-color: rgba($content-bg-color-alt2, .12) !default;
479
478
 
480
- $tab-header-font-weight: 400 !default;
479
+ $tab-header-font-weight: $font-weight-normal !default;
481
480
  $tab-header-before-border-color: $tab-hdr-bdr-color !default;
482
481
  $tab-header-before-border-width: 0 0 1px !default;
483
482
  $tab-header-border-bottom: 0 !default;
@@ -496,8 +495,7 @@ $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
- $tab-content-font-size: 12px !default;
498
+ $tab-content-font-size: $text-xs !default;
501
499
  $tab-item-active-tabwrap-border: 1px solid transparent !default;
502
500
  $tab-item-left-icon-before-top: 0 !default;
503
501
  $tab-item-icon-before-top: 1px !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;
@@ -395,7 +395,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
395
395
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 2 !default;
396
396
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
397
397
  $tab-bgr-hor-pop-lineheight: 32px !default;
398
- $tab-bgr-hor-pop-hover-top: 0 !default;
399
398
  $tab-bgr-hor-focus-pop-hover-top: 0 !default;
400
399
  $tab-bgr-bottom-active-close-top: 1px !default;
401
400
  $tab-bgr-bottom-active-itop-close-top: 1px !default;
@@ -491,7 +490,6 @@ $tab-active-wrap-before-top: 95% !default;
491
490
  $tab-active-wrap-before-width: 100% !default;
492
491
  $tab-focused-wrap-focus-border: 1px solid $tab-focused-wrap-focus-border-color !default;
493
492
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
494
- $tab-content-line-height: 18px !default;
495
493
  $tab-content-font-size: 14px !default;
496
494
  $tab-item-active-tabwrap-border: 1px solid $tab-wrap-border-color !default;
497
495
  $tab-item-left-icon-before-top: 0 !default;
@@ -359,7 +359,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
359
359
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 2 !default;
360
360
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
361
361
  $tab-bgr-hor-pop-lineheight: 32px !default;
362
- $tab-bgr-hor-pop-hover-top: 0 !default;
363
362
  $tab-bgr-hor-focus-pop-hover-top: 0 !default;
364
363
  $tab-bgr-bottom-active-close-top: 1px !default;
365
364
  $tab-bgr-bottom-active-itop-close-top: 1px !default;
@@ -516,7 +515,6 @@ $tab-active-wrap-before-top: 95% !default;
516
515
  $tab-active-wrap-before-width: 100% !default;
517
516
  $tab-focused-wrap-focus-border: 1px solid $tab-focused-wrap-focus-border-color !default;
518
517
  $tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
519
- $tab-content-line-height: 18px !default;
520
518
  $tab-content-font-size: 14px !default;
521
519
  $tab-item-active-tabwrap-border: 1px solid $tab-wrap-border-color !default;
522
520
  $tab-item-left-icon-before-top: 0 !default;
@@ -189,7 +189,7 @@ $tab-even-active-text-container-margin: 0 !default;
189
189
  $tab-big-font-size: $text-base !default;
190
190
  $tab-nrml-font-size: $text-sm !default;
191
191
  $tab-font-weight: $font-weight-normal !default;
192
- $tab-semi-font-weight: 400 !default;
192
+ $tab-semi-font-weight: $font-weight-normal !default;
193
193
  $tab-light-font-weight: $font-weight-normal !default;
194
194
  $tab-big-it-text-margin: 0 0 0 12px !default;
195
195
  $tab-nrml-it-text-margin: 0 0 0 8px !default;
@@ -359,7 +359,6 @@ $tab-bgr-mob-item-iconright-margin: $tab-mob-it-text-margin !default;
359
359
  $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
360
360
  $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
361
361
  $tab-bgr-hor-pop-lineheight: 38px !default;
362
- $tab-bgr-hor-pop-hover-top: 0 !default;
363
362
  $tab-bgr-hor-focus-pop-hover-top: 0 !default;
364
363
  $tab-bgr-bottom-active-close-top: 0 !default;
365
364
  $tab-bgr-bottom-active-itop-close-top: 0 !default;
@@ -409,7 +408,7 @@ $tab-nrml-item-active-before-transition: left .267s cubic-bezier(.1, .25, .75, .
409
408
  $tab-nrml-item-active-after-font: transparent !default;
410
409
  $tab-nrml-item-active-after-content: attr(data-content) !default;
411
410
  $tab-nrml-item-active-after-display: block !default;
412
- $tab-nrml-item-active-after-font-weight: bold !default;
411
+ $tab-nrml-item-active-after-font-weight: $font-weight-bold !default;
413
412
  $tab-nrml-item-active-after-height: 1px !default;
414
413
  $tab-nrml-item-active-after-overflow: hidden !default;
415
414
  $tab-nrml-hscroll-bar-padding: 0 !default;
@@ -485,7 +484,7 @@ $tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
485
484
 
486
485
  $tab-v-pop-focus-outline: 0 !default;
487
486
 
488
- $tab-header-font-weight: 400 !default;
487
+ $tab-header-font-weight: $font-weight-normal !default;
489
488
  $tab-header-before-border-color: unset !default;
490
489
  $tab-header-before-border-width: 0 !default;
491
490
  $tab-header-border-bottom: $tab-hdr-border !default;
@@ -504,8 +503,7 @@ $tab-active-wrap-before-top: unset !default;
504
503
  $tab-active-wrap-before-width: unset !default;
505
504
  $tab-focused-wrap-focus-border: 0 !default;
506
505
  $tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
507
- $tab-content-line-height: 18px !default;
508
- $tab-content-font-size: 12px !default;
506
+ $tab-content-font-size: $text-xs !default;
509
507
  $tab-item-active-tabwrap-border: 0 !default;
510
508
  $tab-item-left-icon-before-top: 2px !default;
511
509
  $tab-item-icon-before-top: 2px !default;