@syncfusion/ej2-navigations 20.3.60 → 20.4.38
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.
- package/.eslintrc.json +16 -1
- package/CHANGELOG.md +17 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +253 -205
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +250 -202
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +9 -5
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -117,7 +117,6 @@ $tab-ripple-bg-color: rgba($bg-base-0, 0) !default;
|
|
|
117
117
|
$tab-alt-ripple-bg-color: rgba($bg-base-0, 0) !default;
|
|
118
118
|
$tab-fill-ripple-bg-color: rgba($bg-base-0, 0) !default;
|
|
119
119
|
$tab-item-border: none !default;
|
|
120
|
-
$tab-alt-item-border: 0 !default;
|
|
121
120
|
$tab-active-item-border: none !default;
|
|
122
121
|
$tab-active-item-border-bottom: initial !default;
|
|
123
122
|
$tab-active-item-border-color: inherit !default;
|
|
@@ -154,8 +153,6 @@ $tab-big-io-wrap-padding: 0 8px !default;
|
|
|
154
153
|
$tab-nrml-io-wrap-padding: 0 8px !default;
|
|
155
154
|
$tab-wrap-focus-margin-right: 2px !default;
|
|
156
155
|
$tab-wrap-focus-margin-left: 2px !default;
|
|
157
|
-
$tab-big-ileft-active-text-wrap-padding: 2px 0 0 0 !default;
|
|
158
|
-
$tab-nrml-ileft-active-text-wrap-padding: 2px 0 0 0 !default;
|
|
159
156
|
$tab-big-even-ileft-active-text-wrap-margin: 0 !default;
|
|
160
157
|
$tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
161
158
|
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
@@ -203,21 +200,18 @@ $tab-rtl-nrml-text-container-margin-right: 0 !default;
|
|
|
203
200
|
$tab-rtl-big-text-container-margin-left: 22px !default;
|
|
204
201
|
$tab-rtl-nrml-text-container-margin-left: 20px !default;
|
|
205
202
|
$tab-big-active-text-container-height: 46px !default;
|
|
206
|
-
$tab-nrml-active-text-container-height: 36px !default;
|
|
207
203
|
$tab-big-active-it-text-container-height: 50px !default;
|
|
208
|
-
$tab-nrml-active-it-text-container-height: 40px !default;
|
|
209
204
|
$tab-fill-big-active-it-text-container-height: 48px !default;
|
|
210
|
-
$tab-fill-nrml-active-it-text-container-height:
|
|
211
|
-
$tab-big-even-active-text-container-height:
|
|
205
|
+
$tab-fill-nrml-active-it-text-container-height: $tab-nrml-fill-height - 4 !default;
|
|
206
|
+
$tab-big-even-active-text-container-height: $tab-big-height - 4 !default;
|
|
212
207
|
$tab-nrml-even-active-text-container-height: 40px !default;
|
|
213
|
-
$tab-even-active-text-container-padding: 0 0 2px 0 !default;
|
|
214
208
|
$tab-even-active-text-container-margin: 0 0 2px !default;
|
|
215
209
|
|
|
216
210
|
$tab-big-font-size: 15px !default;
|
|
217
211
|
$tab-nrml-font-size: 14px !default;
|
|
218
212
|
$tab-font-weight: 400 !default;
|
|
219
|
-
$tab-semi-font-weight:
|
|
220
|
-
$tab-light-font-weight:
|
|
213
|
+
$tab-semi-font-weight: 400 !default;
|
|
214
|
+
$tab-light-font-weight: 400 !default;
|
|
221
215
|
$tab-big-it-text-margin: 0 0 0 8px !default;
|
|
222
216
|
$tab-nrml-it-text-margin: 0 0 0 6px !default;
|
|
223
217
|
$tab-mob-it-text-margin: 0 0 0 8px !default;
|
|
@@ -234,7 +228,7 @@ $tab-rtl-big-pop-text-padding-left: 8px !default;
|
|
|
234
228
|
$tab-rtl-nrml-pop-text-padding-left: 8px !default;
|
|
235
229
|
$tab-big-even-active-text-height: 48px !default;
|
|
236
230
|
$tab-nrml-even-active-text-height: 38px !default;
|
|
237
|
-
$tab-fill-big-even-active-text-height:
|
|
231
|
+
$tab-fill-big-even-active-text-height: $tab-big-fill-height - 4 !default;
|
|
238
232
|
$tab-fill-nrml-even-active-text-height: 36px !default;
|
|
239
233
|
$tab-text-color: $content-font !default;
|
|
240
234
|
$tab-wrap-comb-icon-color: $tab-text-color !default;
|
|
@@ -274,8 +268,6 @@ $tab-big-nav-icon-top: 6px !default;
|
|
|
274
268
|
$tab-nrml-nav-icon-top: 2px !default;
|
|
275
269
|
$tab-big-nav-pop-icon-top: 8px !default;
|
|
276
270
|
$tab-nrml-nav-pop-icon-top: 6px !default;
|
|
277
|
-
$tab-big-hover-nav-pop-icon-top: 0 !default;
|
|
278
|
-
$tab-nrml-hover-nav-pop-icon-top: 0 !default;
|
|
279
271
|
$tab-big-safari-nav-icon-top: 8px !default;
|
|
280
272
|
$tab-nrml-safari-nav-icon-top: 4px !default;
|
|
281
273
|
$tab-big-safari-pop-icon-top: 10px !default;
|
|
@@ -315,7 +307,6 @@ $tab-rtl-nrml-close-icon-top-bottom-left: 8px !default;
|
|
|
315
307
|
$tab-rtl-big-pop-close-icon-top-bottom-left: 16px !default;
|
|
316
308
|
$tab-rtl-nrml-pop-close-icon-top-bottom-left: 16px !default;
|
|
317
309
|
$tab-pop-close-icon-right: 16px !default;
|
|
318
|
-
$tab-pop-close-icon-top: 1px !default;
|
|
319
310
|
$tab-rtl-pop-close-icon-left: 16px !default;
|
|
320
311
|
$tab-mob-close-icon-top-bottom-right: 8px !default;
|
|
321
312
|
$tab-rtl-mob-close-icon-top-bottom-left: 8px !default;
|
|
@@ -424,6 +415,272 @@ $tab-alt-nav-hover-border-color: $hover-border !default;
|
|
|
424
415
|
$tab-alt-nav-active-color: $selection-font !default;
|
|
425
416
|
$tab-alt-nav-active-bg-color: $selection-bg !default;
|
|
426
417
|
|
|
418
|
+
$tab-bgr-active-last-margin: 0 14px 0 0 !default;
|
|
419
|
+
$tab-bgr-hscroll-items-nav-width: 50px !default;
|
|
420
|
+
$tab-bgr-item-textwrap-height: $tab-big-height - 4 !default;
|
|
421
|
+
$tab-bgr-active-icon-top: 0 !default;
|
|
422
|
+
$tab-bgr-icon-line-height: 1 !default;
|
|
423
|
+
$tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
424
|
+
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 4 !default;
|
|
425
|
+
$tab-bgr-scroll-nav-arrow-before-top: -2px !default;
|
|
426
|
+
$tab-bgr-hor-pop-lineheight: 32px !default;
|
|
427
|
+
$tab-bgr-hor-pop-hover-top: -2px !default;
|
|
428
|
+
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
429
|
+
$tab-bgr-bottom-active-close-top: 1px !default;
|
|
430
|
+
$tab-bgr-bottom-active-itop-close-top: 1px !default;
|
|
431
|
+
$tab-bgr-bottom-active-text-padding-top: 0 !default;
|
|
432
|
+
$tab-bgr-bottom-active-last-close-top: 1px !default;
|
|
433
|
+
$tab-bgr-vertical-icon-min-height: $tab-big-height !default;
|
|
434
|
+
$tab-bgr-vertical-icon-min-width: $tab-big-height !default;
|
|
435
|
+
$tab-bgr-rtl-bottom-item-margin: 0 0 0 14px !default;
|
|
436
|
+
$tab-bgr-rtl-bottom-active-margin: 0 !default;
|
|
437
|
+
$tab-bgr-fill-first-last-padding: 0 !default;
|
|
438
|
+
$tab-bgr-fill-item-textwrap-height: $tab-big-fill-height - 4 !default;
|
|
439
|
+
$tab-bgr-fill-active-ileft-textwrap-height: $tab-big-fill-height - 4 !default;
|
|
440
|
+
$tab-bgr-fill-focused-wrap-height: $tab-big-fill-height - 4 !default;
|
|
441
|
+
$tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
442
|
+
$tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
|
|
443
|
+
$tab-bgr-fill-active-item-padding: 0 !default;
|
|
444
|
+
$tab-bgr-item-text-margin-bottom: 0 !default;
|
|
445
|
+
|
|
446
|
+
$tab-nrml-hscroll-items-nav-width: 40px !default;
|
|
447
|
+
$tab-nrml-hscroll-items-bdr-radius: 0 !default;
|
|
448
|
+
$tab-nrml-item-text-wrap-height: $tab-nrml-height - 4 !default;
|
|
449
|
+
$tab-nrml-item-tabicon-line-height: 1 !default;
|
|
450
|
+
$tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height - 4 !default;
|
|
451
|
+
$tab-nrml-scroll-nav-arrow-before-top: -2px !default;
|
|
452
|
+
$tab-nrml-hor-pop-lineheight: 24px !default;
|
|
453
|
+
$tab-nrml-mob-hor-pop-lineheight: 24px !default;
|
|
454
|
+
$tab-nrml-hor-focus-pop-lineheight: 24px !default;
|
|
455
|
+
$tab-nrml-hor-focus-pop-hover-top: 0 !default;
|
|
456
|
+
$tab-nrml-vertical-icon-min-height: $tab-nrml-height !default;
|
|
457
|
+
$tab-nrml-vertical-icon-min-width: $tab-nrml-height !default;
|
|
458
|
+
$tab-nrml-vertical-tabicon-margin: auto !default;
|
|
459
|
+
$tab-nrml-vertical-rtl-active-margin: 0 0 0 8px !default;
|
|
460
|
+
$tab-nrml-fill-item-textwrap-height: $tab-nrml-fill-height - 4 !default;
|
|
461
|
+
$tab-nrml-fill-focused-wrap-height: $tab-nrml-fill-height - 4 !default;
|
|
462
|
+
$tab-nrml-rtl-icon-right-margin: 0 !default;
|
|
463
|
+
$tab-nrml-hdr-before-display: unset !default;
|
|
464
|
+
$tab-nrml-item-active-position: unset !default;
|
|
465
|
+
$tab-nrml-item-active-hover-before-left: unset !default;
|
|
466
|
+
$tab-nrml-item-active-hover-before-right: unset !default;
|
|
467
|
+
$tab-nrml-item-active-before-bg-font: unset !default;
|
|
468
|
+
$tab-nrml-item-active-before-bottom: unset !default;
|
|
469
|
+
$tab-nrml-item-active-before-content: unset !default;
|
|
470
|
+
$tab-nrml-item-active-before-height: unset !default;
|
|
471
|
+
$tab-nrml-item-active-before-left: unset !default;
|
|
472
|
+
$tab-nrml-item-active-before-position: unset !default;
|
|
473
|
+
$tab-nrml-item-active-before-transition: unset !default;
|
|
474
|
+
$tab-nrml-item-active-after-font: unset !default;
|
|
475
|
+
$tab-nrml-item-active-after-content: unset !default;
|
|
476
|
+
$tab-nrml-item-active-after-display: unset !default;
|
|
477
|
+
$tab-nrml-item-active-after-font-weight: unset !default;
|
|
478
|
+
$tab-nrml-item-active-after-height: unset !default;
|
|
479
|
+
$tab-nrml-item-active-after-overflow: unset !default;
|
|
480
|
+
$tab-nrml-hscroll-bar-padding: 0 1px !default;
|
|
481
|
+
$tab-nrml-vertical-indicator-bdr-radius: 0 !default;
|
|
482
|
+
$tab-nrml-indicator-transition: left .125s cubic-bezier(.35, 0, .25, 1), right .25s cubic-bezier(.35, 0, .25, 1) !default;
|
|
483
|
+
$tab-nrml-active-item-tabicon-before-top: 0 !default;
|
|
484
|
+
$tab-nrml-bottom-active-before-top: 0 !default;
|
|
485
|
+
$tab-nrml-vertical-indicator-transition: initial !default;
|
|
486
|
+
$tab-nrml-vertical-hover-before-height: unset !default;
|
|
487
|
+
$tab-nrml-vertical-before-bottom: unset !default;
|
|
488
|
+
$tab-nrml-vertical-before-height: unset !default;
|
|
489
|
+
$tab-nrml-vertical-before-left: unset !default;
|
|
490
|
+
$tab-nrml-vertical-before-transition: unset !default;
|
|
491
|
+
$tab-nrml-vertical-text-position: static !default;
|
|
492
|
+
$tab-nrml-vertical-wrap-before-content: '' !default;
|
|
493
|
+
$tab-nrml-vertical-wrap-before-display: block !default;
|
|
494
|
+
$tab-nrml-vertical-wrap-before-position: absolute !default;
|
|
495
|
+
$tab-nrml-vertical-wrap-before-top: 96% !default;
|
|
496
|
+
$tab-nrml-vertical-wrap-before-width: calc(100% - 16px) !default;
|
|
497
|
+
$tab-nrml-vertical-wrap-before-border: 1px solid $selection-bg !default;
|
|
498
|
+
$tab-nrml-vertical-indicator-width: 3px !default;
|
|
499
|
+
$tab-nrml-bottom-wrap-before-top: 0 !default;
|
|
500
|
+
$tab-nrml-background-vertical-indicator-display: none !default;
|
|
501
|
+
$tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
|
|
502
|
+
$tab-nrml-item-text-margin-bottom: 0 !default;
|
|
503
|
+
|
|
504
|
+
$tab-header-font-weight: normal !default;
|
|
505
|
+
$tab-header-before-border-color: unset !default;
|
|
506
|
+
$tab-header-before-border-width: 0 !default;
|
|
507
|
+
$tab-header-border-bottom: $tab-hdr-border !default;
|
|
508
|
+
$tab-item-hover-bg: inherit !default;
|
|
509
|
+
$tab-item-wrap-border: 2px solid $tab-wrap-border-color !default;
|
|
510
|
+
$tab-clone-item-wrap-border: 2px $tab-wrap-border-color !default;
|
|
511
|
+
$tab-item-wrap-hover-border: 2px solid $tab-wrap-border-color !default;
|
|
512
|
+
$tab-item-wrap-hover-border-radius: 0 !default;
|
|
513
|
+
$tab-item-active-wrap-border: 2px solid $tab-wrap-border-color !default;
|
|
514
|
+
$tab-active-wrap-position: relative !default;
|
|
515
|
+
$tab-active-wrap-before-border: 1px solid $tab-active-line-color !default;
|
|
516
|
+
$tab-active-wrap-before-content: '' !default;
|
|
517
|
+
$tab-active-wrap-before-display: block !default;
|
|
518
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
519
|
+
$tab-active-wrap-before-top: 95% !default;
|
|
520
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
521
|
+
$tab-focused-wrap-focus-border: 2px solid $tab-focused-wrap-focus-border-color !default;
|
|
522
|
+
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
523
|
+
$tab-content-line-height: 18px !default;
|
|
524
|
+
$tab-content-font-size: 12px !default;
|
|
525
|
+
$tab-item-active-tabwrap-border: 2px solid $tab-wrap-border-color !default;
|
|
526
|
+
$tab-item-left-icon-before-top: 0 !default;
|
|
527
|
+
$tab-item-icon-before-top: 2px !default;
|
|
528
|
+
$tab-item-icon-before-left: 0 !default;
|
|
529
|
+
$tab-item-active-border-bottom: initial !default;
|
|
530
|
+
|
|
531
|
+
$tab-pop-wrap-hover-border: 2px solid $tab-wrap-hover-border-color !default;
|
|
532
|
+
$tab-pop-wrap-hover-border-radius: 0 !default;
|
|
533
|
+
$tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
534
|
+
$tab-pop-wrap-active-border-color: $tab-wrap-active-border-color !default;
|
|
535
|
+
$tab-pop-wrap-active-icon-font: $tab-wrap-active-color !default;
|
|
536
|
+
$tab-pop-icon-border: 2px solid $tab-wrap-border-color !default;
|
|
537
|
+
$tab-pop-focus-icon-active-bg: $tab-nav-focus-active-bg-color !default;
|
|
538
|
+
$tab-pop-focus-icon-active-color: $tab-nav-focus-active-color !default;
|
|
539
|
+
$tab-pop-focus-bg: transparent !default;
|
|
540
|
+
$tab-pop-hover-bg: transparent !default;
|
|
541
|
+
$tab-pop-nav-active-bg: inherit !default;
|
|
542
|
+
$tab-pop-nav-active-border: 0 !default;
|
|
543
|
+
$tab-pop-nav-active-border-radius: 0 4px 4px 0 !default;
|
|
544
|
+
$tab-pop-active-icons-color: $tab-nav-pop-arrow-active-color !default;
|
|
545
|
+
|
|
546
|
+
$tab-scroll-nav-bg: inherit !default;
|
|
547
|
+
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
548
|
+
$tab-scroll-arrow-hover-border: 2px solid $tab-wrap-hover-border-color !default;
|
|
549
|
+
$tab-scroll-arrow-active-border: $tab-item-active-wrap-border !default;
|
|
550
|
+
$tab-scroll-focus-arrow-border: 2px solid $tab-wrap-focus-border-color !default;
|
|
551
|
+
$tab-scroll-focus-arrow-active-bg: $tab-nav-focus-active-bg-color !default;
|
|
552
|
+
$tab-scroll-focus-arrow-active-border-color: $tab-nav-focus-active-border-color !default;
|
|
553
|
+
$tab-scroll-focus-arrow-active-color: $tab-nav-focus-active-color !default;
|
|
554
|
+
$tab-scroll-active-border: 0 !default;
|
|
555
|
+
$tab-scroll-overlay-arrow-color: $tab-disable-nav-icon-color !default;
|
|
556
|
+
$tab-scroll-overlay-arrow-hover-color: $tab-disable-nav-icon-color !default;
|
|
557
|
+
$tab-scroll-overlay-arrow-hover-bg: $tab-nav-disable-hover-bg-color !default;
|
|
558
|
+
$tab-scroll-overlay-arrow-hover-border-color: $tab-nav-disable-hover-border-color !default;
|
|
559
|
+
$tab-scroll-focused-nav-focus-icon-bg: inherit !default;
|
|
560
|
+
$tab-scroll-focused-nav-focus-icon-border: 2px solid $tab-focused-nav-focus-border-color !default;
|
|
561
|
+
|
|
562
|
+
$tab-bottom-border-color: unset !default;
|
|
563
|
+
$tab-bottom-border-width: 0 !default;
|
|
564
|
+
$tab-bottom-hidden-items-border-color: unset !default;
|
|
565
|
+
$tab-bottom-hidden-items-border-width: 0 !default;
|
|
566
|
+
$tab-bottom-active-border-color: $tab-active-item-border-color unset unset !default;
|
|
567
|
+
$tab-bottom-active-border-width: 0 !default;
|
|
568
|
+
$tab-bottom-active-margin-top: 0 !default;
|
|
569
|
+
|
|
570
|
+
$tab-vertical-scroll-hover-border-color: $border-fg !default;
|
|
571
|
+
$tab-vertical-scroll-hover-active-bg: $selection-bg !default;
|
|
572
|
+
$tab-vertical-focus-active-arrow-color: $selection-font !default;
|
|
573
|
+
$tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
|
|
574
|
+
$tab-vertical-pop-icon-active-color: $content-font !default;
|
|
575
|
+
$tab-vertical-focused-nav-focus-border-color: $tab-focused-nav-focus-border-color !default;
|
|
576
|
+
$tab-vertical-before-border-width: 0 !default;
|
|
577
|
+
|
|
578
|
+
$tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
579
|
+
$tab-fill-active-tabwrap-border-color: $tab-fill-active-wrap-border-color !default;
|
|
580
|
+
$tab-fill-active-text-before-border: 0 !default;
|
|
581
|
+
$tab-fill-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
|
|
582
|
+
$tab-fill-pop-active-icon-color: $tab-fill-pop-item-active-hover-color !default;
|
|
583
|
+
$tab-fill-pop-wrap-hover-bg: $tab-hover-bg-color !default;
|
|
584
|
+
$tab-fill-pop-wrap-hover-text-color: $tab-hover-text-color !default;
|
|
585
|
+
$tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
586
|
+
$tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
587
|
+
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-fill-focused-active-wrap-focus-border-color !default;
|
|
588
|
+
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
589
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
|
|
590
|
+
|
|
591
|
+
$tab-background-indicator-bottom: 0 !default;
|
|
592
|
+
$tab-background-wrap-border-color: $tab-alt-wrap-border-color !default;
|
|
593
|
+
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
594
|
+
$tab-background-pop-icon-hover-bg: $tab-bg-hover-nav-bg-color !default;
|
|
595
|
+
$tab-background-pop-icon-hover-border-color: $tab-alt-nav-hover-border-color !default;
|
|
596
|
+
$tab-background-focused-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
|
|
597
|
+
$tab-background-focused-active-wrap-focus-border-color: $tab-alt-focused-active-wrap-focus-border-color !default;
|
|
598
|
+
$tab-background-wrap-hover-text-color: $tab-alt-wrap-hover-color !default;
|
|
599
|
+
$tab-background-wrap-hover-icon-color: $tab-alt-wrap-hover-color !default;
|
|
600
|
+
$tab-background-wrap-hover-close-color: $tab-alt-wrap-hover-color !default;
|
|
601
|
+
$tab-background-close-hover-active-color: $tab-alt-wrap-hover-close-active-or-hover-color !default;
|
|
602
|
+
$tab-background-wrap-hover-bg-color: $tab-alt-wrap-hover-bg-color !default;
|
|
603
|
+
$tab-background-wrap-hover-border-color: $tab-alt-wrap-hover-border-color !default;
|
|
604
|
+
$tab-background-active-bg: inherit !default;
|
|
605
|
+
$tab-background-active-text-color: $tab-alt-active-text-color !default;
|
|
606
|
+
$tab-background-active-icon-color: $tab-alt-active-text-color !default;
|
|
607
|
+
$tab-background-active-close-color: $tab-alt-active-close-icon-color !default;
|
|
608
|
+
$tab-background-active-wrap-bg: $tab-alt-active-bg-color !default;
|
|
609
|
+
$tab-background-active-wrap-border-color: $tab-alt-active-wrap-border-color !default;
|
|
610
|
+
$tab-background-active-wrap-border-radius: $tab-active-item-border-radius !default;
|
|
611
|
+
$tab-background-active-wrap-border-width: 2px !default;
|
|
612
|
+
$tab-background-active-hover-text-color: $tab-alt-active-wrap-hover-color !default;
|
|
613
|
+
$tab-background-active-hover-icon-color: $tab-alt-active-wrap-hover-color !default;
|
|
614
|
+
$tab-background-active-hover-close-color: $tab-alt-active-wrap-hover-color !default;
|
|
615
|
+
$tab-background-active-hover-bg: $tab-alt-active-wrap-hover-bg-color !default;
|
|
616
|
+
$tab-background-active-hover-border-color: $tab-alt-active-wrap-hover-border-color !default;
|
|
617
|
+
$tab-background-active-close-hover-color: $tab-alt-active-wrap-hover-close-hover-or-active-color !default;
|
|
618
|
+
$tab-background-activeitem-close-active-color: $tab-alt-active-wrap-hover-close-hover-or-active-color !default;
|
|
619
|
+
$tab-background-active-wrap-focus-bg: $tab-alt-active-wrap-hover-focus-bg-color !default;
|
|
620
|
+
$tab-background-active-wrap-focus-text-color: $tab-alt-active-wrap-hover-focus-color !default;
|
|
621
|
+
$tab-background-active-wrap-focus-icon: $tab-alt-active-text-color !default;
|
|
622
|
+
$tab-background-active-wrap-focushover-text-color: $tab-background-active-wrap-focus-text-color !default;
|
|
623
|
+
$tab-background-active-wrap-focushover-close-color: $tab-background-active-hover-close-color !default;
|
|
624
|
+
$tab-background-active-text-icon-color: $tab-alt-active-text-color !default;
|
|
625
|
+
$tab-background-active-close-icon-color: $tab-alt-active-close-icon-color !default;
|
|
626
|
+
$tab-background-active-close-text-hover-color: $tab-alt-active-hover-close-icon-color !default;
|
|
627
|
+
$tab-background-pop-text-color: $tab-alt-text-color !default;
|
|
628
|
+
$tab-background-pop-wrap-hover-bg: $tab-alt-hover-bg-color !default;
|
|
629
|
+
$tab-background-pop-wrap-hover-text-color: $tab-alt-pop-wrap-hover-color !default;
|
|
630
|
+
$tab-background-pop-wrap-active-text-color: $tab-alt-pop-wrap-active-color !default;
|
|
631
|
+
$tab-background-pop-wrap-active-icon-color: $tab-background-pop-text-color !default;
|
|
632
|
+
$tab-background-pop-wrap-active-close-color: $tab-alt-pop-wrap-active-color !default;
|
|
633
|
+
$tab-background-scroll-bg: inherit !default;
|
|
634
|
+
$tab-background-scroll-arrow-border: 2px solid $tab-alt-nav-border-color !default;
|
|
635
|
+
$tab-background-scroll-arrow-hover-bg: $tab-bg-hover-nav-bg-color !default;
|
|
636
|
+
$tab-background-scroll-arrow-hover-border-color: $tab-alt-nav-hover-border-color !default;
|
|
637
|
+
$tab-background-scroll-arrow-active-bg: $tab-alt-nav-active-bg-color !default;
|
|
638
|
+
$tab-background-scroll-arrow-active-color: $tab-alt-nav-active-color !default;
|
|
639
|
+
$tab-background-scroll-focus-arrow-border: 2px solid $tab-alt-nav-focus-border-color !default;
|
|
640
|
+
$tab-background-scroll-focus-arrow-bg: transparent !default;
|
|
641
|
+
$tab-background-nav-focus-active-bg: $tab-nav-focus-active-bg-color !default;
|
|
642
|
+
$tab-background-nav-focus-active-border-color: $tab-nav-focus-active-border-color !default;
|
|
643
|
+
$tab-background-nav-focus-active-color: $tab-nav-focus-active-color !default;
|
|
644
|
+
$tab-background-hor-nav-bg: transparent !default;
|
|
645
|
+
$tab-background-pop-icon-color: $tab-alt-nav-icon-color !default;
|
|
646
|
+
$tab-background-pop-icon-border: 2px solid $tab-alt-nav-border-color !default;
|
|
647
|
+
$tab-background-pop-active-hover-bg: $tab-alt-nav-active-bg-color !default;
|
|
648
|
+
$tab-background-pop-active-hover-color: $tab-alt-nav-active-color !default;
|
|
649
|
+
$tab-background-focus-pop-bg: $tab-alt-nav-focus-bg-color !default;
|
|
650
|
+
$tab-background-focus-pop-border: 2px solid $tab-alt-nav-focus-border-color !default;
|
|
651
|
+
$tab-background-focus-pop-hover-bg: $tab-alt-nav-focus-hover-bg-color !default;
|
|
652
|
+
$tab-background-focused-wrap-focus-bg: $tab-focus-bg-color !default;
|
|
653
|
+
$tab-background-focused-wrap-focus-border-color: $tab-wrap-focus-border-color !default;
|
|
654
|
+
$tab-background-popicon-focus-active-bg: $tab-nav-focus-active-bg-color !default;
|
|
655
|
+
$tab-background-popicon-focus-active-border-color: $tab-nav-focus-active-border-color !default;
|
|
656
|
+
$tab-background-popicon-focus-active-color: $tab-nav-focus-active-color !default;
|
|
657
|
+
$tab-background-bottom-active-wrap-border-color: $tab-background-active-wrap-border-color !default;
|
|
658
|
+
$tab-background-bottom-active-wrap-border-radius: 0 !default;
|
|
659
|
+
$tab-background-bottom-active-wrap-border-width: 2px !default;
|
|
660
|
+
$tab-background-vertical-left-active-border-color: unset !default;
|
|
661
|
+
$tab-background-vertical-left-active-border-width: 0 !default;
|
|
662
|
+
$tab-background-vertical-left-active-wrap-border-radius: 0 !default;
|
|
663
|
+
$tab-background-vertical-left-active-wrap-border-width: 2px !default;
|
|
664
|
+
$tab-background-vertical-right-active-border-width: 0 !default;
|
|
665
|
+
$tab-background-vertical-right-active-wrap-border-radius: 0 !default;
|
|
666
|
+
$tab-background-vertical-right-active-wrap-border-width: 2px !default;
|
|
667
|
+
$tab-background-focused-active-wrap-hover-bg: $tab-background-active-hover-bg !default;
|
|
668
|
+
$tab-background-focused-active-wrap-hover-border: $tab-item-wrap-border !default;
|
|
669
|
+
$tab-background-focused-active-wrap-hover-border-radius: $tab-background-active-wrap-border-radius !default;
|
|
670
|
+
$tab-background-focused-active-wrap-focus-text-color: $tab-alt-active-hover-text-color !default;
|
|
671
|
+
$tab-background-focused-active-wrap-focus-icon-color: $tab-alt-active-hover-text-color !default;
|
|
672
|
+
$tab-background-focused-active-wrap-focus-close-color: $tab-alt-text-color !default;
|
|
673
|
+
$tab-background-focused-active-wrap-hover-text-color: $tab-background-active-hover-text-color !default;
|
|
674
|
+
$tab-background-focused-active-wrap-hover-icon-color: $tab-background-active-hover-icon-color !default;
|
|
675
|
+
$tab-background-focused-active-wrap-hover-close-color: $tab-background-active-hover-close-color !default;
|
|
676
|
+
$tab-background-focused-active-focus-hover-text-color: $tab-alt-active-hover-text-color !default;
|
|
677
|
+
$tab-background-focused-active-focus-hover-close-color: $tab-alt-text-color !default;
|
|
678
|
+
$tab-background-focused-wrap-focus-close-color: $tab-alt-text-color !default;
|
|
679
|
+
$tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color !default;
|
|
680
|
+
$tab-background-accent-indicator-bg: $tab-border-color !default;
|
|
681
|
+
$tab-background-active-text-font-weight: $tab-light-font-weight !default;
|
|
682
|
+
$tab-background-text-color: $tab-alt-text-color !default;
|
|
683
|
+
|
|
427
684
|
@mixin tbar-alt-btn-animation-after {
|
|
428
685
|
animation: none;
|
|
429
686
|
}
|