@syncfusion/ej2-navigations 27.2.5 → 28.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 (306) hide show
  1. package/README.md +2 -2
  2. package/dist/ej2-navigations.min.js +3 -3
  3. package/dist/ej2-navigations.umd.min.js +3 -3
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +535 -341
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +555 -355
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +3 -3
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +2 -2
  12. package/package.json +12 -12
  13. package/src/accordion/accordion.d.ts +7 -0
  14. package/src/accordion/accordion.js +52 -45
  15. package/src/carousel/carousel-model.d.ts +12 -0
  16. package/src/carousel/carousel.d.ts +11 -0
  17. package/src/carousel/carousel.js +25 -4
  18. package/src/common/menu-base-model.d.ts +7 -0
  19. package/src/common/menu-base.d.ts +7 -0
  20. package/src/common/menu-base.js +80 -19
  21. package/src/context-menu/context-menu-model.d.ts +15 -0
  22. package/src/context-menu/context-menu.d.ts +13 -0
  23. package/src/context-menu/context-menu.js +10 -0
  24. package/src/menu/menu.js +4 -0
  25. package/src/stepper/stepper.d.ts +9 -0
  26. package/src/stepper/stepper.js +262 -237
  27. package/src/stepper-base/stepper-base.js +15 -11
  28. package/src/tab/tab-model.d.ts +15 -2
  29. package/src/tab/tab.d.ts +26 -2
  30. package/src/tab/tab.js +81 -14
  31. package/src/toolbar/toolbar-model.d.ts +0 -6
  32. package/src/toolbar/toolbar.d.ts +0 -6
  33. package/src/treeview/treeview.d.ts +1 -9
  34. package/src/treeview/treeview.js +17 -16
  35. package/styles/accordion/_tailwind3-definition.scss +168 -0
  36. package/styles/accordion/_theme.scss +2 -2
  37. package/styles/accordion/bds.css +544 -0
  38. package/styles/accordion/bds.scss +5 -0
  39. package/styles/accordion/icons/_tailwind3.scss +15 -0
  40. package/styles/accordion/tailwind3.css +552 -0
  41. package/styles/accordion/tailwind3.scss +5 -0
  42. package/styles/appbar/_layout.scss +1 -1
  43. package/styles/appbar/_tailwind3-definition.scss +6 -0
  44. package/styles/appbar/bds.css +302 -0
  45. package/styles/appbar/bds.scss +4 -0
  46. package/styles/appbar/tailwind3.css +285 -0
  47. package/styles/appbar/tailwind3.scss +4 -0
  48. package/styles/bds-lite.css +9233 -0
  49. package/styles/bds-lite.scss +47 -0
  50. package/styles/bds.css +11954 -0
  51. package/styles/bds.scss +59 -0
  52. package/styles/bootstrap-dark-lite.css +21 -13
  53. package/styles/bootstrap-dark.css +35 -14
  54. package/styles/bootstrap-lite.css +21 -13
  55. package/styles/bootstrap.css +35 -14
  56. package/styles/bootstrap4-lite.css +21 -13
  57. package/styles/bootstrap4.css +35 -14
  58. package/styles/bootstrap5-dark-lite.css +29 -21
  59. package/styles/bootstrap5-dark.css +43 -22
  60. package/styles/bootstrap5-lite.css +29 -21
  61. package/styles/bootstrap5.3-lite.css +21 -13
  62. package/styles/bootstrap5.3.css +35 -14
  63. package/styles/bootstrap5.css +43 -22
  64. package/styles/breadcrumb/_bigger.scss +6 -0
  65. package/styles/breadcrumb/_layout.scss +19 -1
  66. package/styles/breadcrumb/_tailwind3-definition.scss +61 -0
  67. package/styles/breadcrumb/_theme.scss +60 -0
  68. package/styles/breadcrumb/bds.css +418 -0
  69. package/styles/breadcrumb/bds.scss +5 -0
  70. package/styles/breadcrumb/icons/_tailwind3.scss +23 -0
  71. package/styles/breadcrumb/tailwind3.css +441 -0
  72. package/styles/breadcrumb/tailwind3.scss +5 -0
  73. package/styles/carousel/_tailwind3-definition.scss +24 -0
  74. package/styles/carousel/_theme.scss +9 -3
  75. package/styles/carousel/bds.css +426 -0
  76. package/styles/carousel/bds.scss +5 -0
  77. package/styles/carousel/fluent2.css +5 -0
  78. package/styles/carousel/icons/_tailwind3.scss +30 -0
  79. package/styles/carousel/tailwind3.css +396 -0
  80. package/styles/carousel/tailwind3.scss +5 -0
  81. package/styles/context-menu/_bigger.scss +15 -0
  82. package/styles/context-menu/_layout.scss +24 -0
  83. package/styles/context-menu/_tailwind3-definition.scss +55 -0
  84. package/styles/context-menu/bds.css +421 -0
  85. package/styles/context-menu/bds.scss +8 -0
  86. package/styles/context-menu/fluent2.css +1 -1
  87. package/styles/context-menu/icons/_tailwind3.scss +31 -0
  88. package/styles/context-menu/tailwind3.css +449 -0
  89. package/styles/context-menu/tailwind3.scss +8 -0
  90. package/styles/fabric-dark-lite.css +21 -13
  91. package/styles/fabric-dark.css +35 -14
  92. package/styles/fabric-lite.css +21 -13
  93. package/styles/fabric.css +35 -14
  94. package/styles/fluent-dark-lite.css +22 -14
  95. package/styles/fluent-dark.css +36 -15
  96. package/styles/fluent-lite.css +22 -14
  97. package/styles/fluent.css +36 -15
  98. package/styles/fluent2-lite.css +37 -21
  99. package/styles/fluent2.css +51 -22
  100. package/styles/h-scroll/_tailwind3-definition.scss +83 -0
  101. package/styles/h-scroll/bds.css +311 -0
  102. package/styles/h-scroll/bds.scss +5 -0
  103. package/styles/h-scroll/icons/_tailwind3.scss +49 -0
  104. package/styles/h-scroll/tailwind3.css +311 -0
  105. package/styles/h-scroll/tailwind3.scss +5 -0
  106. package/styles/highcontrast-light-lite.css +21 -13
  107. package/styles/highcontrast-light.css +35 -14
  108. package/styles/highcontrast-lite.css +24 -16
  109. package/styles/highcontrast.css +38 -17
  110. package/styles/material-dark-lite.css +21 -13
  111. package/styles/material-dark.css +35 -14
  112. package/styles/material-lite.css +21 -13
  113. package/styles/material.css +35 -14
  114. package/styles/material3-dark-lite.css +21 -13
  115. package/styles/material3-dark.css +38 -14
  116. package/styles/material3-lite.css +21 -13
  117. package/styles/material3.css +38 -14
  118. package/styles/menu/_bigger.scss +26 -0
  119. package/styles/menu/_layout.scss +35 -0
  120. package/styles/menu/_tailwind3-definition.scss +66 -0
  121. package/styles/menu/_theme.scss +33 -1
  122. package/styles/menu/bds.css +1155 -0
  123. package/styles/menu/bds.scss +9 -0
  124. package/styles/menu/fluent2.css +1 -1
  125. package/styles/menu/icons/_tailwind3.scss +104 -0
  126. package/styles/menu/tailwind3.css +1238 -0
  127. package/styles/menu/tailwind3.scss +9 -0
  128. package/styles/pager/_bigger.scss +65 -6
  129. package/styles/pager/_layout.scss +22 -2
  130. package/styles/pager/_tailwind-definition.scss +1 -1
  131. package/styles/pager/_tailwind3-definition.scss +166 -0
  132. package/styles/pager/bds.css +915 -0
  133. package/styles/pager/bds.scss +5 -0
  134. package/styles/pager/bootstrap-dark.css +7 -0
  135. package/styles/pager/bootstrap.css +7 -0
  136. package/styles/pager/bootstrap4.css +7 -0
  137. package/styles/pager/bootstrap5-dark.css +7 -0
  138. package/styles/pager/bootstrap5.3.css +7 -0
  139. package/styles/pager/bootstrap5.css +7 -0
  140. package/styles/pager/fabric-dark.css +7 -0
  141. package/styles/pager/fabric.css +7 -0
  142. package/styles/pager/fluent-dark.css +7 -0
  143. package/styles/pager/fluent.css +7 -0
  144. package/styles/pager/fluent2.css +7 -0
  145. package/styles/pager/highcontrast-light.css +7 -0
  146. package/styles/pager/highcontrast.css +7 -0
  147. package/styles/pager/icons/_tailwind3.scss +50 -0
  148. package/styles/pager/material-dark.css +7 -0
  149. package/styles/pager/material.css +7 -0
  150. package/styles/pager/material3-dark.css +8 -0
  151. package/styles/pager/material3.css +8 -0
  152. package/styles/pager/tailwind-dark.css +16 -9
  153. package/styles/pager/tailwind.css +16 -9
  154. package/styles/pager/tailwind3.css +875 -0
  155. package/styles/pager/tailwind3.scss +5 -0
  156. package/styles/sidebar/_tailwind3-definition.scss +6 -0
  157. package/styles/sidebar/_theme.scss +1 -1
  158. package/styles/sidebar/bds.css +263 -0
  159. package/styles/sidebar/bds.scss +3 -0
  160. package/styles/sidebar/tailwind3.css +227 -0
  161. package/styles/sidebar/tailwind3.scss +3 -0
  162. package/styles/stepper/_layout.scss +2 -0
  163. package/styles/stepper/_tailwind3-definition.scss +72 -0
  164. package/styles/stepper/_theme.scss +2 -1
  165. package/styles/stepper/bds.css +724 -0
  166. package/styles/stepper/bds.scss +6 -0
  167. package/styles/stepper/bootstrap-dark.css +4 -1
  168. package/styles/stepper/bootstrap.css +4 -1
  169. package/styles/stepper/bootstrap4.css +4 -1
  170. package/styles/stepper/bootstrap5-dark.css +4 -1
  171. package/styles/stepper/bootstrap5.3.css +4 -1
  172. package/styles/stepper/bootstrap5.css +4 -1
  173. package/styles/stepper/fabric-dark.css +4 -1
  174. package/styles/stepper/fabric.css +4 -1
  175. package/styles/stepper/fluent-dark.css +4 -1
  176. package/styles/stepper/fluent.css +4 -1
  177. package/styles/stepper/fluent2.css +4 -1
  178. package/styles/stepper/highcontrast-light.css +4 -1
  179. package/styles/stepper/highcontrast.css +4 -1
  180. package/styles/stepper/icons/_tailwind3.scss +5 -0
  181. package/styles/stepper/material-dark.css +4 -1
  182. package/styles/stepper/material.css +4 -1
  183. package/styles/stepper/material3-dark.css +4 -1
  184. package/styles/stepper/material3.css +4 -1
  185. package/styles/stepper/tailwind-dark.css +4 -1
  186. package/styles/stepper/tailwind.css +4 -1
  187. package/styles/stepper/tailwind3.css +724 -0
  188. package/styles/stepper/tailwind3.scss +6 -0
  189. package/styles/tab/_bigger.scss +16 -0
  190. package/styles/tab/_bootstrap-dark-definition.scss +0 -2
  191. package/styles/tab/_bootstrap-definition.scss +0 -2
  192. package/styles/tab/_bootstrap4-definition.scss +0 -2
  193. package/styles/tab/_bootstrap5-definition.scss +0 -2
  194. package/styles/tab/_bootstrap5.3-definition.scss +0 -2
  195. package/styles/tab/_fabric-dark-definition.scss +0 -2
  196. package/styles/tab/_fabric-definition.scss +0 -2
  197. package/styles/tab/_fluent-definition.scss +0 -2
  198. package/styles/tab/_fluent2-definition.scss +0 -2
  199. package/styles/tab/_fusionnew-definition.scss +0 -2
  200. package/styles/tab/_highcontrast-definition.scss +0 -2
  201. package/styles/tab/_highcontrast-light-definition.scss +0 -2
  202. package/styles/tab/_material-dark-definition.scss +0 -2
  203. package/styles/tab/_material-definition.scss +0 -2
  204. package/styles/tab/_material3-definition.scss +0 -2
  205. package/styles/tab/_tailwind-definition.scss +0 -2
  206. package/styles/tab/_tailwind3-definition.scss +634 -0
  207. package/styles/tab/_theme.scss +0 -12
  208. package/styles/tab/bds.css +4190 -0
  209. package/styles/tab/bds.scss +6 -0
  210. package/styles/tab/bootstrap-dark.css +7 -11
  211. package/styles/tab/bootstrap.css +7 -11
  212. package/styles/tab/bootstrap4.css +7 -11
  213. package/styles/tab/bootstrap5-dark.css +7 -11
  214. package/styles/tab/bootstrap5.3.css +7 -11
  215. package/styles/tab/bootstrap5.css +7 -11
  216. package/styles/tab/fabric-dark.css +7 -11
  217. package/styles/tab/fabric.css +7 -11
  218. package/styles/tab/fluent-dark.css +7 -11
  219. package/styles/tab/fluent.css +7 -11
  220. package/styles/tab/fluent2.css +10 -14
  221. package/styles/tab/highcontrast-light.css +7 -11
  222. package/styles/tab/highcontrast.css +7 -11
  223. package/styles/tab/icons/_tailwind3.scss +90 -0
  224. package/styles/tab/material-dark.css +7 -11
  225. package/styles/tab/material.css +7 -11
  226. package/styles/tab/material3-dark.css +9 -11
  227. package/styles/tab/material3.css +9 -11
  228. package/styles/tab/tailwind-dark.css +7 -11
  229. package/styles/tab/tailwind.css +7 -11
  230. package/styles/tab/tailwind3.css +4125 -0
  231. package/styles/tab/tailwind3.scss +6 -0
  232. package/styles/tailwind-dark-lite.css +26 -18
  233. package/styles/tailwind-dark.css +45 -24
  234. package/styles/tailwind-lite.css +26 -18
  235. package/styles/tailwind.css +45 -24
  236. package/styles/tailwind3-lite.css +9055 -0
  237. package/styles/tailwind3-lite.scss +47 -0
  238. package/styles/tailwind3.css +11743 -0
  239. package/styles/tailwind3.scss +59 -0
  240. package/styles/toolbar/_bigger.scss +14 -0
  241. package/styles/toolbar/_bootstrap5-definition.scss +6 -6
  242. package/styles/toolbar/_layout.scss +7 -1
  243. package/styles/toolbar/_tailwind3-definition.scss +199 -0
  244. package/styles/toolbar/_theme.scss +6 -6
  245. package/styles/toolbar/bds.css +1219 -0
  246. package/styles/toolbar/bds.scss +9 -0
  247. package/styles/toolbar/bootstrap-dark.css +1 -1
  248. package/styles/toolbar/bootstrap.css +1 -1
  249. package/styles/toolbar/bootstrap4.css +1 -1
  250. package/styles/toolbar/bootstrap5-dark.css +9 -9
  251. package/styles/toolbar/bootstrap5.3.css +1 -1
  252. package/styles/toolbar/bootstrap5.css +9 -9
  253. package/styles/toolbar/fabric-dark.css +1 -1
  254. package/styles/toolbar/fabric.css +1 -1
  255. package/styles/toolbar/fluent-dark.css +1 -1
  256. package/styles/toolbar/fluent.css +1 -1
  257. package/styles/toolbar/fluent2.css +1 -1
  258. package/styles/toolbar/highcontrast-light.css +1 -1
  259. package/styles/toolbar/highcontrast.css +1 -1
  260. package/styles/toolbar/icons/_tailwind3.scss +14 -0
  261. package/styles/toolbar/material-dark.css +1 -1
  262. package/styles/toolbar/material.css +1 -1
  263. package/styles/toolbar/material3-dark.css +1 -1
  264. package/styles/toolbar/material3.css +1 -1
  265. package/styles/toolbar/tailwind-dark.css +1 -1
  266. package/styles/toolbar/tailwind.css +1 -1
  267. package/styles/toolbar/tailwind3.css +1211 -0
  268. package/styles/toolbar/tailwind3.scss +9 -0
  269. package/styles/treeview/_bigger.scss +16 -3
  270. package/styles/treeview/_fluent-definition.scss +1 -1
  271. package/styles/treeview/_fluent2-definition.scss +2 -2
  272. package/styles/treeview/_highcontrast-definition.scss +3 -3
  273. package/styles/treeview/_layout.scss +42 -5
  274. package/styles/treeview/_tailwind-definition.scss +1 -1
  275. package/styles/treeview/_tailwind3-definition.scss +126 -0
  276. package/styles/treeview/_theme.scss +1 -1
  277. package/styles/treeview/bds.css +1031 -0
  278. package/styles/treeview/bds.scss +7 -0
  279. package/styles/treeview/bootstrap-dark.css +16 -1
  280. package/styles/treeview/bootstrap.css +16 -1
  281. package/styles/treeview/bootstrap4.css +16 -1
  282. package/styles/treeview/bootstrap5-dark.css +16 -1
  283. package/styles/treeview/bootstrap5.3.css +16 -1
  284. package/styles/treeview/bootstrap5.css +16 -1
  285. package/styles/treeview/fabric-dark.css +16 -1
  286. package/styles/treeview/fabric.css +16 -1
  287. package/styles/treeview/fluent-dark.css +17 -2
  288. package/styles/treeview/fluent.css +17 -2
  289. package/styles/treeview/fluent2.css +22 -4
  290. package/styles/treeview/highcontrast-light.css +16 -1
  291. package/styles/treeview/highcontrast.css +19 -4
  292. package/styles/treeview/icons/_tailwind3.scss +44 -0
  293. package/styles/treeview/material-dark.css +16 -1
  294. package/styles/treeview/material.css +16 -1
  295. package/styles/treeview/material3-dark.css +16 -1
  296. package/styles/treeview/material3.css +16 -1
  297. package/styles/treeview/tailwind-dark.css +17 -2
  298. package/styles/treeview/tailwind.css +17 -2
  299. package/styles/treeview/tailwind3.css +806 -0
  300. package/styles/treeview/tailwind3.scss +7 -0
  301. package/styles/v-scroll/_tailwind3-definition.scss +49 -0
  302. package/styles/v-scroll/bds.css +218 -0
  303. package/styles/v-scroll/bds.scss +5 -0
  304. package/styles/v-scroll/icons/_tailwind3.scss +27 -0
  305. package/styles/v-scroll/tailwind3.css +218 -0
  306. package/styles/v-scroll/tailwind3.scss +5 -0
@@ -0,0 +1,634 @@
1
+ $tab-skin: $skin-name !default;
2
+ $tab-font-family: $font-family !default;
3
+ $tab-big-vertical-nav-arrow-font-size: $text-xs !default;
4
+ $tab-nrml-vertical-nav-arrow-font-size: $text-xxs !default;
5
+ $tab-content-font-color: $content-text-color !default;
6
+ $tab-big-font-size: $text-base !default;
7
+ $tab-nrml-font-size: $text-sm !default;
8
+ $tab-font-weight: $font-weight-medium !default;
9
+ $tab-semi-font-weight: $font-weight-medium !default;
10
+ $tab-light-font-weight: $font-weight-medium !default;
11
+ $tab-big-height: 56px !default;
12
+ $tab-nrml-height: 48px !default;
13
+ $tab-focus-big-height: 42px !default;
14
+ $tab-focus-nrml-height: 32px !default;
15
+ $tab-active-big-height: 42px !default;
16
+ $tab-active-nrml-height: 32px !default;
17
+ $tab-active-focus-big-height: 42px !default;
18
+ $tab-active-focus-nrml-height: 32px !default;
19
+ $tab-big-fill-height: 56px !default;
20
+ $tab-nrml-fill-height: 48px !default;
21
+ $tab-mob-fill-height: 56px !default;
22
+ $tab-focus-big-fill-height: 56px !default;
23
+ $tab-focus-nrml-fill-height: 48px !default;
24
+ $tab-disable-cnt-opacity: .38 !default;
25
+ $tab-big-tb-icon-height: 72px !default;
26
+ $tab-nrml-tb-icon-height: 62px !default;
27
+ $tab-big-vertical-scroll-nav-top-bottom: 23px !default;
28
+ $tab-big-vertical-nav-arrow-size: 24px !default;
29
+ $tab-nrml-vertical-scroll-nav-top-bottom: 15px !default;
30
+ $tab-nrml-vertical-nav-arrow-size: 16px !default;
31
+ $tab-text-transform: capitalize !default;
32
+ $tab-border-width: 2px !default;
33
+ $tab-border-style: $tab-border-width Solid !default;
34
+ $tab-focus-outline: 0 !default;
35
+ $tab-active-focus-outline: 0 !default;
36
+ $tab-active-text-item-border: 0 !default;
37
+ $tab-pop-up-icon-hover-border: $tab-active-text-item-border !default;
38
+ $tab-pop-up-icon-focus-border: $tab-active-text-item-border !default;
39
+ $tab-pop-up-down-icon-hover-border: $tab-active-text-item-border !default;
40
+ $tab-pop-up-icon-active-border: $tab-active-text-item-border !default;
41
+ $tab-disable-active-text-item-border: 0 !default;
42
+ $tab-fill-hdr-border: 0 !default;
43
+ $tab-fill-disable-hdr-border: 0 !default;
44
+ $tab-anim-border-display: block !default;
45
+ $tab-border: none !default;
46
+ $tab-focus-hscroll-content-padding: 1px 0 !default;
47
+ $tab-hdr-border-width: 0 0 1px 0 !default;
48
+ $tab-alt-hdr-border: 0 !default;
49
+ $tab-items-border: 1px solid $primary-text-color !default;
50
+ $tab-big-item-margin: 0 !default;
51
+ $tab-nrml-item-margin: 0 !default;
52
+ $tab-big-item-padding: 0 !default;
53
+ $tab-nrml-item-padding: 0 !default;
54
+ $tab-big-icon-top-bottom-item-height: 72px !default;
55
+ $tab-nrml-icon-top-bottom-item-height: 62px !default;
56
+ $tab-pop-big-icon-top-bottom-item-height: 50px !default;
57
+ $tab-pop-nrml-icon-top-bottom-item-height: 40px !default;
58
+ $tab-big-focus-icon-top-bottom-item-height: 72px !default;
59
+ $tab-nrml-focus-icon-top-bottom-item-height: 62px !default;
60
+ $tab-big-fill-icon-top-bottom-item-height: 72px !default;
61
+ $tab-nrml-fill-icon-top-bottom-item-height: 62px !default;
62
+ $tab-big-focus-fill-icon-top-bottom-item-height: 72px !default;
63
+ $tab-nrml-focus-fill-icon-top-bottom-item-height: 62px !default;
64
+ $tab-big-first-item-margin: 0 !default;
65
+ $tab-nrml-first-item-margin: 0 !default;
66
+ $tab-big-last-item-margin: 0 2px 0 0 !default;
67
+ $tab-nrml-last-item-margin: 0 !default;
68
+ $tab-big-active-last-item-margin: 0 2px 0 0 !default;
69
+ $tab-nrml-active-last-item-margin: 0 2px 0 0 !default;
70
+ $tab-big-scroll-last-item-margin: 0 2px 0 0 !default;
71
+ $tab-nrml-scroll-last-item-margin: 0 2px 0 0 !default;
72
+ $tab-nrml-active-scroll-last-item-margin: 0 2px 0 0 !default;
73
+ $tab-mob-last-item-margin: 0 2px 0 0 !default;
74
+ $tab-big-even-last-item-margin: 0 2px 0 0 !default;
75
+ $tab-nrml-even-last-item-margin: 0 2px 0 0 !default;
76
+ $tab-mob-even-last-item-margin: 0 2px 0 0 !default;
77
+ $tab-big-alt-first-item-margin: 0 !default;
78
+ $tab-nrml-alt-first-item-margin: 0 !default;
79
+ $tab-pop-item-margin: 0 !default;
80
+ $tab-big-pop-item-height: 56px !default;
81
+ $tab-nrml-pop-item-height: 40px !default;
82
+ $tab-alt-item-margin: 0 2px 0 0 !default;
83
+ $tab-big-rtl-item-margin: 0 !default;
84
+ $tab-nrml-rtl-item-margin: 0 !default;
85
+ $tab-big-rtl-alt-item-margin: 0 0 0 2px !default;
86
+ $tab-nrml-rtl-alt-item-margin: 0 0 0 2px !default;
87
+ $tab-mob-pop-item-height: 50px !default;
88
+ $tab-item-border: none !default;
89
+ $tab-active-item-border: none !default;
90
+ $tab-active-item-hide-border: 1px solid $content-bg-color !default;
91
+ $tab-active-item-border-color: $content-bg-color !default;
92
+ $tab-big-boot-item-margin: 0 !default;
93
+ $tab-nrml-boot-item-margin: 0 !default;
94
+ $tab-big-scroll-boot-item-margin: 0 2px 0 0 !default;
95
+ $tab-nrml-scroll-boot-item-margin: 0 2px 0 0 !default;
96
+ $tab-mob-boot-item-margin: 0 2px 0 0 !default;
97
+ $tab-big-even-boot-item-margin: 0 2px 0 0 !default;
98
+ $tab-nrml-even-boot-item-margin: 0 2px 0 0 !default;
99
+ $tab-mob-even-boot-item-margin: 0 2px 0 0 !default;
100
+ $tab-big-boot-active-item-padding-bottom: 0 !default;
101
+ $tab-nrml-boot-active-item-padding-bottom: 0 !default;
102
+ $tab-big-even-boot-active-item-padding-bottom: 1px !default;
103
+ $tab-nrml-even-boot-active-item-padding-bottom: 0 !default;
104
+ $tab-active-item-border-radius: 0 !default;
105
+ $tab-item-wrap-border-radius: 0 !default;
106
+ $tab-top-active-item-border-radius: 0 !default;
107
+ $tab-bottom-active-item-border-radius: 0 !default;
108
+ $tab-left-active-item-border-radius: 0 !default;
109
+ $tab-right-active-item-border-radius: 0 !default;
110
+ $tab-hscroll-item-padding: 0 !default;
111
+ $tab-big-item-last-child-padding-bottom: 3px !default;
112
+ $tab-nrml-item-last-child-padding-bottom: 1px !default;
113
+ $tab-big-wrap-padding: 0 16px !default;
114
+ $tab-nrml-wrap-padding: 0 12px !default;
115
+ $tab-mob-wrap-padding: 0 15px !default;
116
+ $tab-pop-padding: 5px 0 !default;
117
+ $tab-big-pop-item-wrap-padding: 0 24px !default;
118
+ $tab-nrml-pop-item-wrap-padding: 0 20px !default;
119
+ $tab-mob-pop-item-wrap-padding: 0 24px !default;
120
+ $tab-big-io-text-wrap-width: auto !default;
121
+ $tab-nrml-io-text-wrap-width: auto !default;
122
+ $tab-big-io-wrap-padding: 0 20px !default;
123
+ $tab-nrml-io-wrap-padding: 0 15px !default;
124
+ $tab-wrap-focus-margin-right: 0 !default;
125
+ $tab-wrap-focus-margin-left: 0 !default;
126
+ $tab-big-even-ileft-active-text-wrap-margin: 0 !default;
127
+ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
128
+ $tab-big-fill-tb-wrap-height: 50px !default;
129
+ $tab-nrml-fill-tb-wrap-height: 44px !default;
130
+ $tab-fill-active-wrap-corner: 3px 3px 0 0 !default;
131
+ $tab-fill-even-active-wrap-corner: 0 0 3px 3px !default;
132
+ $tab-alt-tb-active-bg-color: rgba($primary, 0) !default;
133
+ $tab-fill-big-wrap-padding: 0 20px !default;
134
+ $tab-fill-nrml-wrap-padding: 0 15px !default;
135
+ $tab-mob-fill-wrap-padding: 0 15px !default;
136
+ $tab-bg-big-wrap-padding: 0 20px !default;
137
+ $tab-bg-nrml-wrap-padding: 0 15px !default;
138
+ $tab-alt-disable-active-item-opacity: .65 !default;
139
+ $tab-big-active-item-wrap-margin-bottom: 1px !default;
140
+ $tab-nrml-active-item-wrap-margin-bottom: 0 !default;
141
+ $tab-fill-big-active-item-wrap-margin-bottom: 0 !default;
142
+ $tab-fill-nrml-active-item-wrap-margin-bottom: 0 !default;
143
+ $tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
144
+ $tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
145
+ $tab-alt-big-active-item-padding: 0 !default;
146
+ $tab-alt-nrml-active-item-padding: 0 !default;
147
+ $tab-active-text-container-margin: 0 !default;
148
+ $tab-big-text-container-margin-right: 22px !default;
149
+ $tab-nrml-text-container-margin-right: 20px !default;
150
+ $tab-rtl-big-text-container-margin-right: 0 !default;
151
+ $tab-rtl-nrml-text-container-margin-right: 0 !default;
152
+ $tab-rtl-big-text-container-margin-left: 22px !default;
153
+ $tab-rtl-nrml-text-container-margin-left: 20px !default;
154
+ $tab-big-active-text-container-height: 56px !default;
155
+ $tab-big-active-it-text-container-height: 56px !default;
156
+ $tab-fill-big-active-it-text-container-height: 56px !default;
157
+ $tab-fill-nrml-active-it-text-container-height: $tab-nrml-fill-height !default;
158
+ $tab-big-even-active-text-container-height: 56px !default;
159
+ $tab-nrml-even-active-text-container-height: 32px !default;
160
+ $tab-even-active-text-container-margin: 0 !default;
161
+ $tab-big-it-text-margin: 0 0 0 8px !default;
162
+ $tab-nrml-it-text-margin: 0 0 0 8px !default;
163
+ $tab-mob-it-text-margin: 0 0 0 10px !default;
164
+ $tab-rtl-mob-it-text-margin: 0 10px 0 0 !default;
165
+ $tab-rtl-big-it-text-margin: 0 10px 0 0 !default;
166
+ $tab-rtl-nrml-it-text-margin: 0 8px 0 0 !default;
167
+ $tab-big-icon-top-margin: 8px 0 0 !default;
168
+ $tab-nrml-icon-top-margin: 8px 0 0 !default;
169
+ $tab-big-icon-bottom-margin: 0 0 10px !default;
170
+ $tab-nrml-icon-bottom-margin: 0 0 8px !default;
171
+ $tab-big-pop-text-padding-right: 12px !default;
172
+ $tab-nrml-pop-text-padding-right: 10px !default;
173
+ $tab-rtl-big-pop-text-padding-left: 12px !default;
174
+ $tab-rtl-nrml-pop-text-padding-left: 10px !default;
175
+ $tab-big-even-active-text-height: 50px !default;
176
+ $tab-nrml-even-active-text-height: 40px !default;
177
+ $tab-fill-big-even-active-text-height: 50px !default;
178
+ $tab-fill-nrml-even-active-text-height: 40px !default;
179
+ $tab-icon-container-width: auto !default;
180
+ $tab-big-nav-icon-container-size: 56px !default;
181
+ $tab-nrml-nav-icon-container-size: 48px !default;
182
+ $tab-big-nav-icon-size: 18px !default;
183
+ $tab-nrml-nav-icon-size: 16px !default;
184
+ $tab-mob-nav-icon-size: 16px !default;
185
+ $tab-mob-nav-vicon-size: 12px !default;
186
+ $tab-big-icon-size: 16px !default;
187
+ $tab-nrml-icon-size: 14px !default;
188
+ $tab-mob-icon-size: 20px !default;
189
+ $tab-big-icon-container-size: 24px !default;
190
+ $tab-nrml-icon-container-size: 24px !default;
191
+ $tab-mob-icon-container-size: 20px !default;
192
+ $tab-big-nav-icon-top: 11px !default;
193
+ $tab-nrml-nav-icon-top: 5px !default;
194
+ $tab-big-nav-pop-icon-top: 13px !default;
195
+ $tab-nrml-nav-pop-icon-top: 8px !default;
196
+ $tab-big-safari-nav-icon-top: 4px !default;
197
+ $tab-nrml-safari-nav-icon-top: 4px !default;
198
+ $tab-big-safari-pop-icon-top: 6px !default;
199
+ $tab-nrml-safari-pop-icon-top: 6px !default;
200
+ $tab-big-ie-nav-icon-line-height: 15px !default;
201
+ $tab-nrml-ie-nav-icon-line-height: 14px !default;
202
+ $tab-big-ie-pop-icon-line-height: 15px !default;
203
+ $tab-nrml-ie-pop-icon-line-height: 15px !default;
204
+ $tab-big-edge-nav-icon-line-height: 13px !default;
205
+ $tab-nrml-edge-nav-icon-line-height: 11px !default;
206
+ $tab-big-edge-pop-icon-line-height: 15px !default;
207
+ $tab-nrml-edge-pop-icon-line-height: 14px !default;
208
+ $tab-close-icon-size: 12px !default;
209
+ $tab-big-close-icon-size: 18px !default;
210
+ $tab-nrml-close-icon-size: $text-lg !default;
211
+ $tab-mob-close-icon-size: 12px !default;
212
+ $tab-close-icon-minwidth: 12px !default;
213
+ $tab-big-close-icon-margin: 2px 0 0 8px !default;
214
+ $tab-nrml-close-icon-margin: 0 0 0 6px !default;
215
+ $tab-mob-close-icon-margin: 0 0 0 8px !default;
216
+ $tab-rtl-mob-close-icon-margin: 0 8px 0 0 !default;
217
+ $tab-rtl-big-close-icon-margin: 0 10px 0 0 !default;
218
+ $tab-rtl-nrml-close-icon-margin: 0 8px 0 0 !default;
219
+ $tab-rtl-big-pop-close-icon-margin: 0 !default;
220
+ $tab-rtl-nrml-pop-close-icon-margin: 0 !default;
221
+ $tab-big-close-icon-top-bottom-right: 20px !default;
222
+ $tab-nrml-close-icon-top-bottom-right: 15px !default;
223
+ $tab-big-pop-close-icon-top-bottom-right: 24px !default;
224
+ $tab-nrml-pop-close-icon-top-bottom-right: 20px !default;
225
+ $tab-rtl-big-close-icon-top-bottom-right: 0 !default;
226
+ $tab-rtl-nrml-close-icon-top-bottom-right: 0 !default;
227
+ $tab-rtl-big-close-icon-top-bottom-left: 20px !default;
228
+ $tab-rtl-nrml-close-icon-top-bottom-left: 15px !default;
229
+ $tab-rtl-big-pop-close-icon-top-bottom-left: 24px !default;
230
+ $tab-rtl-nrml-pop-close-icon-top-bottom-left: 20px !default;
231
+ $tab-pop-close-icon-right: 16px !default;
232
+ $tab-rtl-pop-close-icon-left: 16px !default;
233
+ $tab-mob-close-icon-top-bottom-right: 12px !default;
234
+ $tab-rtl-mob-close-icon-top-bottom-left: 12px !default;
235
+ $tab-big-pop-close-top: 0 !default;
236
+ $tab-nrml-pop-close-top: 0 !default;
237
+ $tab-big-safari-close-icon-top: 0 !default;
238
+ $tab-nrml-safari-close-icon-top: -1px !default;
239
+ $tab-pop-border: 1px solid $flyout-border !default;
240
+ $tab-pop-border-radius: 4px !default;
241
+ $tab-big-nav-right-icon-padding: 0 !default;
242
+ $tab-nrml-nav-right-icon-padding: 0 !default;
243
+ $tab-mob-nav-right-icon-padding: 0 !default;
244
+ $tab-rtl-big-nav-right-icon-padding: 0 !default;
245
+ $tab-rtl-nrml-nav-right-icon-padding: 0 !default;
246
+ $tab-big-nav-left-icon-padding: 0 !default;
247
+ $tab-nrml-nav-left-icon-padding: 0 !default;
248
+ $tab-rtl-big-nav-left-icon-padding: 0 !default;
249
+ $tab-rtl-nrml-nav-left-icon-padding: 0 !default;
250
+ $tab-big-nav-tb-icon-top: 0 !default;
251
+ $tab-nrml-nav-tb-icon-top: 0 !default;
252
+ $tab-big-nav-icons-top: -2px !default;
253
+ $tab-nrml-nav-icons-top: 0 !default;
254
+ $tab-border-color: $primary-bg-color !default;
255
+ $tab-hover-border-color: $border-light !default;
256
+ $tab-disable-border-color: rgba($border-light, .38) !default;
257
+ $tab-alt-border-color: $primary-text !default;
258
+ $tab-alt-disable-border-color: $border-light !default;
259
+ $tab-bg-color: $transparent !default;
260
+ $tab-focused-wrap-focus-border-color: $icon-color !default;
261
+ $tab-alt-hdr-bg-color: $primary !default;
262
+ $tab-hdr-bdr-color: $border-light !default;
263
+ $tab-hdr-border: 1px solid $tab-hdr-bdr-color !default;
264
+ $tab-ripple-bg-color: rgba($transparent, .12) !default;
265
+ $tab-fill-ripple-bg-color: rgba($transparent, .05) !default;
266
+ $tab-alt-ripple-bg-color: rgba($transparent, .1) !default;
267
+ $tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
268
+ $tab-fill-focus-bg-color: rgba($content-bg-color-alt2, .8) !default;
269
+ $tab-hover-bg-color: $flyout-bg-color-hover !default;
270
+ $tab-active-bg-color: $flyout-bg-color-pressed !default;
271
+ $tab-fill-active-bg-color: $primary !default;
272
+ $tab-fill-disable-active-bg-color: rgba($primary, .38) !default;
273
+ $tab-alt-active-bg-color: $primary !default;
274
+ $tab-alt-disable-active-bg-color: $primary !default;
275
+ $tab-alt-item-bg-color: inherit !default;
276
+ $tab-alt-active-focus-bg-color: $primary-bg-color-focus !default;
277
+ $tab-key-alt-active-focus-bg-color: $content-bg-color !default;
278
+ $tab-alt-hover-bg-color: $primary-bg-color-hover !default;
279
+ $tab-alt-focus-top-bottom-bg-color: inherit !default;
280
+ $tab-item-hover-bg-color: inherit !default;
281
+ $tab-bg-item-wrap-hover-bg-color: $tab-item-hover-bg-color !default;
282
+ $tab-mob-item-hover-bg-color: initial !default;
283
+ $tab-pop-text-color: $flyout-text-color !default;
284
+ $tab-text-color: $content-text-color-alt3 !default;
285
+ $tab-disable-text-color: $content-text-color-disabled !default;
286
+ $tab-active-text-color: $primary-bg-color !default;
287
+ $tab-disable-active-text-color: rgba($border-light, .38) !default;
288
+ $tab-focus-text-color: $primary !default;
289
+ $tab-hover-text-color: $content-text-color-alt1 !default;
290
+ $tab-pop-active-item-text-color: $tab-active-text-color !default;
291
+ $tab-alt-text-color: $primary-lighter !default;
292
+ $tab-alt-disable-text-color: $primary-bg-color-disabled !default;
293
+ $tab-alt-active-style-hover-text-color: $content-text-color !default;
294
+ $tab-alt-active-style-hover-icon-color: $tab-alt-active-style-hover-text-color !default;
295
+ $tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
296
+ $tab-alt-hover-text-color: $primary-text-hover !default;
297
+ $tab-alt-active-hover-text-color: $content-text-color !default;
298
+ $tab-clone-item-bg-color: $content-bg-color-alt3 !default;
299
+ $tab-clone-text-color: $content-text-color-alt1 !default;
300
+ $tab-comb-icon-color: $primary-bg-color !default;
301
+ $tab-wrap-comb-icon-color: $content-text-color-alt4 !default;
302
+ $tab-comb-text-color: $tab-active-text-color !default;
303
+ $tab-close-icon-color: $content-text-color-alt4 !default;
304
+ $tab-active-close-icon-color: $icon-color !default;
305
+ $tab-close-icon-hover-color: $content-text-color-alt1 !default;
306
+ $tab-close-icon-active-color: $close-icon-color-pressed !default;
307
+ $tab-close-icon-focus-color: $tab-close-icon-hover-color !default;
308
+ $tab-alt-hover-text-color: $tab-alt-hover-text-color !default;
309
+ $tab-alt-active-text-color: $tab-alt-hover-text-color !default;
310
+ $tab-alt-close-icon-color: $tab-alt-hover-text-color !default;
311
+ $tab-alt-active-wrap-close-icon-color: $tab-alt-close-icon-color !default;
312
+ $tab-alt-active-close-icon-color: $primary-text-color !default;
313
+ $tab-alt-active-hover-close-icon-color: rgba($primary, 1) !default;
314
+ $tab-pop-bg-color: $flyout-bg-color !default;
315
+ $tab-hover-nav-bg-color: $secondary-bg-color-hover !default;
316
+ $tab-bg-hover-nav-bg-color: inherit !default;
317
+ $tab-nav-icon-color: $icon-color !default;
318
+ $tab-alt-nav-icon-color: $tab-alt-text-color !default;
319
+ $tab-active-nav-icon-color: $tab-active-text-color !default;
320
+ $tab-hover-nav-icon-color: $secondary-text-color-hover !default;
321
+ $tab-alt-hover-nav-icon-color: $tab-alt-hover-text-color !default;
322
+ $tab-disable-nav-icon-color: $content-text-color-alt2 !default;
323
+ $tab-nav-focus-bg-color: $secondary-bg-color-focus !default;
324
+ $tab-nav-focus-icon-color: $secondary-text-color-focus !default;
325
+ $tab-bg-nav-focus-icon-color: $icon-color !default;
326
+ $tab-pop-icon-color: $content-text-color-alt2 !default;
327
+ $tab-pop-icon-hover-bg-color: $secondary-bg-color-hover !default;
328
+ $tab-pop-icon-hover-border: 1px solid $border-light !default;
329
+ $tab-pop-icon-focus-border: 1px solid $border-light !default;
330
+ $tab-pop-icon-active-border: 1px solid $border-light !default;
331
+ $tab-pop-border-box-shadow: inset $shadow-sm !default;
332
+ $tab-bg-hover-nav-icon-color: $primary-text !default;
333
+ $tab-nav-pop-press-border: 3px solid $transparent !default;
334
+ $tab-nav-pop-press-active-border: none !default;
335
+ $tab-pop-box-shadow: none !default;
336
+ $tab-pop-icon-transition: none !default;
337
+ $tab-pop-up-icon-transform: rotate(0deg) !default;
338
+ $tab-pop-down-icon-transform: rotate(0deg) !default;
339
+ $tab-bgr-active-last-margin: 1px 2px 0 0 !default;
340
+ $tab-bgr-hscroll-items-nav-width: 38px !default;
341
+ $tab-bgr-item-textwrap-height: $tab-big-height !default;
342
+ $tab-bgr-active-icon-top: -.5px !default;
343
+ $tab-bgr-icon-line-height: $tab-big-icon-container-size !default;
344
+ $tab-bgr-mob-item-iconright-margin: 0 !default;
345
+ $tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
346
+ $tab-bgr-scroll-nav-arrow-before-top: 0 !default;
347
+ $tab-bgr-hor-pop-lineheight: 38px !default;
348
+ $tab-bgr-hor-focus-pop-hover-top: -2px !default;
349
+ $tab-bgr-bottom-active-close-top: .5px !default;
350
+ $tab-bgr-bottom-active-itop-close-top: 1.5px !default;
351
+ $tab-bgr-bottom-active-text-padding-top: .5px !default;
352
+ $tab-bgr-bottom-active-last-close-top: 0 !default;
353
+ $tab-bgr-vertical-icon-min-height: 38px !default;
354
+ $tab-bgr-vertical-icon-min-width: auto !default;
355
+ $tab-bgr-rtl-bottom-item-margin: 0 0 0 2px !default;
356
+ $tab-bgr-rtl-bottom-active-margin: 0 0 0 2px !default;
357
+ $tab-bgr-fill-first-last-padding: 0 !default;
358
+ $tab-bgr-fill-item-textwrap-height: $tab-big-fill-height !default;
359
+ $tab-bgr-fill-active-ileft-textwrap-height: 56px !default;
360
+ $tab-bgr-fill-focused-wrap-height: $tab-focus-big-fill-height !default;
361
+ $tab-bgr-rtl-icon-right-margin: 0 !default;
362
+ $tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
363
+ $tab-bgr-fill-active-item-padding: 0 !default;
364
+ $tab-bgr-item-text-margin-bottom: 0 !default;
365
+ $tab-nrml-hscroll-items-nav-width: 32px !default;
366
+ $tab-nrml-hscroll-items-bdr-radius: 4px !default;
367
+ $tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
368
+ $tab-nrml-item-tabicon-line-height: $tab-nrml-icon-container-size !default;
369
+ $tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
370
+ $tab-nrml-scroll-nav-arrow-before-top: 0 !default;
371
+ $tab-nrml-hor-pop-lineheight: 32px !default;
372
+ $tab-nrml-mob-hor-pop-lineheight: 43px !default;
373
+ $tab-nrml-hor-focus-pop-lineheight: 32px !default;
374
+ $tab-nrml-hor-focus-pop-hover-top: -.5px !default;
375
+ $tab-nrml-vertical-icon-min-height: 32px !default;
376
+ $tab-nrml-vertical-icon-min-width: 33px !default;
377
+ $tab-nrml-vertical-tabicon-margin: 0 !default;
378
+ $tab-nrml-vertical-rtl-active-margin: 0 0 0 2px !default;
379
+ $tab-nrml-fill-item-textwrap-height: $tab-nrml-fill-height !default;
380
+ $tab-nrml-fill-focused-wrap-height: $tab-focus-nrml-fill-height !default;
381
+ $tab-nrml-rtl-icon-right-margin: 0 !default;
382
+ $tab-nrml-hdr-before-display: unset !default;
383
+ $tab-nrml-item-active-position: unset !default;
384
+ $tab-nrml-item-active-hover-before-left: unset !default;
385
+ $tab-nrml-item-active-hover-before-right: unset !default;
386
+ $tab-nrml-item-active-before-bg-font: unset !default;
387
+ $tab-nrml-item-active-before-bottom: unset !default;
388
+ $tab-nrml-item-active-before-content: unset !default;
389
+ $tab-nrml-item-active-before-height: unset !default;
390
+ $tab-nrml-item-active-before-left: unset !default;
391
+ $tab-nrml-item-active-before-position: unset !default;
392
+ $tab-nrml-item-active-before-transition: unset !default;
393
+ $tab-nrml-item-active-after-font: unset !default;
394
+ $tab-nrml-item-active-after-content: unset !default;
395
+ $tab-nrml-item-active-after-display: unset !default;
396
+ $tab-nrml-item-active-after-font-weight: $font-weight-normal !default;
397
+ $tab-nrml-item-active-after-height: unset !default;
398
+ $tab-nrml-item-active-after-overflow: unset !default;
399
+ $tab-nrml-hscroll-bar-padding: 0 !default;
400
+ $tab-nrml-vertical-indicator-bdr-radius: 0 !default;
401
+ $tab-nrml-indicator-transition: all .4s cubic-bezier(.25, .46, .45, .94) !default;
402
+ $tab-nrml-active-item-tabicon-before-top: -1px !default;
403
+ $tab-nrml-bottom-active-before-top: unset !default;
404
+ $tab-nrml-vertical-indicator-transition: top .125s cubic-bezier(.35, 0, .25, 1), bottom .25s cubic-bezier(.35, 0, .25, 1) !default;
405
+ $tab-nrml-vertical-hover-before-height: unset !default;
406
+ $tab-nrml-vertical-before-bottom: unset !default;
407
+ $tab-nrml-vertical-before-height: unset !default;
408
+ $tab-nrml-vertical-before-left: unset !default;
409
+ $tab-nrml-vertical-before-transition: unset !default;
410
+ $tab-nrml-vertical-text-position: unset !default;
411
+ $tab-nrml-vertical-wrap-before-content: unset !default;
412
+ $tab-nrml-vertical-wrap-before-display: unset !default;
413
+ $tab-nrml-vertical-wrap-before-position: unset !default;
414
+ $tab-nrml-vertical-wrap-before-top: unset !default;
415
+ $tab-nrml-vertical-wrap-before-width: unset !default;
416
+ $tab-nrml-vertical-wrap-before-border: unset !default;
417
+ $tab-nrml-vertical-indicator-width: 2px !default;
418
+ $tab-nrml-bottom-wrap-before-top: unset !default;
419
+ $tab-nrml-background-vertical-indicator-display: none !default;
420
+ $tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
421
+ $tab-nrml-item-text-margin-bottom: 0 !default;
422
+ @mixin tbar-alt-btn-animation-after {
423
+ animation: none;
424
+ }
425
+ @mixin hscroll-alt-btn-animation-after {
426
+ animation: none;
427
+ }
428
+ $tab-alt-focused-active-wrap-focus-or-hover-color: $content-text-color-alt2 !default;
429
+ $tab-alt-focused-active-wrap-focus-and-hover-color: $content-text-color-alt2 !default;
430
+ $tab-even-active-item-bottom-border-color: 1px solid $border-light !default;
431
+ $tab-fill-focused-active-wrap-focus-color: $content-bg-color-alt5 !default;
432
+ $tab-alt-active-wrap-hover-close-color: $primary !default;
433
+ $tab-alt-pop-wrap-hover-color: $content-text-color-alt2 !default;
434
+ $tab-alt-wrap-hover-color: $secondary !default;
435
+ $tab-nav-active-box-shadow: inset 0 0 0 3px rgba($secondary, .5) !default;
436
+ $tab-nav-focus-border-color: $secondary !default;
437
+ $tab-alt-nav-hover-bg-color: $secondary !default;
438
+ $tab-vscroll-nrml-padding: 16px 0 !default;
439
+ $tab-vscroll-big-padding: 24px 0 !default;
440
+ $tab-big-v-wrap-padding: 0 16px !default;
441
+ $tab-nrml-v-wrap-padding: 0 12px !default;
442
+ $tab-indicator-display: block !default;
443
+ $tab-nrml-more-btn-line-height: 36px !default;
444
+ $tab-big-more-btn-line-height: 48px !default;
445
+ $tab-pop-more-icon-margin: 0 0 0 8px !default;
446
+ $tab-rtl-pop-more-icon-margin: 0 8px 0 0 !default;
447
+ $tab-vscroll-nav-border: 1px solid $transparent !default;
448
+ $tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
449
+ $tab-v-nav-icon-border-width: 0 !default;
450
+ $tab-v-big-close-icon-top-bottom-right: -20px !default;
451
+ $tab-v-nrml-close-icon-top-bottom-right: -15px !default;
452
+ $tab-v-rtl-big-close-icon-top-bottom-right: 0 !default;
453
+ $tab-v-rtl-nrml-close-icon-top-bottom-right: 0 !default;
454
+ $tab-v-rtl-big-close-icon-top-bottom-left: -20px !default;
455
+ $tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
456
+ $tab-v-pop-focus-outline: 0 !default;
457
+ $tab-vscroll-nav-border-color: $border-light !default;
458
+ $tab-v-nav-focus-bg-color: $secondary-bg-color-focus !default;
459
+ $tab-v-nav-hover-bg-color: $secondary-bg-color-hover !default;
460
+ $tab-header-font-weight: $font-weight-normal !default;
461
+ $tab-header-before-border-color: unset !default;
462
+ $tab-header-before-border-width: 0 !default;
463
+ $tab-header-border-bottom: $tab-hdr-border !default;
464
+ $tab-item-hover-bg: inherit !default;
465
+ $tab-item-wrap-border: 0 !default;
466
+ $tab-clone-item-wrap-border: $tab-vscroll-nav-border !default;
467
+ $tab-item-wrap-hover-border: 0 !default;
468
+ $tab-item-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
469
+ $tab-item-active-bg: $content-bg-color !default;
470
+ $tab-item-active-hover-bg: inherit !default;
471
+ $tab-item-active-wrap-border: 0 !default;
472
+ $tab-active-wrap-position: unset !default;
473
+ $tab-active-wrap-before-border: unset !default;
474
+ $tab-active-wrap-before-content: unset !default;
475
+ $tab-active-wrap-before-display: unset !default;
476
+ $tab-active-wrap-before-position: unset !default;
477
+ $tab-active-wrap-before-top: unset !default;
478
+ $tab-active-wrap-before-width: unset !default;
479
+ $tab-focused-wrap-focus-border: 0 !default;
480
+ $tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
481
+ $tab-content-font-size: $text-sm !default;
482
+ $tab-item-active-tabwrap-border: 0 !default;
483
+ $tab-item-left-icon-before-top: 0 !default;
484
+ $tab-item-icon-before-top: 1px !default;
485
+ $tab-item-icon-before-left: 5px !default;
486
+ $tab-item-active-border-bottom: initial !default;
487
+ $tab-pop-wrap-hover-border: none !default;
488
+ $tab-pop-wrap-hover-border-radius: 0 !default;
489
+ $tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
490
+ $tab-pop-wrap-active-border-color: transparent !default;
491
+ $tab-pop-wrap-active-icon-font: $flyout-text-color-pressed !default;
492
+ $tab-pop-icon-border: $tab-active-text-item-border !default;
493
+ $tab-pop-focus-icon-active-bg: $tab-pop-icon-hover-bg-color !default;
494
+ $tab-pop-focus-icon-active-color: $tab-nav-focus-icon-color !default;
495
+ $tab-pop-focus-bg: $secondary-bg-color-pressed !default;
496
+ $tab-pop-hover-bg: $secondary-bg-color-focus !default;
497
+ $tab-pop-nav-active-bg: $tab-nav-focus-bg-color !default;
498
+ $tab-pop-nav-active-border: $tab-nav-pop-press-active-border !default;
499
+ $tab-pop-nav-active-border-radius: $tab-active-item-border-radius !default;
500
+ $tab-pop-active-icons-color: $secondary-text-color-pressed !default;
501
+ $tab-scroll-nav-bg: inherit !default;
502
+ $tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
503
+ $tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
504
+ $tab-scroll-arrow-active-border: $tab-item-active-wrap-border !default;
505
+ $tab-scroll-focus-arrow-border: $tab-item-active-wrap-border !default;
506
+ $tab-scroll-focus-arrow-active-bg: $tab-nav-focus-bg-color !default;
507
+ $tab-scroll-focus-arrow-active-border-color: unset !default;
508
+ $tab-scroll-focus-arrow-active-color: $tab-nav-focus-icon-color !default;
509
+ $tab-scroll-active-border: $tab-nav-pop-press-active-border !default;
510
+ $tab-scroll-overlay-arrow-color: $tab-disable-nav-icon-color !default;
511
+ $tab-scroll-overlay-arrow-hover-color: $tab-disable-nav-icon-color !default;
512
+ $tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
513
+ $tab-scroll-overlay-arrow-hover-border-color: unset !default;
514
+ $tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
515
+ $tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
516
+ $tab-bottom-border-color: unset !default;
517
+ $tab-bottom-border-width: 0 !default;
518
+ $tab-bottom-hidden-items-border-color: $primary-text-color !default;
519
+ $tab-bottom-hidden-items-border-width: 1px 0 0 !default;
520
+ $tab-bottom-active-border-color: $tab-active-item-border-color $border-light $border-light !default;
521
+ $tab-bottom-active-border-width: 1px !default;
522
+ $tab-bottom-active-margin-top: 0 !default;
523
+ $tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
524
+ $tab-vertical-scroll-hover-active-bg: $secondary-bg-color-pressed !default;
525
+ $tab-vertical-focus-active-arrow-color: none !default;
526
+ $tab-vertical-pop-icon-hover-color: $secondary-text-color-hover !default;
527
+ $tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
528
+ $tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
529
+ $tab-vertical-before-border-width: 0 !default;
530
+ $tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
531
+ $tab-fill-active-tabwrap-border-color: unset !default;
532
+ $tab-fill-active-text-before-border: unset !default;
533
+ $tab-fill-active-close-hover-color: $tab-alt-active-close-icon-color !default;
534
+ $tab-fill-pop-active-icon-color: $tab-pop-text-color !default;
535
+ $tab-fill-pop-wrap-hover-bg: $flyout-bg-color-hover !default;
536
+ $tab-fill-pop-wrap-hover-text-color: $flyout-text-color-hover !default;
537
+ $tab-fill-pop-wrap-hover-icon-color: $flyout-text-color-hover !default;
538
+ $tab-fill-pop-wrap-hover-close-color: $flyout-text-color-hover !default;
539
+ $tab-fill-focused-active-tabwrap-focus-border-color: $tab-focused-wrap-focus-border-color !default;
540
+ $tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
541
+ $tab-fill-focused-active-wrap-focus-close-color: $tab-fill-focused-active-wrap-focus-color !default;
542
+ $tab-background-indicator-bottom: 0 !default;
543
+ $tab-background-wrap-border-color: transparent !default;
544
+ $tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
545
+ $tab-background-pop-icon-hover-bg: $tab-pop-icon-hover-bg-color !default;
546
+ $tab-background-pop-icon-hover-border-color: unset !default;
547
+ $tab-background-focused-active-wrap-focus-bg: $tab-key-alt-active-focus-bg-color !default;
548
+ $tab-background-focused-active-wrap-focus-border-color: $tab-alt-active-bg-color !default;
549
+ $tab-background-wrap-hover-text-color: $tab-alt-active-text-color !default;
550
+ $tab-background-wrap-hover-icon-color: $tab-alt-active-text-color !default;
551
+ $tab-background-wrap-hover-close-color: $tab-alt-active-text-color !default;
552
+ $tab-background-close-hover-active-color: $tab-background-wrap-hover-close-color !default;
553
+ $tab-background-wrap-hover-bg-color: $tab-bg-item-wrap-hover-bg-color !default;
554
+ $tab-background-wrap-hover-border-color: $tab-hover-border-color !default;
555
+ $tab-background-active-bg: $primary-bg-color-focus !default;
556
+ $tab-background-active-text-color: $primary-text !default;
557
+ $tab-background-active-icon-color: $tab-background-active-text-color !default;
558
+ $tab-background-active-close-color: $tab-background-active-text-color !default;
559
+ $tab-background-active-wrap-bg: $tab-background-active-bg !default;
560
+ $tab-background-active-wrap-border-color: $tab-alt-active-bg-color !default;
561
+ $tab-background-active-wrap-border-radius: $tab-top-active-item-border-radius !default;
562
+ $tab-background-active-wrap-border-width: 0 !default;
563
+ $tab-background-active-hover-text-color: $primary-text !default;
564
+ $tab-background-active-hover-icon-color: $primary-text !default;
565
+ $tab-background-active-hover-close-color: $primary-text !default;
566
+ $tab-background-active-hover-bg: $tab-background-active-wrap-bg !default;
567
+ $tab-background-active-hover-border-color: $tab-background-active-wrap-border-color !default;
568
+ $tab-background-active-close-hover-color: $tab-background-active-hover-close-color !default;
569
+ $tab-background-activeitem-close-active-color: $tab-background-active-hover-close-color !default;
570
+ $tab-background-active-wrap-focus-bg: $primary-bg-color-focus !default;
571
+ $tab-background-active-wrap-focus-text-color: $primary-text !default;
572
+ $tab-background-active-wrap-focus-icon: $primary-text !default;
573
+ $tab-background-active-wrap-focushover-text-color: $primary-text !default;
574
+ $tab-background-active-wrap-focushover-close-color: $primary-text !default;
575
+ $tab-background-active-text-icon-color: $icon-color !default;
576
+ $tab-background-active-close-icon-color: $tab-alt-active-close-icon-color !default;
577
+ $tab-background-active-close-text-hover-color: $tab-active-text-color !default;
578
+ $tab-background-pop-text-color: $tab-pop-text-color !default;
579
+ $tab-background-pop-wrap-hover-bg: $tab-hover-bg-color !default;
580
+ $tab-background-pop-wrap-hover-text-color: $flyout-text-color-hover !default;
581
+ $tab-background-pop-wrap-active-text-color: $tab-background-pop-text-color !default;
582
+ $tab-background-pop-wrap-active-icon-color: $tab-background-pop-text-color !default;
583
+ $tab-background-pop-wrap-active-close-color: $tab-background-pop-text-color !default;
584
+ $tab-background-scroll-bg: $primary-bg-color !default;
585
+ $tab-background-scroll-arrow-border: 0 !default;
586
+ $tab-background-scroll-arrow-hover-bg: $tab-bg-hover-nav-bg-color !default;
587
+ $tab-background-scroll-arrow-hover-border-color: unset !default;
588
+ $tab-background-scroll-arrow-active-bg: unset !default;
589
+ $tab-background-scroll-arrow-active-color: $primary-text !default;
590
+ $tab-background-scroll-focus-arrow-border: 0 !default;
591
+ $tab-background-scroll-focus-arrow-bg: $tab-nav-focus-bg-color !default;
592
+ $tab-background-nav-focus-active-bg: $tab-nav-focus-bg-color !default;
593
+ $tab-background-nav-focus-active-border-color: unset !default;
594
+ $tab-background-nav-focus-active-color: $tab-bg-hover-nav-icon-color !default;
595
+ $tab-background-hor-nav-bg: transparent !default;
596
+ $tab-background-pop-icon-color: $tab-alt-text-color !default;
597
+ $tab-background-pop-icon-border: 0 !default;
598
+ $tab-background-pop-active-hover-bg: $tab-background-pop-icon-hover-bg !default;
599
+ $tab-background-pop-active-hover-color: $tab-bg-hover-nav-icon-color !default;
600
+ $tab-background-focus-pop-bg: $tab-nav-focus-bg-color !default;
601
+ $tab-background-focus-pop-border: $tab-pop-up-icon-focus-border !default;
602
+ $tab-background-focus-pop-hover-bg: $tab-background-pop-icon-hover-bg !default;
603
+ $tab-background-focused-wrap-focus-bg: $tab-bg-item-wrap-hover-bg-color !default;
604
+ $tab-background-focused-wrap-focus-border-color: $border-light !default;
605
+ $tab-background-popicon-focus-active-bg: $tab-pop-focus-icon-active-bg !default;
606
+ $tab-background-popicon-focus-active-border-color: unset !default;
607
+ $tab-background-popicon-focus-active-color: $tab-bg-hover-nav-icon-color !default;
608
+ $tab-background-bottom-active-wrap-border-color: $tab-alt-active-bg-color !default;
609
+ $tab-background-bottom-active-wrap-border-radius: 0 0 4px 4px !default;
610
+ $tab-background-bottom-active-wrap-border-width: 0 2px 2px !default;
611
+ $tab-background-vertical-left-active-border-color: unset !default;
612
+ $tab-background-vertical-left-active-border-width: 0 !default;
613
+ $tab-background-vertical-left-active-wrap-border-radius: 4px 0 0 4px !default;
614
+ $tab-background-vertical-left-active-wrap-border-width: 0 !default;
615
+ $tab-background-vertical-right-active-border-width: 0 !default;
616
+ $tab-background-vertical-right-active-wrap-border-radius: 0 !default;
617
+ $tab-background-vertical-right-active-wrap-border-width: 0 !default;
618
+ $tab-background-focused-active-wrap-hover-bg: $tab-background-active-wrap-bg !default;
619
+ $tab-background-focused-active-wrap-hover-border: 0 !default;
620
+ $tab-background-focused-active-wrap-hover-border-radius: $tab-top-active-item-border-radius !default;
621
+ $tab-background-focused-active-wrap-focus-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
622
+ $tab-background-focused-active-wrap-focus-icon-color: $tab-alt-active-hover-text-color !default;
623
+ $tab-background-focused-active-wrap-focus-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
624
+ $tab-background-focused-active-wrap-hover-text-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
625
+ $tab-background-focused-active-wrap-hover-icon-color: $tab-background-active-hover-icon-color !default;
626
+ $tab-background-focused-active-wrap-hover-close-color: $tab-alt-focused-active-wrap-focus-or-hover-color !default;
627
+ $tab-background-focused-active-focus-hover-text-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
628
+ $tab-background-focused-active-focus-hover-close-color: $tab-alt-focused-active-wrap-focus-and-hover-color !default;
629
+ $tab-background-focused-wrap-focus-close-color: $tab-alt-text-color !default;
630
+ $tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color !default;
631
+ $tab-background-accent-indicator-bg: $primary-text !default;
632
+ $tab-background-active-text-font-weight: $tab-light-font-weight !default;
633
+ $tab-background-text-color: $tab-alt-text-color !default;
634
+ $tab-fill-background-disable-text-color: $primary-text-color !default;
@@ -69,18 +69,6 @@
69
69
  color: $tab-wrap-comb-icon-color;
70
70
  }
71
71
 
72
- @media screen and (max-width: 480px) {
73
- color: $tab-mob-text-color;
74
-
75
- .e-tab-icon {
76
- color: $tab-mob-text-color;
77
- }
78
-
79
- .e-close-icon {
80
- color: $tab-mob-close-icon-color;
81
- }
82
- }
83
-
84
72
  &:hover {
85
73
  background: $tab-item-hover-bg-color;
86
74
  border: $tab-item-wrap-hover-border;