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