@syncfusion/ej2-navigations 19.3.57 → 19.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/.github/PULL_REQUEST_TEMPLATE/Bug.md +63 -0
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +39 -0
- package/CHANGELOG.md +33 -0
- 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 +499 -136
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +506 -137
- 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-model.d.ts +5 -5
- package/src/accordion/accordion.d.ts +5 -5
- package/src/accordion/accordion.js +2 -19
- package/src/breadcrumb/breadcrumb-model.d.ts +23 -11
- package/src/breadcrumb/breadcrumb.d.ts +33 -10
- package/src/breadcrumb/breadcrumb.js +320 -78
- package/src/common/v-scroll.js +1 -1
- package/src/tab/tab-model.d.ts +14 -6
- package/src/tab/tab.d.ts +26 -15
- package/src/tab/tab.js +56 -27
- package/src/toolbar/toolbar-model.d.ts +7 -7
- package/src/toolbar/toolbar.d.ts +6 -6
- package/src/toolbar/toolbar.js +81 -13
- package/src/treeview/treeview-model.d.ts +10 -0
- package/src/treeview/treeview.d.ts +13 -0
- package/src/treeview/treeview.js +48 -0
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -0
- package/styles/accordion/_bootstrap-definition.scss +4 -0
- package/styles/accordion/_bootstrap4-definition.scss +4 -0
- package/styles/accordion/_bootstrap5-definition.scss +39 -35
- package/styles/accordion/_fabric-dark-definition.scss +4 -0
- package/styles/accordion/_fabric-definition.scss +4 -0
- package/styles/accordion/_fluent-definition.scss +85 -0
- package/styles/accordion/_highcontrast-definition.scss +5 -1
- package/styles/accordion/_highcontrast-light-definition.scss +4 -0
- package/styles/accordion/_layout.scss +6 -14
- package/styles/accordion/_material-dark-definition.scss +4 -0
- package/styles/accordion/_material-definition.scss +4 -0
- package/styles/accordion/_tailwind-definition.scss +83 -79
- package/styles/accordion/_theme.scss +12 -11
- package/styles/accordion/bootstrap4.css +1 -2
- package/styles/accordion/bootstrap5-dark.css +11 -2
- package/styles/accordion/bootstrap5.css +11 -2
- package/styles/accordion/highcontrast-light.css +0 -4
- package/styles/accordion/highcontrast.css +1 -5
- package/styles/accordion/icons/_fluent.scss +17 -0
- package/styles/accordion/icons/_tailwind.scss +17 -17
- package/styles/bootstrap-dark.css +317 -84
- package/styles/bootstrap.css +316 -83
- package/styles/bootstrap4.css +317 -76
- package/styles/bootstrap5-dark.css +339 -75
- package/styles/bootstrap5.css +341 -77
- package/styles/breadcrumb/_bootstrap-dark-definition.scss +14 -0
- package/styles/breadcrumb/_bootstrap-definition.scss +13 -0
- package/styles/breadcrumb/_bootstrap4-definition.scss +13 -0
- package/styles/breadcrumb/_bootstrap5-definition.scss +15 -2
- package/styles/breadcrumb/_fabric-dark-definition.scss +13 -0
- package/styles/breadcrumb/_fabric-definition.scss +13 -0
- package/styles/breadcrumb/_fluent-definition.scss +59 -0
- package/styles/breadcrumb/_highcontrast-definition.scss +13 -0
- package/styles/breadcrumb/_highcontrast-light-definition.scss +13 -0
- package/styles/breadcrumb/_layout.scss +171 -22
- package/styles/breadcrumb/_material-dark-definition.scss +13 -0
- package/styles/breadcrumb/_material-definition.scss +13 -0
- package/styles/breadcrumb/_tailwind-dark-definition.scss +13 -0
- package/styles/breadcrumb/_tailwind-definition.scss +13 -0
- package/styles/breadcrumb/_theme.scss +27 -8
- package/styles/breadcrumb/bootstrap-dark.css +194 -17
- package/styles/breadcrumb/bootstrap.css +194 -17
- package/styles/breadcrumb/bootstrap4.css +194 -17
- package/styles/breadcrumb/bootstrap5-dark.css +198 -24
- package/styles/breadcrumb/bootstrap5.css +198 -24
- package/styles/breadcrumb/fabric-dark.css +197 -20
- package/styles/breadcrumb/fabric.css +197 -20
- package/styles/breadcrumb/highcontrast-light.css +200 -22
- package/styles/breadcrumb/highcontrast.css +200 -22
- package/styles/breadcrumb/icons/_bootstrap-dark.scss +2 -1
- package/styles/breadcrumb/icons/_bootstrap.scss +2 -1
- package/styles/breadcrumb/icons/_bootstrap4.scss +2 -1
- package/styles/breadcrumb/icons/_bootstrap5.scss +2 -1
- package/styles/breadcrumb/icons/_fabric-dark.scss +2 -1
- package/styles/breadcrumb/icons/_fabric.scss +2 -1
- package/styles/breadcrumb/icons/_fluent.scss +25 -0
- package/styles/breadcrumb/icons/_highcontrast-light.scss +2 -1
- package/styles/breadcrumb/icons/_highcontrast.scss +2 -1
- package/styles/breadcrumb/icons/_material-dark.scss +2 -1
- package/styles/breadcrumb/icons/_material.scss +2 -1
- package/styles/breadcrumb/icons/_tailwind-dark.scss +2 -1
- package/styles/breadcrumb/icons/_tailwind.scss +2 -1
- package/styles/breadcrumb/material-dark.css +186 -13
- package/styles/breadcrumb/material.css +186 -13
- package/styles/breadcrumb/tailwind-dark.css +195 -22
- package/styles/breadcrumb/tailwind.css +195 -22
- package/styles/context-menu/_bootstrap-dark-definition.scss +1 -1
- package/styles/context-menu/_bootstrap-definition.scss +1 -1
- package/styles/context-menu/_bootstrap4-definition.scss +1 -1
- package/styles/context-menu/_bootstrap5-definition.scss +5 -5
- package/styles/context-menu/_fluent-definition.scss +52 -0
- package/styles/context-menu/_material-dark-definition.scss +1 -1
- package/styles/context-menu/_material-definition.scss +1 -1
- package/styles/context-menu/_tailwind-definition.scss +1 -1
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +1 -1
- package/styles/context-menu/bootstrap5-dark.css +5 -5
- package/styles/context-menu/bootstrap5.css +6 -6
- package/styles/context-menu/icons/_fluent.scss +32 -0
- package/styles/context-menu/material-dark.css +1 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/fabric-dark.css +305 -41
- package/styles/fabric.css +308 -44
- package/styles/h-scroll/_fluent-definition.scss +78 -0
- package/styles/h-scroll/_tailwind-definition.scss +78 -78
- package/styles/h-scroll/_theme.scss +1 -1
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/icons/_fluent.scss +49 -0
- package/styles/h-scroll/icons/_tailwind.scss +49 -49
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +317 -47
- package/styles/highcontrast.css +322 -52
- package/styles/material-dark.css +295 -32
- package/styles/material.css +296 -33
- package/styles/menu/_fluent-definition.scss +68 -0
- package/styles/menu/_layout.scss +1 -1
- package/styles/menu/_theme.scss +9 -0
- package/styles/menu/bootstrap-dark.css +1 -1
- package/styles/menu/bootstrap.css +1 -1
- package/styles/menu/bootstrap4.css +1 -1
- package/styles/menu/bootstrap5-dark.css +4 -4
- package/styles/menu/bootstrap5.css +5 -5
- package/styles/menu/icons/_fluent.scss +133 -0
- package/styles/menu/material-dark.css +1 -1
- package/styles/menu/material.css +1 -1
- package/styles/menu/tailwind-dark.css +1 -1
- package/styles/menu/tailwind.css +1 -1
- package/styles/sidebar/_bootstrap5-definition.scss +5 -5
- package/styles/sidebar/_fluent-definition.scss +5 -0
- package/styles/sidebar/_theme.scss +4 -2
- package/styles/sidebar/bootstrap5-dark.css +0 -1
- package/styles/sidebar/bootstrap5.css +0 -1
- package/styles/sidebar/tailwind-dark.css +0 -1
- package/styles/sidebar/tailwind.css +0 -1
- package/styles/tab/_bootstrap-dark-definition.scss +10 -1
- package/styles/tab/_bootstrap-definition.scss +10 -1
- package/styles/tab/_bootstrap4-definition.scss +9 -1
- package/styles/tab/_bootstrap5-definition.scss +401 -401
- package/styles/tab/_fabric-dark-definition.scss +10 -0
- package/styles/tab/_fabric-definition.scss +10 -0
- package/styles/tab/_fluent-definition.scss +409 -0
- package/styles/tab/_highcontrast-definition.scss +10 -0
- package/styles/tab/_highcontrast-light-definition.scss +10 -0
- package/styles/tab/_layout.scss +145 -0
- package/styles/tab/_material-dark-definition.scss +10 -0
- package/styles/tab/_material-definition.scss +10 -0
- package/styles/tab/_tailwind-definition.scss +431 -420
- package/styles/tab/_theme.scss +188 -113
- package/styles/tab/bootstrap-dark.css +43 -18
- package/styles/tab/bootstrap.css +42 -17
- package/styles/tab/bootstrap4.css +47 -28
- package/styles/tab/bootstrap5-dark.css +53 -30
- package/styles/tab/bootstrap5.css +53 -30
- package/styles/tab/fabric-dark.css +43 -20
- package/styles/tab/fabric.css +46 -23
- package/styles/tab/highcontrast-light.css +52 -19
- package/styles/tab/highcontrast.css +56 -23
- package/styles/tab/icons/_bootstrap-dark.scss +2 -2
- package/styles/tab/icons/_fabric-dark.scss +2 -2
- package/styles/tab/icons/_fluent.scss +140 -0
- package/styles/tab/icons/_tailwind.scss +140 -140
- package/styles/tab/material-dark.css +42 -15
- package/styles/tab/material.css +42 -15
- package/styles/tab/tailwind-dark.css +42 -17
- package/styles/tab/tailwind.css +42 -17
- package/styles/tailwind-dark.css +313 -50
- package/styles/tailwind.css +313 -50
- package/styles/toolbar/_bootstrap-dark-definition.scss +7 -1
- package/styles/toolbar/_bootstrap-definition.scss +7 -1
- package/styles/toolbar/_bootstrap4-definition.scss +8 -2
- package/styles/toolbar/_bootstrap5-definition.scss +104 -86
- package/styles/toolbar/_fabric-dark-definition.scss +7 -0
- package/styles/toolbar/_fabric-definition.scss +7 -0
- package/styles/toolbar/_fluent-definition.scss +149 -0
- package/styles/toolbar/_highcontrast-definition.scss +7 -0
- package/styles/toolbar/_highcontrast-light-definition.scss +7 -0
- package/styles/toolbar/_layout.scss +27 -72
- package/styles/toolbar/_material-dark-definition.scss +7 -1
- package/styles/toolbar/_material-definition.scss +7 -1
- package/styles/toolbar/_tailwind-definition.scss +149 -143
- package/styles/toolbar/_theme.scss +12 -15
- package/styles/toolbar/bootstrap-dark.css +17 -46
- package/styles/toolbar/bootstrap.css +17 -46
- package/styles/toolbar/bootstrap4.css +12 -26
- package/styles/toolbar/bootstrap5-dark.css +6 -7
- package/styles/toolbar/bootstrap5.css +6 -7
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/highcontrast-light.css +4 -1
- package/styles/toolbar/highcontrast.css +4 -1
- package/styles/toolbar/icons/_fluent.scss +16 -0
- package/styles/toolbar/icons/_tailwind.scss +16 -16
- package/styles/toolbar/material-dark.css +4 -1
- package/styles/toolbar/material.css +5 -2
- package/styles/toolbar/tailwind-dark.css +8 -6
- package/styles/toolbar/tailwind.css +8 -6
- package/styles/treeview/_bootstrap-dark-definition.scss +11 -0
- package/styles/treeview/_bootstrap-definition.scss +11 -0
- package/styles/treeview/_bootstrap4-definition.scss +11 -0
- package/styles/treeview/_bootstrap5-definition.scss +120 -109
- package/styles/treeview/_fabric-dark-definition.scss +11 -0
- package/styles/treeview/_fabric-definition.scss +11 -0
- package/styles/treeview/_fluent-definition.scss +120 -0
- package/styles/treeview/_highcontrast-definition.scss +11 -0
- package/styles/treeview/_highcontrast-light-definition.scss +11 -0
- package/styles/treeview/_layout.scss +116 -20
- package/styles/treeview/_material-dark-definition.scss +13 -0
- package/styles/treeview/_material-definition.scss +11 -0
- package/styles/treeview/_tailwind-definition.scss +12 -0
- package/styles/treeview/_theme.scss +5 -5
- package/styles/treeview/bootstrap-dark.css +60 -0
- package/styles/treeview/bootstrap.css +60 -0
- package/styles/treeview/bootstrap4.css +60 -0
- package/styles/treeview/bootstrap5-dark.css +61 -1
- package/styles/treeview/bootstrap5.css +61 -1
- package/styles/treeview/fabric-dark.css +60 -0
- package/styles/treeview/fabric.css +60 -0
- package/styles/treeview/highcontrast-light.css +60 -0
- package/styles/treeview/highcontrast.css +60 -0
- package/styles/treeview/icons/_bootstrap5.scss +43 -43
- package/styles/treeview/icons/_fluent.scss +43 -0
- package/styles/treeview/icons/_tailwind-dark.scss +43 -43
- package/styles/treeview/material-dark.css +60 -0
- package/styles/treeview/material.css +60 -0
- package/styles/treeview/tailwind-dark.css +65 -1
- package/styles/treeview/tailwind.css +65 -1
- package/styles/v-scroll/_fluent-definition.scss +49 -0
- package/styles/v-scroll/_tailwind-definition.scss +49 -49
- package/styles/v-scroll/icons/_fluent.scss +26 -0
- package/styles/v-scroll/icons/_tailwind.scss +26 -26
|
@@ -178,6 +178,7 @@ $tab-mob-fill-wrap-padding: 0 10px !default;
|
|
|
178
178
|
$tab-bg-big-wrap-padding: 0 12px !default;
|
|
179
179
|
$tab-bg-nrml-wrap-padding: 0 10px !default;
|
|
180
180
|
$tab-item-hover-bg-color: inherit !default;
|
|
181
|
+
$tab-bg-item-wrap-hover-bg-color: $tab-item-hover-bg-color !default;
|
|
181
182
|
$tab-mob-item-hover-bg-color: inherit !default;
|
|
182
183
|
$tab-pop-text-color: $neutral-light-font !default;
|
|
183
184
|
$tab-alt-disable-active-item-opacity: 1 !default;
|
|
@@ -233,6 +234,7 @@ $tab-nrml-even-active-text-height: 38px !default;
|
|
|
233
234
|
$tab-fill-big-even-active-text-height: 46px !default;
|
|
234
235
|
$tab-fill-nrml-even-active-text-height: 36px !default;
|
|
235
236
|
$tab-text-color: $neutral-light-font !default;
|
|
237
|
+
$tab-wrap-comb-icon-color: $tab-text-color !default;
|
|
236
238
|
$tab-disable-text-color: $neutral-tertiary-alt !default;
|
|
237
239
|
$tab-mob-text-color: $neutral-light-font !default;
|
|
238
240
|
$tab-active-text-color: $neutral-light-fontalt !default;
|
|
@@ -246,11 +248,13 @@ $tab-alt-active-text-color: $theme-dark-font !default;
|
|
|
246
248
|
$tab-alt-disable-active-text-color: $neutral-lighter-alt !default;
|
|
247
249
|
$tab-alt-hover-text-color: $neutral-light-fontalt !default;
|
|
248
250
|
$tab-alt-active-hover-text-color: $theme-dark-font !default;
|
|
251
|
+
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
249
252
|
$tab-clone-item-bg-color: rgba($neutral-black, 0) !default;
|
|
250
253
|
$tab-clone-text-color: $neutral-light-font !default;
|
|
251
254
|
|
|
252
255
|
$tab-icon-container-width: 50px !default;
|
|
253
256
|
|
|
257
|
+
$tab-nav-pop-press-border: 0 !default;
|
|
254
258
|
$tab-big-nav-icon-container-size: 32px !default;
|
|
255
259
|
$tab-nrml-nav-icon-container-size: 24px !default;
|
|
256
260
|
$tab-big-nav-icon-size: 14px !default;
|
|
@@ -321,6 +325,7 @@ $tab-mob-close-icon-color: $base-font !default;
|
|
|
321
325
|
$tab-close-icon-hover-color: $neutral-light-fontalt !default;
|
|
322
326
|
$tab-close-icon-active-color: $neutral-light-fontalt !default;
|
|
323
327
|
$tab-alt-close-icon-color: $neutral-light-font !default;
|
|
328
|
+
$tab-alt-active-wrap-close-icon-color: $tab-alt-close-icon-color !default;
|
|
324
329
|
$tab-alt-active-close-icon-color: $neutral-light-font !default;
|
|
325
330
|
$tab-alt-active-hover-close-icon-color: $neutral-light-fontalt !default;
|
|
326
331
|
$tab-pop-bg-color: $neutral-white !default;
|
|
@@ -354,8 +359,13 @@ $tab-bg-nav-focus-icon-color: $neutral-light-fontalt !default;
|
|
|
354
359
|
$tab-pop-icon-color: $neutral-light-font !default;
|
|
355
360
|
$tab-pop-icon-hover-bg-color: $neutral-light !default;
|
|
356
361
|
$tab-pop-icon-hover-border: initial !default;
|
|
362
|
+
$tab-pop-up-icon-hover-border: $tab-pop-icon-hover-border !default;
|
|
363
|
+
$tab-pop-up-down-icon-hover-border: $tab-pop-icon-hover-border !default;
|
|
357
364
|
$tab-pop-icon-focus-border: initial !default;
|
|
365
|
+
$tab-pop-up-icon-focus-border: $tab-pop-icon-focus-border !default;
|
|
358
366
|
$tab-pop-icon-active-border: 0 !default;
|
|
367
|
+
$tab-even-active-item-bottom-border-color: 0 !default;
|
|
368
|
+
$tab-pop-up-icon-active-border: $tab-pop-icon-active-border !default;
|
|
359
369
|
$tab-pop-border-box-shadow: none !default;
|
|
360
370
|
$tab-bg-hover-nav-icon-color: $neutral-light-fontalt !default;
|
|
361
371
|
|
|
@@ -168,6 +168,7 @@ $tab-mob-fill-wrap-padding: 0 10px !default;
|
|
|
168
168
|
$tab-bg-big-wrap-padding: 0 12px !default;
|
|
169
169
|
$tab-bg-nrml-wrap-padding: 0 10px !default;
|
|
170
170
|
$tab-item-hover-bg-color: inherit !default;
|
|
171
|
+
$tab-bg-item-wrap-hover-bg-color: $tab-item-hover-bg-color !default;
|
|
171
172
|
$tab-mob-item-hover-bg-color: inherit !default;
|
|
172
173
|
$tab-pop-text-color: $neutral-light-font !default;
|
|
173
174
|
$tab-alt-disable-active-item-opacity: 1 !default;
|
|
@@ -223,6 +224,7 @@ $tab-nrml-even-active-text-height: 38px !default;
|
|
|
223
224
|
$tab-fill-big-even-active-text-height: 46px !default;
|
|
224
225
|
$tab-fill-nrml-even-active-text-height: 36px !default;
|
|
225
226
|
$tab-text-color: $neutral-light-font !default;
|
|
227
|
+
$tab-wrap-comb-icon-color: $tab-text-color !default;
|
|
226
228
|
$tab-disable-text-color: $neutral-tertiary !default;
|
|
227
229
|
$tab-mob-text-color: $neutral-light-font !default;
|
|
228
230
|
$tab-active-text-color: $neutral-light-font !default;
|
|
@@ -236,11 +238,13 @@ $tab-alt-active-text-color: $theme-primary-font !default;
|
|
|
236
238
|
$tab-alt-disable-active-text-color: $grey-dark-font !default;
|
|
237
239
|
$tab-alt-hover-text-color: $neutral-light-fontalt !default;
|
|
238
240
|
$tab-alt-active-hover-text-color: $theme-primary-font !default;
|
|
241
|
+
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
239
242
|
$tab-clone-item-bg-color: $neutral-white !default;
|
|
240
243
|
$tab-clone-text-color: $neutral-light-font !default;
|
|
241
244
|
|
|
242
245
|
$tab-icon-container-width: 50px !default;
|
|
243
246
|
|
|
247
|
+
$tab-nav-pop-press-border: 0 !default;
|
|
244
248
|
$tab-big-nav-icon-container-size: 32px !default;
|
|
245
249
|
$tab-nrml-nav-icon-container-size: 24px !default;
|
|
246
250
|
$tab-big-nav-icon-size: 14px !default;
|
|
@@ -311,6 +315,7 @@ $tab-mob-close-icon-color: $base-font !default;
|
|
|
311
315
|
$tab-close-icon-hover-color: $theme-darker !default;
|
|
312
316
|
$tab-close-icon-active-color: $theme-primary !default;
|
|
313
317
|
$tab-alt-close-icon-color: $neutral-light-font !default;
|
|
318
|
+
$tab-alt-active-wrap-close-icon-color: $tab-alt-close-icon-color !default;
|
|
314
319
|
$tab-alt-active-close-icon-color: rgba($theme-primary-font, .8) !default;
|
|
315
320
|
$tab-alt-active-hover-close-icon-color: $theme-primary-font !default;
|
|
316
321
|
$tab-pop-bg-color: $neutral-white !default;
|
|
@@ -346,6 +351,7 @@ $tab-pop-icon-hover-bg-color: $neutral-light !default;
|
|
|
346
351
|
$tab-pop-icon-hover-border: initial !default;
|
|
347
352
|
$tab-pop-icon-focus-border: initial !default;
|
|
348
353
|
$tab-pop-icon-active-border: 0 !default;
|
|
354
|
+
$tab-even-active-item-bottom-border-color: 0 !default;
|
|
349
355
|
$tab-pop-border-box-shadow: none !default;
|
|
350
356
|
$tab-bg-hover-nav-icon-color: $neutral-light-fontalt !default;
|
|
351
357
|
|
|
@@ -366,6 +372,7 @@ $tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
|
366
372
|
$tab-active-line-color: $theme-primary !default;
|
|
367
373
|
$tab-wrap-border-color: $white !default;
|
|
368
374
|
$tab-wrap-hover-border-color: $neutral-lighter !default;
|
|
375
|
+
$tab-pop-up-icon-hover-border: 1px solid $tab-wrap-hover-border-color !default;
|
|
369
376
|
$tab-wrap-active-border-color: $theme-lighter !default;
|
|
370
377
|
$tab-wrap-focus-border-color: $neutral-secondary-alt !default;
|
|
371
378
|
$tab-alt-focused-wrap-focus-border-color: $neutral-secondary-alt !default;
|
|
@@ -380,8 +387,11 @@ $tab-alt-active-wrap-border-color: $theme-primary !default;
|
|
|
380
387
|
$tab-alt-active-wrap-hover-bg-color: $primary-theme !default;
|
|
381
388
|
$tab-alt-pop-wrap-hover-color: $neutral-light-font !default;
|
|
382
389
|
$tab-nav-focus-border-color: $neutral-secondary-alt !default;
|
|
390
|
+
$tab-pop-up-icon-focus-border: 1px solid $tab-nav-focus-border-color !default;
|
|
383
391
|
$tab-nav-focus-hover-border-color: $neutral-secondary-alt !default;
|
|
392
|
+
$tab-pop-up-down-icon-hover-border: 1px solid $tab-nav-focus-hover-border-color !default;
|
|
384
393
|
$tab-nav-focus-active-border-color: $neutral-secondary-alt !default;
|
|
394
|
+
$tab-pop-up-icon-active-border: 1px solid $tab-nav-focus-active-border-color !default;
|
|
385
395
|
$tab-alt-nav-border-color: $neutral-lighter !default;
|
|
386
396
|
|
|
387
397
|
/*! Vertical Tab */
|
|
@@ -0,0 +1,409 @@
|
|
|
1
|
+
/*! Horizontal Tab */
|
|
2
|
+
$tab-skin: 'FluentUI' !default;
|
|
3
|
+
$tab-big-vertical-scroll-nav-top-bottom: 23px !default;
|
|
4
|
+
$tab-big-vertical-nav-arrow-size: 24px !default;
|
|
5
|
+
$tab-big-vertical-nav-arrow-font-size: $text-xs !default;
|
|
6
|
+
$tab-font-family: $font-family !default;
|
|
7
|
+
$tab-nrml-vertical-scroll-nav-top-bottom: 15px !default;
|
|
8
|
+
$tab-nrml-vertical-nav-arrow-size: 16px !default;
|
|
9
|
+
$tab-nrml-vertical-nav-arrow-font-size: $text-xxs !default;
|
|
10
|
+
|
|
11
|
+
$tab-text-transform: capitalize !default;
|
|
12
|
+
$tab-big-height: 42px !default;
|
|
13
|
+
$tab-nrml-height: 32px !default;
|
|
14
|
+
$tab-focus-big-height: 42px !default;
|
|
15
|
+
$tab-focus-nrml-height: 32px !default;
|
|
16
|
+
$tab-active-big-height: 42px !default;
|
|
17
|
+
$tab-active-nrml-height: 32px !default;
|
|
18
|
+
$tab-active-focus-big-height: 42px !default;
|
|
19
|
+
$tab-active-focus-nrml-height: 32px !default;
|
|
20
|
+
$tab-big-fill-height: 42px !default;
|
|
21
|
+
$tab-nrml-fill-height: 32px !default;
|
|
22
|
+
$tab-mob-fill-height: 42px !default;
|
|
23
|
+
$tab-focus-big-fill-height: 42px !default;
|
|
24
|
+
$tab-focus-nrml-fill-height: 32px !default;
|
|
25
|
+
$tab-disable-cnt-opacity: .38 !default;
|
|
26
|
+
$tab-big-tb-icon-height: 72px !default;
|
|
27
|
+
$tab-nrml-tb-icon-height: 62px !default;
|
|
28
|
+
$tab-content-font-color: $content-text-color !default;
|
|
29
|
+
|
|
30
|
+
$tab-border-width: 2px !default;
|
|
31
|
+
$tab-border-style: $tab-border-width Solid !default;
|
|
32
|
+
$tab-focus-outline: 0 !default;
|
|
33
|
+
$tab-active-focus-outline: 0 !default;
|
|
34
|
+
$tab-active-text-item-border: 0 !default;
|
|
35
|
+
$tab-disable-active-text-item-border: 0 !default;
|
|
36
|
+
$tab-fill-hdr-border: 0 !default;
|
|
37
|
+
$tab-fill-disable-hdr-border: 0 !default;
|
|
38
|
+
$tab-anim-border-display: none !default;
|
|
39
|
+
$tab-border-color: $primary !default;
|
|
40
|
+
$tab-hover-border-color: $border-light !default;
|
|
41
|
+
$tab-disable-border-color: rgba($border-light, .38) !default;
|
|
42
|
+
$tab-alt-border-color: $primary-text-color !default;
|
|
43
|
+
$tab-alt-disable-border-color: $border-light !default;
|
|
44
|
+
$tab-bg-color: $transparent !default;
|
|
45
|
+
$tab-border: none !default;
|
|
46
|
+
$tab-focused-wrap-focus-border-color: $icon-color !default;
|
|
47
|
+
$tab-alt-hdr-bg-color: $primary !default;
|
|
48
|
+
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
49
|
+
$tab-hdr-bdr-color: $border-light !default;
|
|
50
|
+
$tab-hdr-border: 0 !default;
|
|
51
|
+
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
52
|
+
$tab-alt-hdr-border: 0 !default;
|
|
53
|
+
|
|
54
|
+
$tab-items-border: 1px solid $primary-text-color !default;
|
|
55
|
+
|
|
56
|
+
$tab-big-item-margin: 0 2px 0 0 !default;
|
|
57
|
+
$tab-nrml-item-margin: 0 2px 0 0 !default;
|
|
58
|
+
$tab-big-item-padding: 0 !default;
|
|
59
|
+
$tab-nrml-item-padding: 0 !default;
|
|
60
|
+
$tab-big-icon-top-bottom-item-height: 72px !default;
|
|
61
|
+
$tab-nrml-icon-top-bottom-item-height: 62px !default;
|
|
62
|
+
$tab-pop-big-icon-top-bottom-item-height: 50px !default;
|
|
63
|
+
$tab-pop-nrml-icon-top-bottom-item-height: 40px !default;
|
|
64
|
+
$tab-big-focus-icon-top-bottom-item-height: 72px !default;
|
|
65
|
+
$tab-nrml-focus-icon-top-bottom-item-height: 62px !default;
|
|
66
|
+
$tab-big-fill-icon-top-bottom-item-height: 72px !default;
|
|
67
|
+
$tab-nrml-fill-icon-top-bottom-item-height: 62px !default;
|
|
68
|
+
$tab-big-focus-fill-icon-top-bottom-item-height: 72px !default;
|
|
69
|
+
$tab-nrml-focus-fill-icon-top-bottom-item-height: 62px !default;
|
|
70
|
+
$tab-big-first-item-margin: 0 !default;
|
|
71
|
+
$tab-nrml-first-item-margin: 0 !default;
|
|
72
|
+
$tab-big-last-item-margin: 0 2px 0 0 !default;
|
|
73
|
+
$tab-nrml-last-item-margin: 0 0 2px 0 !default;
|
|
74
|
+
$tab-big-active-last-item-margin: 0 2px 0 0 !default;
|
|
75
|
+
$tab-nrml-active-last-item-margin: 0 2px 0 0 !default;
|
|
76
|
+
$tab-big-scroll-last-item-margin: 0 2px 0 0 !default;
|
|
77
|
+
$tab-nrml-scroll-last-item-margin: 0 2px 0 0 !default;
|
|
78
|
+
$tab-nrml-active-scroll-last-item-margin: 0 !default;
|
|
79
|
+
$tab-mob-last-item-margin: 0 2px 0 0 !default;
|
|
80
|
+
$tab-big-even-last-item-margin: 0 !default;
|
|
81
|
+
$tab-nrml-even-last-item-margin: 0 2px 0 0 !default;
|
|
82
|
+
$tab-mob-even-last-item-margin: 0 2px 0 0 !default;
|
|
83
|
+
$tab-big-alt-first-item-margin: 0 !default;
|
|
84
|
+
$tab-nrml-alt-first-item-margin: 0 !default;
|
|
85
|
+
$tab-pop-item-margin: 0 !default;
|
|
86
|
+
$tab-big-pop-item-height: 40px !default;
|
|
87
|
+
$tab-nrml-pop-item-height: 26px !default;
|
|
88
|
+
$tab-alt-item-margin: 0 !default;
|
|
89
|
+
$tab-big-rtl-item-margin: 0 !default;
|
|
90
|
+
$tab-nrml-rtl-item-margin: 0 !default;
|
|
91
|
+
$tab-big-rtl-alt-item-margin: 0 0 0 2px !default;
|
|
92
|
+
$tab-nrml-rtl-alt-item-margin: 0 0 0 2px !default;
|
|
93
|
+
$tab-mob-pop-item-height: 50px !default;
|
|
94
|
+
$tab-ripple-bg-color: none !default;
|
|
95
|
+
$tab-fill-ripple-bg-color: none !default;
|
|
96
|
+
$tab-alt-ripple-bg-color: none !default;
|
|
97
|
+
$tab-item-border: 1px solid $transparent !default;
|
|
98
|
+
$tab-alt-item-border: 0 !default;
|
|
99
|
+
$tab-active-item-border: 0 !default;
|
|
100
|
+
$tab-active-item-hide-border: 0 !default;
|
|
101
|
+
$tab-active-item-border-color: $content-bg-color !default;
|
|
102
|
+
$tab-big-boot-item-margin: 0 2px 0 0 !default;
|
|
103
|
+
$tab-nrml-boot-item-margin: 0 2px 0 0 !default;
|
|
104
|
+
$tab-big-scroll-boot-item-margin: 0 2px 0 0 !default;
|
|
105
|
+
$tab-nrml-scroll-boot-item-margin: 0 2px 0 0 !default;
|
|
106
|
+
$tab-mob-boot-item-margin: 0 2px 0 0 !default;
|
|
107
|
+
$tab-big-even-boot-item-margin: 0 2px 0 0 !default;
|
|
108
|
+
$tab-nrml-even-boot-item-margin: 0 2px 0 0 !default;
|
|
109
|
+
$tab-mob-even-boot-item-margin: 0 2px 0 0 !default;
|
|
110
|
+
$tab-big-boot-active-item-padding-bottom: 0 !default;
|
|
111
|
+
$tab-nrml-boot-active-item-padding-bottom: 0 !default;
|
|
112
|
+
$tab-big-even-boot-active-item-padding-bottom: 1px !default;
|
|
113
|
+
$tab-nrml-even-boot-active-item-padding-bottom: 0 !default;
|
|
114
|
+
$tab-active-item-border-radius: 0 !default;
|
|
115
|
+
$tab-item-wrap-border-radius: 2px !default;
|
|
116
|
+
$tab-top-active-item-border-radius: 0 !default;
|
|
117
|
+
$tab-bottom-active-item-border-radius: 0 !default;
|
|
118
|
+
$tab-left-active-item-border-radius: 0 !default;
|
|
119
|
+
$tab-right-active-item-border-radius: 0 !default;
|
|
120
|
+
$tab-hscroll-item-padding: 0 !default;
|
|
121
|
+
$tab-big-item-last-child-padding-bottom: 3px !default;
|
|
122
|
+
$tab-nrml-item-last-child-padding-bottom: 1px !default;
|
|
123
|
+
|
|
124
|
+
$tab-big-wrap-padding: 0 16px !default;
|
|
125
|
+
$tab-nrml-wrap-padding: 0 12px !default;
|
|
126
|
+
$tab-mob-wrap-padding: 0 15px !default;
|
|
127
|
+
$tab-pop-padding: 5px 0 !default;
|
|
128
|
+
$tab-big-pop-item-wrap-padding: 0 24px !default;
|
|
129
|
+
$tab-nrml-pop-item-wrap-padding: 0 20px !default;
|
|
130
|
+
$tab-mob-pop-item-wrap-padding: 0 24px !default;
|
|
131
|
+
$tab-big-io-text-wrap-width: auto !default;
|
|
132
|
+
$tab-nrml-io-text-wrap-width: auto !default;
|
|
133
|
+
$tab-big-io-wrap-padding: 0 20px !default;
|
|
134
|
+
$tab-nrml-io-wrap-padding: 0 15px !default;
|
|
135
|
+
$tab-wrap-focus-margin-right: 0 !default;
|
|
136
|
+
$tab-wrap-focus-margin-left: 0 !default;
|
|
137
|
+
$tab-big-ileft-active-text-wrap-padding: 0 !default;
|
|
138
|
+
$tab-nrml-ileft-active-text-wrap-padding: 0 !default;
|
|
139
|
+
$tab-big-even-ileft-active-text-wrap-margin: 0 !default;
|
|
140
|
+
$tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
141
|
+
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
142
|
+
$tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
143
|
+
$tab-focus-bg-color: $content-bg-color-alt2 !default;
|
|
144
|
+
$tab-fill-focus-bg-color: $content-bg-color-alt2 !default;
|
|
145
|
+
$tab-hover-bg-color: $content-bg-color-alt3 !default;
|
|
146
|
+
$tab-active-bg-color: $content-bg-color-alt2 !default;
|
|
147
|
+
$tab-fill-active-bg-color: $primary !default;
|
|
148
|
+
$tab-fill-disable-active-bg-color: rgba($primary, .38) !default;
|
|
149
|
+
$tab-alt-active-bg-color: none !default;
|
|
150
|
+
$tab-alt-disable-active-bg-color: $primary !default;
|
|
151
|
+
$tab-alt-item-bg-color: inherit !default;
|
|
152
|
+
$tab-alt-active-focus-bg-color: none !default;
|
|
153
|
+
$tab-key-alt-active-focus-bg-color: rgba($primary, .12) !default;
|
|
154
|
+
$tab-alt-hover-bg-color: $content-bg-color-alt2 !default;
|
|
155
|
+
$tab-alt-focus-top-bottom-bg-color: inherit !default;
|
|
156
|
+
$tab-fill-active-wrap-corner: 3px 3px 0 0 !default;
|
|
157
|
+
$tab-fill-even-active-wrap-corner: 0 0 3px 3px !default;
|
|
158
|
+
$tab-alt-tb-active-bg-color: rgba($primary, 0) !default;
|
|
159
|
+
$tab-fill-big-wrap-padding: 0 20px !default;
|
|
160
|
+
$tab-fill-nrml-wrap-padding: 0 15px !default;
|
|
161
|
+
$tab-mob-fill-wrap-padding: 0 15px !default;
|
|
162
|
+
$tab-bg-big-wrap-padding: 0 20px !default;
|
|
163
|
+
$tab-bg-nrml-wrap-padding: 0 15px !default;
|
|
164
|
+
$tab-item-hover-bg-color: none !default;
|
|
165
|
+
$tab-mob-item-hover-bg-color: initial !default;
|
|
166
|
+
$tab-pop-text-color: $content-text-color !default;
|
|
167
|
+
$tab-alt-disable-active-item-opacity: .65 !default;
|
|
168
|
+
$tab-big-active-item-wrap-margin-bottom: 1px !default;
|
|
169
|
+
$tab-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
170
|
+
$tab-fill-big-active-item-wrap-margin-bottom: 0 !default;
|
|
171
|
+
$tab-fill-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
172
|
+
$tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
|
|
173
|
+
$tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
174
|
+
$tab-alt-big-active-item-padding: 0 !default;
|
|
175
|
+
$tab-alt-nrml-active-item-padding: 0 !default;
|
|
176
|
+
|
|
177
|
+
$tab-active-text-container-margin: 0 !default;
|
|
178
|
+
$tab-big-text-container-margin-right: 22px !default;
|
|
179
|
+
$tab-nrml-text-container-margin-right: 20px !default;
|
|
180
|
+
$tab-rtl-big-text-container-margin-right: 0 !default;
|
|
181
|
+
$tab-rtl-nrml-text-container-margin-right: 0 !default;
|
|
182
|
+
$tab-rtl-big-text-container-margin-left: 22px !default;
|
|
183
|
+
$tab-rtl-nrml-text-container-margin-left: 20px !default;
|
|
184
|
+
$tab-big-active-text-container-height: 42px !default;
|
|
185
|
+
$tab-nrml-active-text-container-height: 32px !default;
|
|
186
|
+
$tab-big-active-it-text-container-height: 42px !default;
|
|
187
|
+
$tab-nrml-active-it-text-container-height: 32px !default;
|
|
188
|
+
$tab-fill-big-active-it-text-container-height: 42px !default;
|
|
189
|
+
$tab-fill-nrml-active-it-text-container-height: 32px !default;
|
|
190
|
+
$tab-big-even-active-text-container-height: 42px !default;
|
|
191
|
+
$tab-nrml-even-active-text-container-height: 32px !default;
|
|
192
|
+
$tab-even-active-text-container-padding: 0 !default;
|
|
193
|
+
$tab-even-active-text-container-margin: 0 !default;
|
|
194
|
+
|
|
195
|
+
$tab-big-font-size: $text-base !default;
|
|
196
|
+
$tab-nrml-font-size: $text-sm !default;
|
|
197
|
+
$tab-font-weight: $font-weight-normal !default;
|
|
198
|
+
$tab-semi-font-weight: $font-weight-medium !default;
|
|
199
|
+
$tab-light-font-weight: $font-weight-normal !default;
|
|
200
|
+
$tab-big-it-text-margin: 0 0 0 12px !default;
|
|
201
|
+
$tab-nrml-it-text-margin: 0 0 0 8px !default;
|
|
202
|
+
$tab-mob-it-text-margin: 0 0 0 10px !default;
|
|
203
|
+
$tab-rtl-mob-it-text-margin: 0 10px 0 0 !default;
|
|
204
|
+
$tab-rtl-big-it-text-margin: 0 10px 0 0 !default;
|
|
205
|
+
$tab-rtl-nrml-it-text-margin: 0 8px 0 0 !default;
|
|
206
|
+
$tab-big-icon-top-margin: 10px 0 0 !default;
|
|
207
|
+
$tab-nrml-icon-top-margin: 8px 0 0 !default;
|
|
208
|
+
$tab-big-icon-bottom-margin: 0 0 10px !default;
|
|
209
|
+
$tab-nrml-icon-bottom-margin: 0 0 8px !default;
|
|
210
|
+
$tab-big-pop-text-padding-right: 12px !default;
|
|
211
|
+
$tab-nrml-pop-text-padding-right: 10px !default;
|
|
212
|
+
$tab-rtl-big-pop-text-padding-left: 12px !default;
|
|
213
|
+
$tab-rtl-nrml-pop-text-padding-left: 10px !default;
|
|
214
|
+
$tab-big-even-active-text-height: 50px !default;
|
|
215
|
+
$tab-nrml-even-active-text-height: 40px !default;
|
|
216
|
+
$tab-fill-big-even-active-text-height: 50px !default;
|
|
217
|
+
$tab-fill-nrml-even-active-text-height: 40px !default;
|
|
218
|
+
$tab-text-color: $content-text-color !default;
|
|
219
|
+
$tab-disable-text-color: $content-text-color-disabled !default;
|
|
220
|
+
$tab-mob-text-color: $content-text-color-alt2 !default;
|
|
221
|
+
$tab-active-text-color: $content-text-color !default;
|
|
222
|
+
$tab-disable-active-text-color: rgba($border-light, .38) !default;
|
|
223
|
+
$tab-focus-text-color: $content-text-color !default;
|
|
224
|
+
$tab-hover-text-color: $content-text-color !default;
|
|
225
|
+
$tab-pop-active-item-text-color: $tab-active-text-color !default;
|
|
226
|
+
$tab-alt-text-color: $primary-lighter !default;
|
|
227
|
+
$tab-alt-disable-text-color: rgba($border-light, .38) !default;
|
|
228
|
+
$tab-alt-active-text-color: $primary-text-color !default;
|
|
229
|
+
$tab-alt-active-style-hover-text-color: $content-text-color !default;
|
|
230
|
+
$tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
|
|
231
|
+
$tab-alt-hover-text-color: $primary-text-hover !default;
|
|
232
|
+
$tab-alt-active-hover-text-color: $content-text-color-alt2 !default;
|
|
233
|
+
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
234
|
+
$tab-clone-item-bg-color: $content-bg-color-alt3 !default;
|
|
235
|
+
$tab-clone-text-color: $content-text-color-alt1 !default;
|
|
236
|
+
|
|
237
|
+
$tab-icon-container-width: auto !default;
|
|
238
|
+
|
|
239
|
+
$tab-big-nav-icon-container-size: 38px !default;
|
|
240
|
+
$tab-nrml-nav-icon-container-size: 32px !default;
|
|
241
|
+
$tab-big-nav-icon-size: 12px !default;
|
|
242
|
+
$tab-nrml-nav-icon-size: 10px !default;
|
|
243
|
+
$tab-mob-nav-icon-size: 16px !default;
|
|
244
|
+
$tab-mob-nav-vicon-size: 12px !default;
|
|
245
|
+
$tab-big-icon-size: 16px !default;
|
|
246
|
+
$tab-nrml-icon-size: 14px !default;
|
|
247
|
+
$tab-mob-icon-size: 20px !default;
|
|
248
|
+
$tab-big-icon-container-size: 24px !default;
|
|
249
|
+
$tab-nrml-icon-container-size: 20px !default;
|
|
250
|
+
$tab-mob-icon-container-size: 20px !default;
|
|
251
|
+
$tab-big-nav-icon-top: 11px !default;
|
|
252
|
+
$tab-nrml-nav-icon-top: 5px !default;
|
|
253
|
+
$tab-big-nav-pop-icon-top: 13px !default;
|
|
254
|
+
$tab-nrml-nav-pop-icon-top: 8px !default;
|
|
255
|
+
$tab-big-hover-nav-pop-icon-top: 0 !default;
|
|
256
|
+
$tab-nrml-hover-nav-pop-icon-top: 0 !default;
|
|
257
|
+
$tab-big-safari-nav-icon-top: 4px !default;
|
|
258
|
+
$tab-nrml-safari-nav-icon-top: 4px !default;
|
|
259
|
+
$tab-big-safari-pop-icon-top: 6px !default;
|
|
260
|
+
$tab-nrml-safari-pop-icon-top: 6px !default;
|
|
261
|
+
$tab-big-ie-nav-icon-line-height: 15px !default;
|
|
262
|
+
$tab-nrml-ie-nav-icon-line-height: 14px !default;
|
|
263
|
+
$tab-big-ie-pop-icon-line-height: 15px !default;
|
|
264
|
+
$tab-nrml-ie-pop-icon-line-height: 15px !default;
|
|
265
|
+
$tab-big-edge-nav-icon-line-height: 13px !default;
|
|
266
|
+
$tab-nrml-edge-nav-icon-line-height: 11px !default;
|
|
267
|
+
$tab-big-edge-pop-icon-line-height: 15px !default;
|
|
268
|
+
$tab-nrml-edge-pop-icon-line-height: 14px !default;
|
|
269
|
+
$tab-comb-icon-color: $icon-color !default;
|
|
270
|
+
$tab-wrap-comb-icon-color: $tab-comb-icon-color !default;
|
|
271
|
+
$tab-comb-text-color: $content-text-color !default;
|
|
272
|
+
|
|
273
|
+
$tab-close-icon-size: 12px !default;
|
|
274
|
+
$tab-big-close-icon-size: 12px !default;
|
|
275
|
+
$tab-nrml-close-icon-size: 10px !default;
|
|
276
|
+
$tab-mob-close-icon-size: 12px !default;
|
|
277
|
+
$tab-close-icon-minwidth: 12px !default;
|
|
278
|
+
$tab-big-close-icon-margin: 0 0 0 8px !default;
|
|
279
|
+
$tab-nrml-close-icon-margin: 0 0 0 6px !default;
|
|
280
|
+
$tab-mob-close-icon-margin: 0 0 0 8px !default;
|
|
281
|
+
$tab-rtl-mob-close-icon-margin: 0 8px 0 0 !default;
|
|
282
|
+
$tab-rtl-big-close-icon-margin: 0 10px 0 0 !default;
|
|
283
|
+
$tab-rtl-nrml-close-icon-margin: 0 8px 0 0 !default;
|
|
284
|
+
$tab-rtl-big-pop-close-icon-margin: 0 !default;
|
|
285
|
+
$tab-rtl-nrml-pop-close-icon-margin: 0 !default;
|
|
286
|
+
$tab-big-close-icon-top-bottom-right: 20px !default;
|
|
287
|
+
$tab-nrml-close-icon-top-bottom-right: 15px !default;
|
|
288
|
+
$tab-big-pop-close-icon-top-bottom-right: 24px !default;
|
|
289
|
+
$tab-nrml-pop-close-icon-top-bottom-right: 20px !default;
|
|
290
|
+
$tab-rtl-big-close-icon-top-bottom-right: 0 !default;
|
|
291
|
+
$tab-rtl-nrml-close-icon-top-bottom-right: 0 !default;
|
|
292
|
+
$tab-rtl-big-close-icon-top-bottom-left: 20px !default;
|
|
293
|
+
$tab-rtl-nrml-close-icon-top-bottom-left: 15px !default;
|
|
294
|
+
$tab-rtl-big-pop-close-icon-top-bottom-left: 24px !default;
|
|
295
|
+
$tab-rtl-nrml-pop-close-icon-top-bottom-left: 20px !default;
|
|
296
|
+
$tab-pop-close-icon-right: 16px !default;
|
|
297
|
+
$tab-pop-close-icon-top: 0 !default;
|
|
298
|
+
$tab-rtl-pop-close-icon-left: 16px !default;
|
|
299
|
+
$tab-mob-close-icon-top-bottom-right: 12px !default;
|
|
300
|
+
$tab-rtl-mob-close-icon-top-bottom-left: 12px !default;
|
|
301
|
+
$tab-big-pop-close-top: 0 !default;
|
|
302
|
+
$tab-nrml-pop-close-top: 0 !default;
|
|
303
|
+
$tab-big-safari-close-icon-top: 0 !default;
|
|
304
|
+
$tab-nrml-safari-close-icon-top: -1px !default;
|
|
305
|
+
$tab-close-icon-color: $icon-color !default;
|
|
306
|
+
$tab-mob-close-icon-color: rgba($icon-color, .87) !default;
|
|
307
|
+
$tab-close-icon-hover-color: $tab-hover-text-color !default;
|
|
308
|
+
$tab-close-icon-active-color: $tab-hover-text-color !default;
|
|
309
|
+
$tab-alt-close-icon-color: $primary-text-color !default;
|
|
310
|
+
$tab-alt-active-wrap-close-icon-color: $tab-alt-close-icon-color !default;
|
|
311
|
+
$tab-alt-text-color: $primary-lighter !default;
|
|
312
|
+
$tab-alt-hover-text-color: $tab-alt-hover-text-color !default;
|
|
313
|
+
$tab-alt-active-close-icon-color: $primary-text-color !default;
|
|
314
|
+
$tab-alt-active-hover-close-icon-color: $primary-text-color !default;
|
|
315
|
+
$tab-pop-bg-color: $flyout-bg-color !default;
|
|
316
|
+
$tab-pop-border: 1px $black !default;
|
|
317
|
+
$tab-pop-border-radius: 4px !default;
|
|
318
|
+
|
|
319
|
+
$tab-big-nav-right-icon-padding: 0 !default;
|
|
320
|
+
$tab-nrml-nav-right-icon-padding: 0 !default;
|
|
321
|
+
$tab-mob-nav-right-icon-padding: 0 !default;
|
|
322
|
+
$tab-rtl-big-nav-right-icon-padding: 0 !default;
|
|
323
|
+
$tab-rtl-nrml-nav-right-icon-padding: 0 !default;
|
|
324
|
+
$tab-big-nav-left-icon-padding: 0 !default;
|
|
325
|
+
$tab-nrml-nav-left-icon-padding: 0 !default;
|
|
326
|
+
$tab-rtl-big-nav-left-icon-padding: 0 !default;
|
|
327
|
+
$tab-rtl-nrml-nav-left-icon-padding: 0 !default;
|
|
328
|
+
$tab-big-nav-tb-icon-top: 0 !default;
|
|
329
|
+
$tab-nrml-nav-tb-icon-top: 0 !default;
|
|
330
|
+
$tab-big-nav-icons-top: -2px !default;
|
|
331
|
+
$tab-nrml-nav-icons-top: 0 !default;
|
|
332
|
+
$tab-hover-nav-bg-color: $content-bg-color-alt3 !default;
|
|
333
|
+
$tab-bg-hover-nav-bg-color: inherit !default;
|
|
334
|
+
$tab-nav-icon-color: $primary-text-color !default;
|
|
335
|
+
$tab-alt-nav-icon-color: $primary-text-color !default;
|
|
336
|
+
$tab-active-nav-icon-color: $tab-active-text-color !default;
|
|
337
|
+
$tab-hover-nav-icon-color: $tab-hover-text-color !default;
|
|
338
|
+
$tab-alt-hover-nav-icon-color: $tab-alt-hover-text-color !default;
|
|
339
|
+
$tab-disable-nav-icon-color: $content-text-color-disabled !default;
|
|
340
|
+
$tab-nav-focus-bg-color: $content-bg-color-alt2 !default;
|
|
341
|
+
$tab-nav-focus-icon-color: $icon-color !default;
|
|
342
|
+
$tab-bg-nav-focus-icon-color: $icon-color !default;
|
|
343
|
+
$tab-pop-icon-color: $content-text-color-alt2 !default;
|
|
344
|
+
$tab-pop-icon-hover-bg-color: $content-bg-color-alt3 !default;
|
|
345
|
+
$tab-pop-icon-hover-border: 1px solid $border-light !default;
|
|
346
|
+
$tab-pop-up-icon-hover-border: $tab-pop-icon-hover-border !default;
|
|
347
|
+
$tab-pop-up-down-icon-hover-border: $tab-pop-icon-hover-border !default;
|
|
348
|
+
$tab-pop-icon-focus-border: 1px solid $border-light !default;
|
|
349
|
+
$tab-pop-up-icon-focus-border: $tab-pop-icon-focus-border !default;
|
|
350
|
+
$tab-pop-icon-active-border: 1px solid $border-light !default;
|
|
351
|
+
$tab-pop-up-icon-active-border: $tab-pop-icon-active-border !default;
|
|
352
|
+
$tab-pop-border-box-shadow: inset $shadow-sm !default;
|
|
353
|
+
$tab-bg-hover-nav-icon-color: $primary-text-color !default;
|
|
354
|
+
|
|
355
|
+
$tab-nav-pop-press-border: 0 !default;
|
|
356
|
+
$tab-nav-pop-press-active-border: 3px solid $border-dark !default;
|
|
357
|
+
$tab-pop-box-shadow: $shadow-lg !default;
|
|
358
|
+
$tab-pop-icon-transition: none !default;
|
|
359
|
+
$tab-pop-up-icon-transform: rotate(0deg) !default;
|
|
360
|
+
$tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
361
|
+
|
|
362
|
+
@mixin tbar-alt-btn-animation-after {
|
|
363
|
+
animation: none;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
@mixin hscroll-alt-btn-animation-after {
|
|
367
|
+
animation: none;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
/*! Bootstrap specific themes definition's */
|
|
371
|
+
$tab-alt-focused-active-wrap-focus-or-hover-color: $content-text-color-alt2 !default;
|
|
372
|
+
$tab-alt-focused-active-wrap-focus-and-hover-color: $content-text-color-alt2 !default;
|
|
373
|
+
$tab-even-active-item-bottom-border-color: 0 !default;
|
|
374
|
+
$tab-fill-focused-active-wrap-focus-color: $content-bg-color-alt5 !default;
|
|
375
|
+
$tab-alt-active-wrap-hover-close-color: $primary !default;
|
|
376
|
+
$tab-alt-pop-wrap-hover-color: $content-text-color-alt2 !default;
|
|
377
|
+
$tab-alt-wrap-hover-color: darken($content-text-color-alt2, 15%) !default;
|
|
378
|
+
$tab-item-wrap-hover-bg-color: darken($primary, 10%) !default;
|
|
379
|
+
$tab-bg-item-wrap-hover-bg-color: $tab-item-wrap-hover-bg-color !default;
|
|
380
|
+
$tab-nav-active-box-shadow: inset 0 0 0 3px rgba($content-text-color-alt2, .5) !default;
|
|
381
|
+
$tab-nav-focus-border-color: $content-text-color-alt2 !default;
|
|
382
|
+
$tab-alt-nav-hover-bg-color: $content-text-color-alt2 !default;
|
|
383
|
+
|
|
384
|
+
/*! Vertical Tab */
|
|
385
|
+
$tab-vscroll-nrml-padding: 16px 0 !default;
|
|
386
|
+
$tab-vscroll-big-padding: 24px 0 !default;
|
|
387
|
+
$tab-big-v-wrap-padding: 0 16px !default;
|
|
388
|
+
$tab-nrml-v-wrap-padding: 0 12px !default;
|
|
389
|
+
$tab-indicator-display: none !default;
|
|
390
|
+
$tab-nrml-more-btn-line-height: 36px !default;
|
|
391
|
+
$tab-big-more-btn-line-height: 48px !default;
|
|
392
|
+
$tab-pop-more-icon-margin: 0 0 0 8px !default;
|
|
393
|
+
$tab-rtl-pop-more-icon-margin: 0 8px 0 0 !default;
|
|
394
|
+
|
|
395
|
+
$tab-vscroll-nav-border: 1px solid $transparent !default;
|
|
396
|
+
$tab-vscroll-nav-border-color: rgba($content-bg-color-alt3, .12) !default;
|
|
397
|
+
$tab-v-nav-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
398
|
+
$tab-v-nav-hover-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
399
|
+
$tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
|
|
400
|
+
$tab-v-nav-icon-border-width: 0 !default;
|
|
401
|
+
|
|
402
|
+
$tab-v-big-close-icon-top-bottom-right: -20px !default;
|
|
403
|
+
$tab-v-nrml-close-icon-top-bottom-right: -15px !default;
|
|
404
|
+
$tab-v-rtl-big-close-icon-top-bottom-right: 0 !default;
|
|
405
|
+
$tab-v-rtl-nrml-close-icon-top-bottom-right: 0 !default;
|
|
406
|
+
$tab-v-rtl-big-close-icon-top-bottom-left: -20px !default;
|
|
407
|
+
$tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
|
|
408
|
+
|
|
409
|
+
$tab-v-pop-focus-outline: 0 !default;
|
|
@@ -166,6 +166,7 @@ $tab-mob-fill-wrap-padding: 0 10px !default;
|
|
|
166
166
|
$tab-bg-big-wrap-padding: 0 12px !default;
|
|
167
167
|
$tab-bg-nrml-wrap-padding: 0 10px !default;
|
|
168
168
|
$tab-item-hover-bg-color: inherit !default;
|
|
169
|
+
$tab-bg-item-wrap-hover-bg-color: $tab-item-hover-bg-color !default;
|
|
169
170
|
$tab-mob-item-hover-bg-color: inherit !default;
|
|
170
171
|
$tab-pop-text-color: $content-font !default;
|
|
171
172
|
$tab-alt-disable-active-item-opacity: 1 !default;
|
|
@@ -221,6 +222,7 @@ $tab-nrml-even-active-text-height: 38px !default;
|
|
|
221
222
|
$tab-fill-big-even-active-text-height: 46px !default;
|
|
222
223
|
$tab-fill-nrml-even-active-text-height: 36px !default;
|
|
223
224
|
$tab-text-color: $content-font !default;
|
|
225
|
+
$tab-wrap-comb-icon-color: $tab-text-color !default;
|
|
224
226
|
$tab-disable-text-color: $disable !default;
|
|
225
227
|
$tab-mob-text-color: $content-font !default;
|
|
226
228
|
$tab-active-text-color: $content-font !default;
|
|
@@ -234,11 +236,13 @@ $tab-alt-active-text-color: $selection-font !default;
|
|
|
234
236
|
$tab-alt-disable-active-text-color: $content-font-alt !default;
|
|
235
237
|
$tab-alt-hover-text-color: $hover-font !default;
|
|
236
238
|
$tab-alt-active-hover-text-color: $selection-font !default;
|
|
239
|
+
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
237
240
|
$tab-clone-item-bg-color: $bg-base-0 !default;
|
|
238
241
|
$tab-clone-text-color: $content-font !default;
|
|
239
242
|
|
|
240
243
|
$tab-icon-container-width: 50px !default;
|
|
241
244
|
|
|
245
|
+
$tab-nav-pop-press-border: 0 !default;
|
|
242
246
|
$tab-big-nav-icon-container-size: 32px !default;
|
|
243
247
|
$tab-nrml-nav-icon-container-size: 24px !default;
|
|
244
248
|
$tab-big-nav-icon-size: 14px !default;
|
|
@@ -309,6 +313,7 @@ $tab-mob-close-icon-color: $content-font !default;
|
|
|
309
313
|
$tab-close-icon-hover-color: $selection-bg !default;
|
|
310
314
|
$tab-close-icon-active-color: $selection-bg !default;
|
|
311
315
|
$tab-alt-close-icon-color: $content-font !default;
|
|
316
|
+
$tab-alt-active-wrap-close-icon-color: $tab-alt-close-icon-color !default;
|
|
312
317
|
$tab-alt-active-close-icon-color: rgba($selection-font, .6) !default;
|
|
313
318
|
$tab-alt-active-hover-close-icon-color: $selection-font !default;
|
|
314
319
|
$tab-pop-bg-color: $bg-base-0 !default;
|
|
@@ -344,6 +349,7 @@ $tab-pop-icon-hover-bg-color: $hover-bg !default;
|
|
|
344
349
|
$tab-pop-icon-hover-border: initial !default;
|
|
345
350
|
$tab-pop-icon-focus-border: initial !default;
|
|
346
351
|
$tab-pop-icon-active-border: 0 !default;
|
|
352
|
+
$tab-even-active-item-bottom-border-color: 0 !default;
|
|
347
353
|
$tab-pop-border-box-shadow: none !default;
|
|
348
354
|
$tab-bg-hover-nav-icon-color: $hover-font !default;
|
|
349
355
|
|
|
@@ -365,9 +371,11 @@ $tab-active-line-color: $selection-bg !default;
|
|
|
365
371
|
$tab-wrap-border-color: $bg-base-0 !default;
|
|
366
372
|
$tab-wrap-hover-bg-color: $hover-bg !default;
|
|
367
373
|
$tab-wrap-hover-border-color: $hover-border !default;
|
|
374
|
+
$tab-pop-up-icon-hover-border: 2px solid $tab-wrap-hover-border-color !default;
|
|
368
375
|
$tab-wrap-active-color: $selection-font !default;
|
|
369
376
|
$tab-wrap-active-border-color: $selection-bg !default;
|
|
370
377
|
$tab-wrap-focus-border-color: $bg-base-100 !default;
|
|
378
|
+
$tab-pop-up-icon-focus-border: 2px solid $tab-wrap-focus-border-color !default;
|
|
371
379
|
$tab-alt-focused-wrap-focus-border-color: $bg-base-100 !default;
|
|
372
380
|
$tab-alt-focused-active-wrap-focus-border-color: $bg-base-100 !default;
|
|
373
381
|
$tab-focused-wrap-focus-border-color: $hover-border !default;
|
|
@@ -392,12 +400,14 @@ $tab-alt-pop-wrap-active-bg-color: $selection-bg !default;
|
|
|
392
400
|
$tab-focused-nav-focus-border-color: $hover-border !default;
|
|
393
401
|
$tab-alt-nav-focus-border-color: $bg-base-100 !default;
|
|
394
402
|
$tab-nav-focus-hover-border-color: $hover-border !default;
|
|
403
|
+
$tab-pop-up-down-icon-hover-border: 2px solid $tab-nav-focus-hover-border-color !default;
|
|
395
404
|
$tab-alt-nav-focus-bg-color: transparent !default;
|
|
396
405
|
$tab-alt-nav-focus-hover-color: $hover-font !default;
|
|
397
406
|
$tab-alt-nav-focus-hover-bg-color: $hover-bg !default;
|
|
398
407
|
$tab-nav-focus-active-color: $selection-font !default;
|
|
399
408
|
$tab-nav-focus-active-bg-color: $selection-bg !default;
|
|
400
409
|
$tab-nav-focus-active-border-color: $selection-bg !default;
|
|
410
|
+
$tab-pop-up-icon-active-border: 1px solid $tab-nav-focus-active-border-color !default;
|
|
401
411
|
$tab-nav-disable-hover-bg-color: transparent !default;
|
|
402
412
|
$tab-nav-disable-hover-border-color: transparent !default;
|
|
403
413
|
$tab-nav-pop-arrow-active-color: $content-font !default;
|
|
@@ -182,6 +182,7 @@ $tab-mob-fill-wrap-padding: 0 10px !default;
|
|
|
182
182
|
$tab-bg-big-wrap-padding: 0 12px !default;
|
|
183
183
|
$tab-bg-nrml-wrap-padding: 0 10px !default;
|
|
184
184
|
$tab-item-hover-bg-color: inherit !default;
|
|
185
|
+
$tab-bg-item-wrap-hover-bg-color: $tab-item-hover-bg-color !default;
|
|
185
186
|
$tab-mob-item-hover-bg-color: inherit !default;
|
|
186
187
|
$tab-pop-text-color: $content-font !default;
|
|
187
188
|
$tab-alt-disable-active-item-opacity: 1 !default;
|
|
@@ -237,6 +238,7 @@ $tab-nrml-even-active-text-height: 38px !default;
|
|
|
237
238
|
$tab-fill-big-even-active-text-height: 46px !default;
|
|
238
239
|
$tab-fill-nrml-even-active-text-height: 36px !default;
|
|
239
240
|
$tab-text-color: $content-font !default;
|
|
241
|
+
$tab-wrap-comb-icon-color: $tab-text-color !default;
|
|
240
242
|
$tab-disable-text-color: $disable !default;
|
|
241
243
|
$tab-mob-text-color: $content-font !default;
|
|
242
244
|
$tab-active-text-color: $content-font !default;
|
|
@@ -250,11 +252,13 @@ $tab-alt-active-text-color: $selection-font !default;
|
|
|
250
252
|
$tab-alt-disable-active-text-color: $content-font-alt !default;
|
|
251
253
|
$tab-alt-hover-text-color: $hover-font !default;
|
|
252
254
|
$tab-alt-active-hover-text-color: $selection-font !default;
|
|
255
|
+
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
253
256
|
$tab-clone-item-bg-color: rgba($bg-base-0, 0) !default;
|
|
254
257
|
$tab-clone-text-color: $content-font !default;
|
|
255
258
|
|
|
256
259
|
$tab-icon-container-width: 50px !default;
|
|
257
260
|
|
|
261
|
+
$tab-nav-pop-press-border: 0 !default;
|
|
258
262
|
$tab-big-nav-icon-container-size: 32px !default;
|
|
259
263
|
$tab-nrml-nav-icon-container-size: 24px !default;
|
|
260
264
|
$tab-big-nav-icon-size: 14px !default;
|
|
@@ -325,6 +329,7 @@ $tab-mob-close-icon-color: $content-font !default;
|
|
|
325
329
|
$tab-close-icon-hover-color: $selection-bg !default;
|
|
326
330
|
$tab-close-icon-active-color: $selection-bg !default;
|
|
327
331
|
$tab-alt-close-icon-color: $content-font !default;
|
|
332
|
+
$tab-alt-active-wrap-close-icon-color: $tab-alt-close-icon-color !default;
|
|
328
333
|
$tab-alt-active-close-icon-color: rgba($selection-font, .6) !default;
|
|
329
334
|
$tab-alt-active-hover-close-icon-color: $selection-font !default;
|
|
330
335
|
$tab-pop-bg-color: $bg-base-0 !default;
|
|
@@ -358,8 +363,13 @@ $tab-bg-nav-focus-icon-color: $content-font !default;
|
|
|
358
363
|
$tab-pop-icon-color: $content-font !default;
|
|
359
364
|
$tab-pop-icon-hover-bg-color: $hover-bg !default;
|
|
360
365
|
$tab-pop-icon-hover-border: initial !default;
|
|
366
|
+
$tab-pop-up-icon-hover-border: $tab-pop-icon-hover-border !default;
|
|
367
|
+
$tab-pop-up-down-icon-hover-border: $tab-pop-icon-hover-border !default;
|
|
361
368
|
$tab-pop-icon-focus-border: initial !default;
|
|
369
|
+
$tab-pop-up-icon-focus-border: $tab-pop-icon-focus-border !default;
|
|
362
370
|
$tab-pop-icon-active-border: 0 !default;
|
|
371
|
+
$tab-even-active-item-bottom-border-color: 0 !default;
|
|
372
|
+
$tab-pop-up-icon-active-border: $tab-pop-icon-active-border !default;
|
|
363
373
|
$tab-pop-border-box-shadow: none !default;
|
|
364
374
|
$tab-bg-hover-nav-icon-color: $hover-font !default;
|
|
365
375
|
|