@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
|
@@ -114,7 +114,6 @@ $tab-ripple-bg-color: rgba($neutral-black, 0) !default;
|
|
|
114
114
|
$tab-alt-ripple-bg-color: rgba($neutral-black, 0) !default;
|
|
115
115
|
$tab-fill-ripple-bg-color: rgba($neutral-black, 0) !default;
|
|
116
116
|
$tab-item-border: none !default;
|
|
117
|
-
$tab-alt-item-border: 1px solid $neutral-lighter-alt !default;
|
|
118
117
|
$tab-active-item-border: none !default;
|
|
119
118
|
$tab-active-item-border-bottom: initial !default;
|
|
120
119
|
$tab-active-item-border-color: inherit !default;
|
|
@@ -150,8 +149,6 @@ $tab-big-io-wrap-padding: 0 8px !default;
|
|
|
150
149
|
$tab-nrml-io-wrap-padding: 0 8px !default;
|
|
151
150
|
$tab-wrap-focus-margin-right: 1px !default;
|
|
152
151
|
$tab-wrap-focus-margin-left: 1px !default;
|
|
153
|
-
$tab-big-ileft-active-text-wrap-padding: 2px 0 0 0 !default;
|
|
154
|
-
$tab-nrml-ileft-active-text-wrap-padding: 2px 0 0 0 !default;
|
|
155
152
|
$tab-big-even-ileft-active-text-wrap-margin: 0 !default;
|
|
156
153
|
$tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
157
154
|
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
@@ -199,21 +196,18 @@ $tab-rtl-nrml-text-container-margin-right: 0 !default;
|
|
|
199
196
|
$tab-rtl-big-text-container-margin-left: 22px !default;
|
|
200
197
|
$tab-rtl-nrml-text-container-margin-left: 20px !default;
|
|
201
198
|
$tab-big-active-text-container-height: 50px !default;
|
|
202
|
-
$tab-nrml-active-text-container-height: 40px !default;
|
|
203
199
|
$tab-big-active-it-text-container-height: 50px !default;
|
|
204
|
-
$tab-nrml-active-it-text-container-height: 40px !default;
|
|
205
200
|
$tab-fill-big-active-it-text-container-height: 48px !default;
|
|
206
|
-
$tab-fill-nrml-active-it-text-container-height:
|
|
207
|
-
$tab-big-even-active-text-container-height:
|
|
201
|
+
$tab-fill-nrml-active-it-text-container-height: $tab-nrml-fill-height - 2 !default;
|
|
202
|
+
$tab-big-even-active-text-container-height: $tab-big-height - 2 !default;
|
|
208
203
|
$tab-nrml-even-active-text-container-height: 40px !default;
|
|
209
|
-
$tab-even-active-text-container-padding: 0 0 2px 0 !default;
|
|
210
204
|
$tab-even-active-text-container-margin: 0 0 2px !default;
|
|
211
205
|
|
|
212
206
|
$tab-big-font-size: 15px !default;
|
|
213
207
|
$tab-nrml-font-size: 14px !default;
|
|
214
208
|
$tab-font-weight: 400 !default;
|
|
215
|
-
$tab-semi-font-weight:
|
|
216
|
-
$tab-light-font-weight:
|
|
209
|
+
$tab-semi-font-weight: 400 !default;
|
|
210
|
+
$tab-light-font-weight: 400 !default;
|
|
217
211
|
$tab-big-it-text-margin: 0 0 0 8px !default;
|
|
218
212
|
$tab-nrml-it-text-margin: 0 0 0 6px !default;
|
|
219
213
|
$tab-mob-it-text-margin: 0 0 0 8px !default;
|
|
@@ -270,8 +264,6 @@ $tab-big-nav-icon-top: 6px !default;
|
|
|
270
264
|
$tab-nrml-nav-icon-top: 2px !default;
|
|
271
265
|
$tab-big-nav-pop-icon-top: 8px !default;
|
|
272
266
|
$tab-nrml-nav-pop-icon-top: 6px !default;
|
|
273
|
-
$tab-big-hover-nav-pop-icon-top: 0 !default;
|
|
274
|
-
$tab-nrml-hover-nav-pop-icon-top: 0 !default;
|
|
275
267
|
$tab-big-safari-nav-icon-top: 8px !default;
|
|
276
268
|
$tab-nrml-safari-nav-icon-top: 4px !default;
|
|
277
269
|
$tab-big-safari-pop-icon-top: 10px !default;
|
|
@@ -311,7 +303,6 @@ $tab-rtl-nrml-close-icon-top-bottom-left: 8px !default;
|
|
|
311
303
|
$tab-rtl-big-pop-close-icon-top-bottom-left: 16px !default;
|
|
312
304
|
$tab-rtl-nrml-pop-close-icon-top-bottom-left: 16px !default;
|
|
313
305
|
$tab-pop-close-icon-right: 16px !default;
|
|
314
|
-
$tab-pop-close-icon-top: 1px !default;
|
|
315
306
|
$tab-rtl-pop-close-icon-left: 16px !default;
|
|
316
307
|
$tab-mob-close-icon-top-bottom-right: 8px !default;
|
|
317
308
|
$tab-rtl-mob-close-icon-top-bottom-left: 8px !default;
|
|
@@ -395,6 +386,272 @@ $tab-nav-focus-active-border-color: $neutral-secondary-alt !default;
|
|
|
395
386
|
$tab-alt-nav-border-color: $neutral-lighter-alt !default;
|
|
396
387
|
$tab-pop-bg-color: $neutral-white !default;
|
|
397
388
|
|
|
389
|
+
$tab-bgr-active-last-margin: 0 14px 0 0 !default;
|
|
390
|
+
$tab-bgr-hscroll-items-nav-width: 50px !default;
|
|
391
|
+
$tab-bgr-item-textwrap-height: $tab-big-height - 2 !default;
|
|
392
|
+
$tab-bgr-active-icon-top: 0 !default;
|
|
393
|
+
$tab-bgr-icon-line-height: 1 !default;
|
|
394
|
+
$tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
395
|
+
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 2 !default;
|
|
396
|
+
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
397
|
+
$tab-bgr-hor-pop-lineheight: 32px !default;
|
|
398
|
+
$tab-bgr-hor-pop-hover-top: 0 !default;
|
|
399
|
+
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
400
|
+
$tab-bgr-bottom-active-close-top: 1px !default;
|
|
401
|
+
$tab-bgr-bottom-active-itop-close-top: 1px !default;
|
|
402
|
+
$tab-bgr-bottom-active-text-padding-top: 0 !default;
|
|
403
|
+
$tab-bgr-bottom-active-last-close-top: 1px !default;
|
|
404
|
+
$tab-bgr-vertical-icon-min-height: $tab-big-height !default;
|
|
405
|
+
$tab-bgr-vertical-icon-min-width: $tab-big-height !default;
|
|
406
|
+
$tab-bgr-rtl-bottom-item-margin: 0 0 0 14px !default;
|
|
407
|
+
$tab-bgr-rtl-bottom-active-margin: 0 !default;
|
|
408
|
+
$tab-bgr-fill-first-last-padding: 0 !default;
|
|
409
|
+
$tab-bgr-fill-item-textwrap-height: $tab-big-fill-height - 2 !default;
|
|
410
|
+
$tab-bgr-fill-active-ileft-textwrap-height: $tab-big-fill-height - 2 !default;
|
|
411
|
+
$tab-bgr-fill-focused-wrap-height: $tab-big-fill-height - 2 !default;
|
|
412
|
+
$tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
413
|
+
$tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
|
|
414
|
+
$tab-bgr-fill-active-item-padding: 0 !default;
|
|
415
|
+
$tab-bgr-item-text-margin-bottom: 0 !default;
|
|
416
|
+
|
|
417
|
+
$tab-nrml-hscroll-items-nav-width: 40px !default;
|
|
418
|
+
$tab-nrml-hscroll-items-bdr-radius: 0 !default;
|
|
419
|
+
$tab-nrml-item-text-wrap-height: $tab-nrml-height - 2 !default;
|
|
420
|
+
$tab-nrml-item-tabicon-line-height: 1 !default;
|
|
421
|
+
$tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height - 2 !default;
|
|
422
|
+
$tab-nrml-scroll-nav-arrow-before-top: -1px !default;
|
|
423
|
+
$tab-nrml-hor-pop-lineheight: 24px !default;
|
|
424
|
+
$tab-nrml-mob-hor-pop-lineheight: 24px !default;
|
|
425
|
+
$tab-nrml-hor-focus-pop-lineheight: 24px !default;
|
|
426
|
+
$tab-nrml-hor-focus-pop-hover-top: 0 !default;
|
|
427
|
+
$tab-nrml-vertical-icon-min-height: $tab-nrml-height !default;
|
|
428
|
+
$tab-nrml-vertical-icon-min-width: $tab-nrml-height !default;
|
|
429
|
+
$tab-nrml-vertical-tabicon-margin: auto !default;
|
|
430
|
+
$tab-nrml-vertical-rtl-active-margin: 0 0 0 8px !default;
|
|
431
|
+
$tab-nrml-fill-item-textwrap-height: $tab-nrml-fill-height - 2 !default;
|
|
432
|
+
$tab-nrml-fill-focused-wrap-height: $tab-nrml-fill-height - 2 !default;
|
|
433
|
+
$tab-nrml-rtl-icon-right-margin: 0 !default;
|
|
434
|
+
$tab-nrml-hdr-before-display: unset !default;
|
|
435
|
+
$tab-nrml-item-active-position: unset !default;
|
|
436
|
+
$tab-nrml-item-active-hover-before-left: unset !default;
|
|
437
|
+
$tab-nrml-item-active-hover-before-right: unset !default;
|
|
438
|
+
$tab-nrml-item-active-before-bg-font: unset !default;
|
|
439
|
+
$tab-nrml-item-active-before-bottom: unset !default;
|
|
440
|
+
$tab-nrml-item-active-before-content: unset !default;
|
|
441
|
+
$tab-nrml-item-active-before-height: unset !default;
|
|
442
|
+
$tab-nrml-item-active-before-left: unset !default;
|
|
443
|
+
$tab-nrml-item-active-before-position: unset !default;
|
|
444
|
+
$tab-nrml-item-active-before-transition: unset !default;
|
|
445
|
+
$tab-nrml-item-active-after-font: unset !default;
|
|
446
|
+
$tab-nrml-item-active-after-content: unset !default;
|
|
447
|
+
$tab-nrml-item-active-after-display: unset !default;
|
|
448
|
+
$tab-nrml-item-active-after-font-weight: unset !default;
|
|
449
|
+
$tab-nrml-item-active-after-height: unset !default;
|
|
450
|
+
$tab-nrml-item-active-after-overflow: unset !default;
|
|
451
|
+
$tab-nrml-hscroll-bar-padding: 0 1px !default;
|
|
452
|
+
$tab-nrml-vertical-indicator-bdr-radius: 0 !default;
|
|
453
|
+
$tab-nrml-indicator-transition: left .125s cubic-bezier(.35, 0, .25, 1), right .25s cubic-bezier(.35, 0, .25, 1) !default;
|
|
454
|
+
$tab-nrml-active-item-tabicon-before-top: 0 !default;
|
|
455
|
+
$tab-nrml-bottom-active-before-top: 0 !default;
|
|
456
|
+
$tab-nrml-vertical-indicator-transition: initial !default;
|
|
457
|
+
$tab-nrml-vertical-hover-before-height: unset !default;
|
|
458
|
+
$tab-nrml-vertical-before-bottom: unset !default;
|
|
459
|
+
$tab-nrml-vertical-before-height: unset !default;
|
|
460
|
+
$tab-nrml-vertical-before-left: unset !default;
|
|
461
|
+
$tab-nrml-vertical-before-transition: unset !default;
|
|
462
|
+
$tab-nrml-vertical-text-position: static !default;
|
|
463
|
+
$tab-nrml-vertical-wrap-before-content: '' !default;
|
|
464
|
+
$tab-nrml-vertical-wrap-before-display: block !default;
|
|
465
|
+
$tab-nrml-vertical-wrap-before-position: absolute !default;
|
|
466
|
+
$tab-nrml-vertical-wrap-before-top: 96% !default;
|
|
467
|
+
$tab-nrml-vertical-wrap-before-width: calc(100% - 16px) !default;
|
|
468
|
+
$tab-nrml-vertical-wrap-before-border: 1px solid $theme-primary !default;
|
|
469
|
+
$tab-nrml-vertical-indicator-width: 3px !default;
|
|
470
|
+
$tab-nrml-bottom-wrap-before-top: 0 !default;
|
|
471
|
+
$tab-nrml-background-vertical-indicator-display: none !default;
|
|
472
|
+
$tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
|
|
473
|
+
$tab-nrml-item-text-margin-bottom: 0 !default;
|
|
474
|
+
|
|
475
|
+
$tab-header-font-weight: normal !default;
|
|
476
|
+
$tab-header-before-border-color: unset !default;
|
|
477
|
+
$tab-header-before-border-width: 0 !default;
|
|
478
|
+
$tab-header-border-bottom: $tab-hdr-border !default;
|
|
479
|
+
$tab-item-hover-bg: inherit !default;
|
|
480
|
+
$tab-item-wrap-border: 1px solid $tab-wrap-border-color !default;
|
|
481
|
+
$tab-clone-item-wrap-border: 1px $tab-wrap-border-color !default;
|
|
482
|
+
$tab-item-wrap-hover-border: 1px solid $tab-wrap-border-color !default;
|
|
483
|
+
$tab-item-wrap-hover-border-radius: 0 !default;
|
|
484
|
+
$tab-item-active-wrap-border: 1px solid $tab-wrap-border-color !default;
|
|
485
|
+
$tab-active-wrap-position: relative !default;
|
|
486
|
+
$tab-active-wrap-before-border: 1px solid $tab-active-line-color !default;
|
|
487
|
+
$tab-active-wrap-before-content: '' !default;
|
|
488
|
+
$tab-active-wrap-before-display: block !default;
|
|
489
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
490
|
+
$tab-active-wrap-before-top: 95% !default;
|
|
491
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
492
|
+
$tab-focused-wrap-focus-border: 1px solid $tab-focused-wrap-focus-border-color !default;
|
|
493
|
+
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
494
|
+
$tab-content-line-height: 18px !default;
|
|
495
|
+
$tab-content-font-size: 14px !default;
|
|
496
|
+
$tab-item-active-tabwrap-border: 1px solid $tab-wrap-border-color !default;
|
|
497
|
+
$tab-item-left-icon-before-top: 0 !default;
|
|
498
|
+
$tab-item-icon-before-top: 1px !default;
|
|
499
|
+
$tab-item-icon-before-left: 0 !default;
|
|
500
|
+
$tab-item-active-border-bottom: initial !default;
|
|
501
|
+
|
|
502
|
+
$tab-pop-wrap-hover-border: 1px solid $tab-wrap-hover-border-color !default;
|
|
503
|
+
$tab-pop-wrap-hover-border-radius: 0 !default;
|
|
504
|
+
$tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
505
|
+
$tab-pop-wrap-active-border-color: $tab-wrap-active-border-color !default;
|
|
506
|
+
$tab-pop-wrap-active-icon-font: $tab-pop-text-color !default;
|
|
507
|
+
$tab-pop-icon-border: 1px solid $tab-wrap-border-color !default;
|
|
508
|
+
$tab-pop-focus-icon-active-bg: $tab-pop-icon-hover-bg-color !default;
|
|
509
|
+
$tab-pop-focus-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
510
|
+
$tab-pop-focus-bg: transparent !default;
|
|
511
|
+
$tab-pop-hover-bg: transparent !default;
|
|
512
|
+
$tab-pop-nav-active-bg: inherit !default;
|
|
513
|
+
$tab-pop-nav-active-border: 0 !default;
|
|
514
|
+
$tab-pop-nav-active-border-radius: 0 4px 4px 0 !default;
|
|
515
|
+
$tab-pop-active-icons-color: $theme-primary-font !default;
|
|
516
|
+
|
|
517
|
+
$tab-scroll-nav-bg: inherit !default;
|
|
518
|
+
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
519
|
+
$tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
|
|
520
|
+
$tab-scroll-arrow-active-border: 1px solid $tab-wrap-active-border-color !default;
|
|
521
|
+
$tab-scroll-focus-arrow-border: 1px solid $tab-wrap-focus-border-color !default;
|
|
522
|
+
$tab-scroll-focus-arrow-active-bg: $tab-nav-focus-bg-color !default;
|
|
523
|
+
$tab-scroll-focus-arrow-active-border-color: $tab-wrap-focus-border-color !default;
|
|
524
|
+
$tab-scroll-focus-arrow-active-color: $tab-nav-focus-icon-color !default;
|
|
525
|
+
$tab-scroll-active-border: 0 !default;
|
|
526
|
+
$tab-scroll-overlay-arrow-color: $tab-disable-nav-icon-color !default;
|
|
527
|
+
$tab-scroll-overlay-arrow-hover-color: $tab-disable-nav-icon-color !default;
|
|
528
|
+
$tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
|
|
529
|
+
$tab-scroll-overlay-arrow-hover-border-color: $tab-wrap-border-color !default;
|
|
530
|
+
$tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
|
|
531
|
+
$tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
|
|
532
|
+
|
|
533
|
+
$tab-bottom-border-color: unset !default;
|
|
534
|
+
$tab-bottom-border-width: 0 !default;
|
|
535
|
+
$tab-bottom-hidden-items-border-color: unset !default;
|
|
536
|
+
$tab-bottom-hidden-items-border-width: 0 !default;
|
|
537
|
+
$tab-bottom-active-border-color: $tab-active-item-border-color unset unset !default;
|
|
538
|
+
$tab-bottom-active-border-width: 0 !default;
|
|
539
|
+
$tab-bottom-active-margin-top: 0 !default;
|
|
540
|
+
|
|
541
|
+
$tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
|
|
542
|
+
$tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
|
|
543
|
+
$tab-vertical-focus-active-arrow-color: none !default;
|
|
544
|
+
$tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
|
|
545
|
+
$tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
546
|
+
$tab-vertical-focused-nav-focus-border-color: $neutral-secondary-alt !default;
|
|
547
|
+
$tab-vertical-before-border-width: 0 !default;
|
|
548
|
+
|
|
549
|
+
$tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
550
|
+
$tab-fill-active-tabwrap-border-color: $tab-fill-active-wrap-border-color !default;
|
|
551
|
+
$tab-fill-active-text-before-border: 0 !default;
|
|
552
|
+
$tab-fill-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
|
|
553
|
+
$tab-fill-pop-active-icon-color: $tab-pop-text-color !default;
|
|
554
|
+
$tab-fill-pop-wrap-hover-bg: $tab-hover-bg-color !default;
|
|
555
|
+
$tab-fill-pop-wrap-hover-text-color: $tab-hover-text-color !default;
|
|
556
|
+
$tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
557
|
+
$tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
558
|
+
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-fill-focused-active-wrap-focus-border-color !default;
|
|
559
|
+
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
560
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
|
|
561
|
+
|
|
562
|
+
$tab-background-indicator-bottom: 0 !default;
|
|
563
|
+
$tab-background-wrap-border-color: $tab-alt-wrap-border-color !default;
|
|
564
|
+
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
565
|
+
$tab-background-pop-icon-hover-bg: $tab-bg-hover-nav-bg-color !default;
|
|
566
|
+
$tab-background-pop-icon-hover-border-color: $tab-alt-nav-border-color !default;
|
|
567
|
+
$tab-background-focused-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
|
|
568
|
+
$tab-background-focused-active-wrap-focus-border-color: $tab-alt-focused-active-wrap-focus-border-color !default;
|
|
569
|
+
$tab-background-wrap-hover-text-color: $tab-alt-wrap-hover-color !default;
|
|
570
|
+
$tab-background-wrap-hover-icon-color: $tab-alt-wrap-hover-color !default;
|
|
571
|
+
$tab-background-wrap-hover-close-color: $tab-alt-text-color !default;
|
|
572
|
+
$tab-background-close-hover-active-color: $tab-background-close-hover-color !default;
|
|
573
|
+
$tab-background-wrap-hover-bg-color: $tab-bg-item-wrap-hover-bg-color !default;
|
|
574
|
+
$tab-background-wrap-hover-border-color: $tab-background-wrap-border-color !default;
|
|
575
|
+
$tab-background-active-bg: inherit !default;
|
|
576
|
+
$tab-background-active-text-color: $tab-alt-active-text-color !default;
|
|
577
|
+
$tab-background-active-icon-color: $tab-alt-active-text-color !default;
|
|
578
|
+
$tab-background-active-close-color: $tab-alt-active-close-icon-color !default;
|
|
579
|
+
$tab-background-active-wrap-bg: $tab-alt-active-bg-color !default;
|
|
580
|
+
$tab-background-active-wrap-border-color: $tab-alt-active-wrap-border-color !default;
|
|
581
|
+
$tab-background-active-wrap-border-radius: $tab-active-item-border-radius !default;
|
|
582
|
+
$tab-background-active-wrap-border-width: 1px !default;
|
|
583
|
+
$tab-background-active-hover-text-color: $tab-alt-active-text-color !default;
|
|
584
|
+
$tab-background-active-hover-icon-color: $tab-alt-active-text-color !default;
|
|
585
|
+
$tab-background-active-hover-close-color: $tab-alt-active-close-icon-color !default;
|
|
586
|
+
$tab-background-active-hover-bg: $tab-alt-active-wrap-hover-bg-color !default;
|
|
587
|
+
$tab-background-active-hover-border-color: $tab-background-active-wrap-border-color !default;
|
|
588
|
+
$tab-background-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
|
|
589
|
+
$tab-background-activeitem-close-active-color: $tab-alt-active-close-icon-color !default;
|
|
590
|
+
$tab-background-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
|
|
591
|
+
$tab-background-active-wrap-focus-text-color: $tab-alt-active-hover-text-color !default;
|
|
592
|
+
$tab-background-active-wrap-focus-icon: $tab-alt-active-text-color !default;
|
|
593
|
+
$tab-background-active-wrap-focushover-text-color: $tab-background-active-wrap-focus-icon !default;
|
|
594
|
+
$tab-background-active-wrap-focushover-close-color: $tab-alt-active-close-icon-color !default;
|
|
595
|
+
$tab-background-active-text-icon-color: $tab-alt-active-text-color !default;
|
|
596
|
+
$tab-background-active-close-icon-color: $tab-alt-active-close-icon-color !default;
|
|
597
|
+
$tab-background-active-close-text-hover-color: $tab-alt-active-hover-close-icon-color !default;
|
|
598
|
+
$tab-background-pop-text-color: $tab-alt-text-color !default;
|
|
599
|
+
$tab-background-pop-wrap-hover-bg: $tab-alt-hover-bg-color !default;
|
|
600
|
+
$tab-background-pop-wrap-hover-text-color: $tab-alt-pop-wrap-hover-color !default;
|
|
601
|
+
$tab-background-pop-wrap-active-text-color: $tab-background-pop-text-color !default;
|
|
602
|
+
$tab-background-pop-wrap-active-icon-color: $tab-background-pop-text-color !default;
|
|
603
|
+
$tab-background-pop-wrap-active-close-color: $tab-background-pop-text-color !default;
|
|
604
|
+
$tab-background-scroll-bg: inherit !default;
|
|
605
|
+
$tab-background-scroll-arrow-border: 1px solid $tab-alt-nav-border-color !default;
|
|
606
|
+
$tab-background-scroll-arrow-hover-bg: $tab-bg-hover-nav-bg-color !default;
|
|
607
|
+
$tab-background-scroll-arrow-hover-border-color: $tab-alt-nav-border-color !default;
|
|
608
|
+
$tab-background-scroll-arrow-active-bg: unset !default;
|
|
609
|
+
$tab-background-scroll-arrow-active-color: $tab-alt-nav-icon-color !default;
|
|
610
|
+
$tab-background-scroll-focus-arrow-border: 1px solid $tab-nav-focus-border-color !default;
|
|
611
|
+
$tab-background-scroll-focus-arrow-bg: $tab-nav-focus-bg-color !default;
|
|
612
|
+
$tab-background-nav-focus-active-bg: $tab-nav-focus-bg-color !default;
|
|
613
|
+
$tab-background-nav-focus-active-border-color: $tab-nav-focus-border-color !default;
|
|
614
|
+
$tab-background-nav-focus-active-color: $tab-bg-hover-nav-icon-color !default;
|
|
615
|
+
$tab-background-hor-nav-bg: transparent !default;
|
|
616
|
+
$tab-background-pop-icon-color: $tab-alt-nav-icon-color !default;
|
|
617
|
+
$tab-background-pop-icon-border: 1px solid $tab-alt-nav-border-color !default;
|
|
618
|
+
$tab-background-pop-active-hover-bg: $tab-background-pop-icon-hover-bg !default;
|
|
619
|
+
$tab-background-pop-active-hover-color: $tab-bg-hover-nav-icon-color !default;
|
|
620
|
+
$tab-background-focus-pop-bg: $tab-nav-focus-bg-color !default;
|
|
621
|
+
$tab-background-focus-pop-border: 1px solid $tab-nav-focus-border-color !default;
|
|
622
|
+
$tab-background-focus-pop-hover-bg: $tab-background-pop-icon-hover-bg !default;
|
|
623
|
+
$tab-background-focused-wrap-focus-bg: $tab-focus-bg-color !default;
|
|
624
|
+
$tab-background-focused-wrap-focus-border-color: $tab-wrap-focus-border-color !default;
|
|
625
|
+
$tab-background-popicon-focus-active-bg: $tab-pop-focus-icon-active-bg !default;
|
|
626
|
+
$tab-background-popicon-focus-active-border-color: $tab-nav-focus-border-color !default;
|
|
627
|
+
$tab-background-popicon-focus-active-color: $tab-bg-hover-nav-icon-color !default;
|
|
628
|
+
$tab-background-bottom-active-wrap-border-color: $tab-background-active-wrap-border-color !default;
|
|
629
|
+
$tab-background-bottom-active-wrap-border-radius: 0 !default;
|
|
630
|
+
$tab-background-bottom-active-wrap-border-width: 1px !default;
|
|
631
|
+
$tab-background-vertical-left-active-border-color: unset !default;
|
|
632
|
+
$tab-background-vertical-left-active-border-width: 0 !default;
|
|
633
|
+
$tab-background-vertical-left-active-wrap-border-radius: 0 !default;
|
|
634
|
+
$tab-background-vertical-left-active-wrap-border-width: 1px !default;
|
|
635
|
+
$tab-background-vertical-right-active-border-width: 0 !default;
|
|
636
|
+
$tab-background-vertical-right-active-wrap-border-radius: 0 !default;
|
|
637
|
+
$tab-background-vertical-right-active-wrap-border-width: 1px !default;
|
|
638
|
+
$tab-background-focused-active-wrap-hover-bg: $tab-alt-focused-active-wrap-hover-bg-color !default;
|
|
639
|
+
$tab-background-focused-active-wrap-hover-border: $tab-item-wrap-border !default;
|
|
640
|
+
$tab-background-focused-active-wrap-hover-border-radius: $tab-background-active-wrap-border-radius !default;
|
|
641
|
+
$tab-background-focused-active-wrap-focus-text-color: $tab-alt-active-hover-text-color !default;
|
|
642
|
+
$tab-background-focused-active-wrap-focus-icon-color: $tab-alt-active-hover-text-color !default;
|
|
643
|
+
$tab-background-focused-active-wrap-focus-close-color: $tab-alt-text-color !default;
|
|
644
|
+
$tab-background-focused-active-wrap-hover-text-color: $tab-background-active-hover-text-color !default;
|
|
645
|
+
$tab-background-focused-active-wrap-hover-icon-color: $tab-background-active-hover-icon-color !default;
|
|
646
|
+
$tab-background-focused-active-wrap-hover-close-color: $tab-background-active-close-icon-color !default;
|
|
647
|
+
$tab-background-focused-active-focus-hover-text-color: $tab-alt-active-hover-text-color !default;
|
|
648
|
+
$tab-background-focused-active-focus-hover-close-color: $tab-alt-text-color !default;
|
|
649
|
+
$tab-background-focused-wrap-focus-close-color: $tab-alt-text-color !default;
|
|
650
|
+
$tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color !default;
|
|
651
|
+
$tab-background-accent-indicator-bg: $tab-border-color !default;
|
|
652
|
+
$tab-background-active-text-font-weight: $tab-light-font-weight !default;
|
|
653
|
+
$tab-background-text-color: $tab-alt-text-color !default;
|
|
654
|
+
|
|
398
655
|
//enddefault
|
|
399
656
|
//dimensions
|
|
400
657
|
@mixin tbar-alt-btn-animation-after {
|
|
@@ -101,7 +101,6 @@ $tab-ripple-bg-color: rgba($neutral-black, 0) !default;
|
|
|
101
101
|
$tab-alt-ripple-bg-color: rgba($neutral-black, 0) !default;
|
|
102
102
|
$tab-fill-ripple-bg-color: rgba($neutral-black, 0) !default;
|
|
103
103
|
$tab-item-border: none !default;
|
|
104
|
-
$tab-alt-item-border: 0 !default;
|
|
105
104
|
$tab-active-item-border: none !default;
|
|
106
105
|
$tab-active-item-hide-border: initial !default;
|
|
107
106
|
$tab-active-item-border-color: inherit !default;
|
|
@@ -140,8 +139,6 @@ $tab-big-io-wrap-padding: 0 8px !default;
|
|
|
140
139
|
$tab-nrml-io-wrap-padding: 0 8px !default;
|
|
141
140
|
$tab-wrap-focus-margin-right: 1px !default;
|
|
142
141
|
$tab-wrap-focus-margin-left: 1px !default;
|
|
143
|
-
$tab-big-ileft-active-text-wrap-padding: 2px 0 0 0 !default;
|
|
144
|
-
$tab-nrml-ileft-active-text-wrap-padding: 2px 0 0 0 !default;
|
|
145
142
|
$tab-big-even-ileft-active-text-wrap-margin: 0 !default;
|
|
146
143
|
$tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
147
144
|
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
@@ -189,21 +186,18 @@ $tab-rtl-nrml-text-container-margin-right: 0 !default;
|
|
|
189
186
|
$tab-rtl-big-text-container-margin-left: 22px !default;
|
|
190
187
|
$tab-rtl-nrml-text-container-margin-left: 20px !default;
|
|
191
188
|
$tab-big-active-text-container-height: 50px !default;
|
|
192
|
-
$tab-nrml-active-text-container-height: 40px !default;
|
|
193
189
|
$tab-big-active-it-text-container-height: 50px !default;
|
|
194
|
-
$tab-nrml-active-it-text-container-height: 40px !default;
|
|
195
190
|
$tab-fill-big-active-it-text-container-height: 48px !default;
|
|
196
|
-
$tab-fill-nrml-active-it-text-container-height:
|
|
197
|
-
$tab-big-even-active-text-container-height:
|
|
191
|
+
$tab-fill-nrml-active-it-text-container-height: $tab-nrml-fill-height - 2 !default;
|
|
192
|
+
$tab-big-even-active-text-container-height: $tab-big-height - 2 !default;
|
|
198
193
|
$tab-nrml-even-active-text-container-height: 40px !default;
|
|
199
|
-
$tab-even-active-text-container-padding: 0 0 2px 0 !default;
|
|
200
194
|
$tab-even-active-text-container-margin: 0 0 2px !default;
|
|
201
195
|
|
|
202
196
|
$tab-big-font-size: 15px !default;
|
|
203
197
|
$tab-nrml-font-size: 14px !default;
|
|
204
198
|
$tab-font-weight: 400 !default;
|
|
205
|
-
$tab-semi-font-weight:
|
|
206
|
-
$tab-light-font-weight:
|
|
199
|
+
$tab-semi-font-weight: 400 !default;
|
|
200
|
+
$tab-light-font-weight: 400 !default;
|
|
207
201
|
$tab-big-it-text-margin: 0 0 0 8px !default;
|
|
208
202
|
$tab-nrml-it-text-margin: 0 0 0 6px !default;
|
|
209
203
|
$tab-mob-it-text-margin: 0 0 0 8px !default;
|
|
@@ -260,8 +254,6 @@ $tab-big-nav-icon-top: 6px !default;
|
|
|
260
254
|
$tab-nrml-nav-icon-top: 2px !default;
|
|
261
255
|
$tab-big-nav-pop-icon-top: 8px !default;
|
|
262
256
|
$tab-nrml-nav-pop-icon-top: 6px !default;
|
|
263
|
-
$tab-big-hover-nav-pop-icon-top: 0 !default;
|
|
264
|
-
$tab-nrml-hover-nav-pop-icon-top: 0 !default;
|
|
265
257
|
$tab-big-safari-nav-icon-top: 8px !default;
|
|
266
258
|
$tab-nrml-safari-nav-icon-top: 4px !default;
|
|
267
259
|
$tab-big-safari-pop-icon-top: 10px !default;
|
|
@@ -301,7 +293,6 @@ $tab-rtl-nrml-close-icon-top-bottom-left: 8px !default;
|
|
|
301
293
|
$tab-rtl-big-pop-close-icon-top-bottom-left: 16px !default;
|
|
302
294
|
$tab-rtl-nrml-pop-close-icon-top-bottom-left: 16px !default;
|
|
303
295
|
$tab-pop-close-icon-right: 16px !default;
|
|
304
|
-
$tab-pop-close-icon-top: 1px !default;
|
|
305
296
|
$tab-rtl-pop-close-icon-left: 16px !default;
|
|
306
297
|
$tab-mob-close-icon-top-bottom-right: 8px !default;
|
|
307
298
|
$tab-rtl-mob-close-icon-top-bottom-left: 8px !default;
|
|
@@ -359,6 +350,92 @@ $tab-pop-icon-transition: none !default;
|
|
|
359
350
|
$tab-pop-up-icon-transform: rotate(0deg) !default;
|
|
360
351
|
$tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
361
352
|
|
|
353
|
+
$tab-bgr-active-last-margin: 0 14px 0 0 !default;
|
|
354
|
+
$tab-bgr-hscroll-items-nav-width: 50px !default;
|
|
355
|
+
$tab-bgr-item-textwrap-height: $tab-big-height - 2 !default;
|
|
356
|
+
$tab-bgr-active-icon-top: 0 !default;
|
|
357
|
+
$tab-bgr-icon-line-height: 1 !default;
|
|
358
|
+
$tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
359
|
+
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 2 !default;
|
|
360
|
+
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
361
|
+
$tab-bgr-hor-pop-lineheight: 32px !default;
|
|
362
|
+
$tab-bgr-hor-pop-hover-top: 0 !default;
|
|
363
|
+
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
364
|
+
$tab-bgr-bottom-active-close-top: 1px !default;
|
|
365
|
+
$tab-bgr-bottom-active-itop-close-top: 1px !default;
|
|
366
|
+
$tab-bgr-bottom-active-text-padding-top: 0 !default;
|
|
367
|
+
$tab-bgr-bottom-active-last-close-top: 1px !default;
|
|
368
|
+
$tab-bgr-vertical-icon-min-height: $tab-big-height !default;
|
|
369
|
+
$tab-bgr-vertical-icon-min-width: $tab-big-height !default;
|
|
370
|
+
$tab-bgr-rtl-bottom-item-margin: 0 0 0 14px !default;
|
|
371
|
+
$tab-bgr-rtl-bottom-active-margin: 0 !default;
|
|
372
|
+
$tab-bgr-fill-first-last-padding: 0 !default;
|
|
373
|
+
$tab-bgr-fill-item-textwrap-height: $tab-big-fill-height - 2 !default;
|
|
374
|
+
$tab-bgr-fill-active-ileft-textwrap-height: $tab-big-fill-height - 2 !default;
|
|
375
|
+
$tab-bgr-fill-focused-wrap-height: $tab-big-fill-height - 2 !default;
|
|
376
|
+
$tab-bgr-rtl-icon-right-margin: 0 !default;
|
|
377
|
+
$tab-bgr-background-active-padding: $tab-alt-big-active-item-padding !default;
|
|
378
|
+
$tab-bgr-fill-active-item-padding: 0 !default;
|
|
379
|
+
$tab-bgr-item-text-margin-bottom: 0 !default;
|
|
380
|
+
|
|
381
|
+
$tab-nrml-hscroll-items-nav-width: 40px !default;
|
|
382
|
+
$tab-nrml-hscroll-items-bdr-radius: 0 !default;
|
|
383
|
+
$tab-nrml-item-text-wrap-height: $tab-nrml-height - 2 !default;
|
|
384
|
+
$tab-nrml-item-tabicon-line-height: 1 !default;
|
|
385
|
+
$tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height - 2 !default;
|
|
386
|
+
$tab-nrml-scroll-nav-arrow-before-top: -1px !default;
|
|
387
|
+
$tab-nrml-hor-pop-lineheight: 24px !default;
|
|
388
|
+
$tab-nrml-mob-hor-pop-lineheight: 24px !default;
|
|
389
|
+
$tab-nrml-hor-focus-pop-lineheight: 24px !default;
|
|
390
|
+
$tab-nrml-hor-focus-pop-hover-top: 0 !default;
|
|
391
|
+
$tab-nrml-vertical-icon-min-height: $tab-nrml-height !default;
|
|
392
|
+
$tab-nrml-vertical-icon-min-width: $tab-nrml-height !default;
|
|
393
|
+
$tab-nrml-vertical-tabicon-margin: auto !default;
|
|
394
|
+
$tab-nrml-vertical-rtl-active-margin: 0 0 0 8px !default;
|
|
395
|
+
$tab-nrml-fill-item-textwrap-height: $tab-nrml-fill-height - 2 !default;
|
|
396
|
+
$tab-nrml-fill-focused-wrap-height: $tab-nrml-fill-height - 2 !default;
|
|
397
|
+
$tab-nrml-rtl-icon-right-margin: 0 !default;
|
|
398
|
+
$tab-nrml-hdr-before-display: unset !default;
|
|
399
|
+
$tab-nrml-item-active-position: unset !default;
|
|
400
|
+
$tab-nrml-item-active-hover-before-left: unset !default;
|
|
401
|
+
$tab-nrml-item-active-hover-before-right: unset !default;
|
|
402
|
+
$tab-nrml-item-active-before-bg-font: unset !default;
|
|
403
|
+
$tab-nrml-item-active-before-bottom: unset !default;
|
|
404
|
+
$tab-nrml-item-active-before-content: unset !default;
|
|
405
|
+
$tab-nrml-item-active-before-height: unset !default;
|
|
406
|
+
$tab-nrml-item-active-before-left: unset !default;
|
|
407
|
+
$tab-nrml-item-active-before-position: unset !default;
|
|
408
|
+
$tab-nrml-item-active-before-transition: unset !default;
|
|
409
|
+
$tab-nrml-item-active-after-font: unset !default;
|
|
410
|
+
$tab-nrml-item-active-after-content: unset !default;
|
|
411
|
+
$tab-nrml-item-active-after-display: unset !default;
|
|
412
|
+
$tab-nrml-item-active-after-font-weight: unset !default;
|
|
413
|
+
$tab-nrml-item-active-after-height: unset !default;
|
|
414
|
+
$tab-nrml-item-active-after-overflow: unset !default;
|
|
415
|
+
$tab-nrml-hscroll-bar-padding: 0 1px !default;
|
|
416
|
+
$tab-nrml-vertical-indicator-bdr-radius: 0 !default;
|
|
417
|
+
$tab-nrml-indicator-transition: left .125s cubic-bezier(.35, 0, .25, 1), right .25s cubic-bezier(.35, 0, .25, 1) !default;
|
|
418
|
+
$tab-nrml-active-item-tabicon-before-top: 0 !default;
|
|
419
|
+
$tab-nrml-bottom-active-before-top: 0 !default;
|
|
420
|
+
$tab-nrml-vertical-indicator-transition: initial !default;
|
|
421
|
+
$tab-nrml-vertical-hover-before-height: unset !default;
|
|
422
|
+
$tab-nrml-vertical-before-bottom: unset !default;
|
|
423
|
+
$tab-nrml-vertical-before-height: unset !default;
|
|
424
|
+
$tab-nrml-vertical-before-left: unset !default;
|
|
425
|
+
$tab-nrml-vertical-before-transition: unset !default;
|
|
426
|
+
$tab-nrml-vertical-text-position: static !default;
|
|
427
|
+
$tab-nrml-vertical-wrap-before-content: '' !default;
|
|
428
|
+
$tab-nrml-vertical-wrap-before-display: block !default;
|
|
429
|
+
$tab-nrml-vertical-wrap-before-position: absolute !default;
|
|
430
|
+
$tab-nrml-vertical-wrap-before-top: 96% !default;
|
|
431
|
+
$tab-nrml-vertical-wrap-before-width: calc(100% - 16px) !default;
|
|
432
|
+
$tab-nrml-vertical-wrap-before-border: 1px solid $theme-primary !default;
|
|
433
|
+
$tab-nrml-vertical-indicator-width: 3px !default;
|
|
434
|
+
$tab-nrml-bottom-wrap-before-top: 0 !default;
|
|
435
|
+
$tab-nrml-background-vertical-indicator-display: none !default;
|
|
436
|
+
$tab-nrml-background-active-padding: $tab-alt-nrml-active-item-padding !default;
|
|
437
|
+
$tab-nrml-item-text-margin-bottom: 0 !default;
|
|
438
|
+
|
|
362
439
|
@mixin tbar-alt-btn-animation-after {
|
|
363
440
|
animation: none;
|
|
364
441
|
}
|
|
@@ -419,3 +496,183 @@ $tab-v-rtl-big-close-icon-top-bottom-left: -22px !default;
|
|
|
419
496
|
$tab-v-rtl-nrml-close-icon-top-bottom-left: -20px !default;
|
|
420
497
|
|
|
421
498
|
$tab-v-pop-focus-outline: 1.5px solid $neutral-secondary-alt !default;
|
|
499
|
+
|
|
500
|
+
$tab-header-font-weight: normal !default;
|
|
501
|
+
$tab-header-before-border-color: unset !default;
|
|
502
|
+
$tab-header-before-border-width: 0 !default;
|
|
503
|
+
$tab-header-border-bottom: $tab-hdr-border !default;
|
|
504
|
+
$tab-item-hover-bg: inherit !default;
|
|
505
|
+
$tab-item-wrap-border: 1px solid $tab-wrap-border-color !default;
|
|
506
|
+
$tab-clone-item-wrap-border: 1px $tab-wrap-border-color !default;
|
|
507
|
+
$tab-item-wrap-hover-border: 1px solid $tab-wrap-border-color !default;
|
|
508
|
+
$tab-item-wrap-hover-border-radius: 0 !default;
|
|
509
|
+
$tab-item-active-wrap-border: 1px solid $tab-wrap-border-color !default;
|
|
510
|
+
$tab-active-wrap-position: relative !default;
|
|
511
|
+
$tab-active-wrap-before-border: 1px solid $tab-active-line-color !default;
|
|
512
|
+
$tab-active-wrap-before-content: '' !default;
|
|
513
|
+
$tab-active-wrap-before-display: block !default;
|
|
514
|
+
$tab-active-wrap-before-position: absolute !default;
|
|
515
|
+
$tab-active-wrap-before-top: 95% !default;
|
|
516
|
+
$tab-active-wrap-before-width: 100% !default;
|
|
517
|
+
$tab-focused-wrap-focus-border: 1px solid $tab-focused-wrap-focus-border-color !default;
|
|
518
|
+
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
519
|
+
$tab-content-line-height: 18px !default;
|
|
520
|
+
$tab-content-font-size: 14px !default;
|
|
521
|
+
$tab-item-active-tabwrap-border: 1px solid $tab-wrap-border-color !default;
|
|
522
|
+
$tab-item-left-icon-before-top: 0 !default;
|
|
523
|
+
$tab-item-icon-before-top: 1px !default;
|
|
524
|
+
$tab-item-icon-before-left: 0 !default;
|
|
525
|
+
$tab-item-active-border-bottom: initial !default;
|
|
526
|
+
|
|
527
|
+
$tab-pop-wrap-hover-border: 1px solid $tab-wrap-hover-border-color !default;
|
|
528
|
+
$tab-pop-wrap-hover-border-radius: 0 !default;
|
|
529
|
+
$tab-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
530
|
+
$tab-pop-wrap-active-border-color: $tab-wrap-active-border-color !default;
|
|
531
|
+
$tab-pop-wrap-active-icon-font: $tab-pop-text-color !default;
|
|
532
|
+
$tab-pop-icon-border: 1px solid $tab-wrap-border-color !default;
|
|
533
|
+
$tab-pop-focus-icon-active-bg: $tab-pop-icon-hover-bg-color !default;
|
|
534
|
+
$tab-pop-focus-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
535
|
+
$tab-pop-focus-bg: transparent !default;
|
|
536
|
+
$tab-pop-hover-bg: transparent !default;
|
|
537
|
+
$tab-pop-nav-active-bg: inherit !default;
|
|
538
|
+
$tab-pop-nav-active-border: 0 !default;
|
|
539
|
+
$tab-pop-nav-active-border-radius: 0 !default;
|
|
540
|
+
$tab-pop-active-icons-color: $theme-light-font !default;
|
|
541
|
+
|
|
542
|
+
$tab-scroll-nav-bg: inherit !default;
|
|
543
|
+
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
544
|
+
$tab-scroll-arrow-hover-border: $tab-item-active-wrap-border !default;
|
|
545
|
+
$tab-scroll-arrow-active-border: 1px solid $tab-wrap-active-border-color !default;
|
|
546
|
+
$tab-scroll-focus-arrow-border: 1px solid $tab-wrap-focus-border-color !default;
|
|
547
|
+
$tab-scroll-focus-arrow-active-bg: $tab-nav-focus-bg-color !default;
|
|
548
|
+
$tab-scroll-focus-arrow-active-border-color: $tab-wrap-focus-border-color !default;
|
|
549
|
+
$tab-scroll-focus-arrow-active-color: $tab-nav-focus-icon-color !default;
|
|
550
|
+
$tab-scroll-active-border: 0 !default;
|
|
551
|
+
$tab-scroll-overlay-arrow-color: $tab-disable-nav-icon-color !default;
|
|
552
|
+
$tab-scroll-overlay-arrow-hover-color: $tab-disable-nav-icon-color !default;
|
|
553
|
+
$tab-scroll-overlay-arrow-hover-bg: $tab-hover-nav-bg-color !default;
|
|
554
|
+
$tab-scroll-overlay-arrow-hover-border-color: $tab-wrap-border-color !default;
|
|
555
|
+
$tab-scroll-focused-nav-focus-icon-bg: $tab-nav-focus-bg-color !default;
|
|
556
|
+
$tab-scroll-focused-nav-focus-icon-border: $tab-pop-up-icon-focus-border !default;
|
|
557
|
+
|
|
558
|
+
$tab-bottom-border-color: unset !default;
|
|
559
|
+
$tab-bottom-border-width: 0 !default;
|
|
560
|
+
$tab-bottom-hidden-items-border-color: unset !default;
|
|
561
|
+
$tab-bottom-hidden-items-border-width: 0 !default;
|
|
562
|
+
$tab-bottom-active-border-color: $tab-active-item-border-color unset unset !default;
|
|
563
|
+
$tab-bottom-active-border-width: 0 !default;
|
|
564
|
+
$tab-bottom-active-margin-top: 0 !default;
|
|
565
|
+
|
|
566
|
+
$tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
|
|
567
|
+
$tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
|
|
568
|
+
$tab-vertical-focus-active-arrow-color: none !default;
|
|
569
|
+
$tab-vertical-pop-icon-hover-color: $tab-hover-nav-icon-color !default;
|
|
570
|
+
$tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
571
|
+
$tab-vertical-focused-nav-focus-border-color: $neutral-secondary-alt !default;
|
|
572
|
+
$tab-vertical-before-border-width: 0 !default;
|
|
573
|
+
|
|
574
|
+
$tab-fill-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
575
|
+
$tab-fill-active-tabwrap-border-color: $tab-fill-active-wrap-border-color !default;
|
|
576
|
+
$tab-fill-active-text-before-border: 0 !default;
|
|
577
|
+
$tab-fill-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
|
|
578
|
+
$tab-fill-pop-active-icon-color: $tab-pop-text-color !default;
|
|
579
|
+
$tab-fill-pop-wrap-hover-bg: $tab-hover-bg-color !default;
|
|
580
|
+
$tab-fill-pop-wrap-hover-text-color: $tab-hover-text-color !default;
|
|
581
|
+
$tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
582
|
+
$tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
583
|
+
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-fill-focused-active-wrap-focus-border-color !default;
|
|
584
|
+
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
585
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-text-color !default;
|
|
586
|
+
|
|
587
|
+
$tab-background-indicator-bottom: 0 !default;
|
|
588
|
+
$tab-background-wrap-border-color: $tab-alt-wrap-border-color !default;
|
|
589
|
+
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
590
|
+
$tab-background-pop-icon-hover-bg: $tab-bg-hover-nav-bg-color !default;
|
|
591
|
+
$tab-background-pop-icon-hover-border-color: $tab-alt-nav-border-color !default;
|
|
592
|
+
$tab-background-focused-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
|
|
593
|
+
$tab-background-focused-active-wrap-focus-border-color: $tab-alt-focused-active-wrap-focus-border-color !default;
|
|
594
|
+
$tab-background-wrap-hover-text-color: $tab-alt-wrap-hover-color !default;
|
|
595
|
+
$tab-background-wrap-hover-icon-color: $tab-alt-wrap-hover-color !default;
|
|
596
|
+
$tab-background-wrap-hover-close-color: $tab-alt-text-color !default;
|
|
597
|
+
$tab-background-close-hover-active-color: $tab-background-close-hover-color !default;
|
|
598
|
+
$tab-background-wrap-hover-bg-color: $tab-bg-item-wrap-hover-bg-color !default;
|
|
599
|
+
$tab-background-wrap-hover-border-color: $tab-background-wrap-border-color !default;
|
|
600
|
+
$tab-background-active-bg: inherit !default;
|
|
601
|
+
$tab-background-active-text-color: $tab-alt-active-text-color !default;
|
|
602
|
+
$tab-background-active-icon-color: $tab-alt-active-text-color !default;
|
|
603
|
+
$tab-background-active-close-color: $tab-alt-active-close-icon-color !default;
|
|
604
|
+
$tab-background-active-wrap-bg: $tab-alt-active-bg-color !default;
|
|
605
|
+
$tab-background-active-wrap-border-color: $tab-alt-active-wrap-border-color !default;
|
|
606
|
+
$tab-background-active-wrap-border-radius: $tab-active-item-border-radius !default;
|
|
607
|
+
$tab-background-active-wrap-border-width: 1px !default;
|
|
608
|
+
$tab-background-active-hover-text-color: $tab-alt-active-text-color !default;
|
|
609
|
+
$tab-background-active-hover-icon-color: $tab-alt-active-text-color !default;
|
|
610
|
+
$tab-background-active-hover-close-color: $tab-alt-active-close-icon-color !default;
|
|
611
|
+
$tab-background-active-hover-bg: $tab-alt-active-wrap-hover-bg-color !default;
|
|
612
|
+
$tab-background-active-hover-border-color: $tab-background-active-wrap-border-color !default;
|
|
613
|
+
$tab-background-active-close-hover-color: $tab-alt-active-hover-close-icon-color !default;
|
|
614
|
+
$tab-background-activeitem-close-active-color: $tab-alt-active-close-icon-color !default;
|
|
615
|
+
$tab-background-active-wrap-focus-bg: $tab-alt-active-focus-bg-color !default;
|
|
616
|
+
$tab-background-active-wrap-focus-text-color: $tab-alt-active-hover-text-color !default;
|
|
617
|
+
$tab-background-active-wrap-focus-icon: $tab-alt-active-text-color !default;
|
|
618
|
+
$tab-background-active-wrap-focushover-text-color: $tab-background-active-wrap-focus-icon !default;
|
|
619
|
+
$tab-background-active-wrap-focushover-close-color: $tab-alt-active-close-icon-color !default;
|
|
620
|
+
$tab-background-active-text-icon-color: $tab-alt-active-text-color !default;
|
|
621
|
+
$tab-background-active-close-icon-color: $tab-alt-active-close-icon-color !default;
|
|
622
|
+
$tab-background-active-close-text-hover-color: $tab-alt-active-hover-close-icon-color !default;
|
|
623
|
+
$tab-background-pop-text-color: $tab-alt-text-color !default;
|
|
624
|
+
$tab-background-pop-wrap-hover-bg: $tab-alt-hover-bg-color !default;
|
|
625
|
+
$tab-background-pop-wrap-hover-text-color: $tab-alt-pop-wrap-hover-color !default;
|
|
626
|
+
$tab-background-pop-wrap-active-text-color: $tab-background-pop-text-color !default;
|
|
627
|
+
$tab-background-pop-wrap-active-icon-color: $tab-background-pop-text-color !default;
|
|
628
|
+
$tab-background-pop-wrap-active-close-color: $tab-background-pop-text-color !default;
|
|
629
|
+
$tab-background-scroll-bg: inherit !default;
|
|
630
|
+
$tab-background-scroll-arrow-border: 1px solid $tab-alt-nav-border-color !default;
|
|
631
|
+
$tab-background-scroll-arrow-hover-bg: $tab-bg-hover-nav-bg-color !default;
|
|
632
|
+
$tab-background-scroll-arrow-hover-border-color: $tab-alt-nav-border-color !default;
|
|
633
|
+
$tab-background-scroll-arrow-active-bg: unset !default;
|
|
634
|
+
$tab-background-scroll-arrow-active-color: $tab-alt-nav-icon-color !default;
|
|
635
|
+
$tab-background-scroll-focus-arrow-border: 1px solid $tab-nav-focus-border-color !default;
|
|
636
|
+
$tab-background-scroll-focus-arrow-bg: $tab-nav-focus-bg-color !default;
|
|
637
|
+
$tab-background-nav-focus-active-bg: $tab-nav-focus-bg-color !default;
|
|
638
|
+
$tab-background-nav-focus-active-border-color: $tab-nav-focus-border-color !default;
|
|
639
|
+
$tab-background-nav-focus-active-color: $tab-bg-hover-nav-icon-color !default;
|
|
640
|
+
$tab-background-hor-nav-bg: transparent !default;
|
|
641
|
+
$tab-background-pop-icon-color: $tab-alt-nav-icon-color !default;
|
|
642
|
+
$tab-background-pop-icon-border: 1px solid $tab-alt-nav-border-color !default;
|
|
643
|
+
$tab-background-pop-active-hover-bg: $tab-background-pop-icon-hover-bg !default;
|
|
644
|
+
$tab-background-pop-active-hover-color: $tab-bg-hover-nav-icon-color !default;
|
|
645
|
+
$tab-background-focus-pop-bg: $tab-nav-focus-bg-color !default;
|
|
646
|
+
$tab-background-focus-pop-border: 1px solid $tab-nav-focus-border-color !default;
|
|
647
|
+
$tab-background-focus-pop-hover-bg: $tab-background-pop-icon-hover-bg !default;
|
|
648
|
+
$tab-background-focused-wrap-focus-bg: $tab-focus-bg-color !default;
|
|
649
|
+
$tab-background-focused-wrap-focus-border-color: $tab-wrap-focus-border-color !default;
|
|
650
|
+
$tab-background-popicon-focus-active-bg: $tab-pop-focus-icon-active-bg !default;
|
|
651
|
+
$tab-background-popicon-focus-active-border-color: $tab-nav-focus-border-color !default;
|
|
652
|
+
$tab-background-popicon-focus-active-color: $tab-bg-hover-nav-icon-color !default;
|
|
653
|
+
$tab-background-bottom-active-wrap-border-color: $tab-background-active-wrap-border-color !default;
|
|
654
|
+
$tab-background-bottom-active-wrap-border-radius: 0 !default;
|
|
655
|
+
$tab-background-bottom-active-wrap-border-width: 1px !default;
|
|
656
|
+
$tab-background-vertical-left-active-border-color: unset !default;
|
|
657
|
+
$tab-background-vertical-left-active-border-width: 0 !default;
|
|
658
|
+
$tab-background-vertical-left-active-wrap-border-radius: 0 !default;
|
|
659
|
+
$tab-background-vertical-left-active-wrap-border-width: 1px !default;
|
|
660
|
+
$tab-background-vertical-right-active-border-width: 0 !default;
|
|
661
|
+
$tab-background-vertical-right-active-wrap-border-radius: 0 !default;
|
|
662
|
+
$tab-background-vertical-right-active-wrap-border-width: 1px !default;
|
|
663
|
+
$tab-background-focused-active-wrap-hover-bg: $tab-alt-focused-active-wrap-hover-bg-color !default;
|
|
664
|
+
$tab-background-focused-active-wrap-hover-border: $tab-item-wrap-border !default;
|
|
665
|
+
$tab-background-focused-active-wrap-hover-border-radius: $tab-background-active-wrap-border-radius !default;
|
|
666
|
+
$tab-background-focused-active-wrap-focus-text-color: $tab-alt-active-hover-text-color !default;
|
|
667
|
+
$tab-background-focused-active-wrap-focus-icon-color: $tab-alt-active-hover-text-color !default;
|
|
668
|
+
$tab-background-focused-active-wrap-focus-close-color: $tab-alt-text-color !default;
|
|
669
|
+
$tab-background-focused-active-wrap-hover-text-color: $tab-background-active-hover-text-color !default;
|
|
670
|
+
$tab-background-focused-active-wrap-hover-icon-color: $tab-background-active-hover-icon-color !default;
|
|
671
|
+
$tab-background-focused-active-wrap-hover-close-color: $tab-background-active-close-icon-color !default;
|
|
672
|
+
$tab-background-focused-active-focus-hover-text-color: $tab-alt-active-hover-text-color !default;
|
|
673
|
+
$tab-background-focused-active-focus-hover-close-color: $tab-alt-text-color !default;
|
|
674
|
+
$tab-background-focused-wrap-focus-close-color: $tab-alt-text-color !default;
|
|
675
|
+
$tab-background-focused-active-wrap-icon-color: $tab-alt-active-hover-text-color !default;
|
|
676
|
+
$tab-background-accent-indicator-bg: $tab-border-color !default;
|
|
677
|
+
$tab-background-active-text-font-weight: $tab-light-font-weight !default;
|
|
678
|
+
$tab-background-text-color: $tab-alt-text-color !default;
|