@syncfusion/ej2-navigations 28.2.12 → 29.1.34
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/README.md +1 -1
- 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 +96 -18
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +96 -18
- 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 +19 -26
- package/src/common/menu-base.d.ts +5 -0
- package/src/common/menu-base.js +60 -6
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +8 -1
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +3 -3
- package/src/tab/tab.js +20 -4
- package/src/treeview/treeview.js +7 -6
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -2
- package/styles/accordion/_bootstrap4-definition.scss +7 -5
- package/styles/accordion/bootstrap-dark.css +12 -12
- package/styles/accordion/bootstrap4.css +4 -4
- package/styles/accordion/bootstrap5-dark.css +37 -37
- package/styles/accordion/bootstrap5.css +16 -16
- package/styles/accordion/fabric.css +11 -11
- package/styles/accordion/tailwind-dark.css +2 -2
- package/styles/bds-lite.css +11 -1
- package/styles/bds.css +11 -1
- package/styles/bootstrap-dark-lite.css +60 -50
- package/styles/bootstrap-dark.css +60 -50
- package/styles/bootstrap-lite.css +11 -1
- package/styles/bootstrap.css +11 -1
- package/styles/bootstrap4-lite.css +88 -78
- package/styles/bootstrap4.css +89 -79
- package/styles/bootstrap5-dark-lite.css +223 -213
- package/styles/bootstrap5-dark.css +223 -213
- package/styles/bootstrap5-lite.css +84 -74
- package/styles/bootstrap5.3-lite.css +12 -8
- package/styles/bootstrap5.3.css +18 -8
- package/styles/bootstrap5.css +84 -74
- package/styles/breadcrumb/_bigger.scss +3 -1
- package/styles/breadcrumb/_bootstrap4-definition.scss +6 -4
- package/styles/breadcrumb/_bootstrap5-definition.scss +5 -3
- package/styles/breadcrumb/_fusionnew-definition.scss +9 -3
- package/styles/breadcrumb/_layout.scss +3 -1
- package/styles/breadcrumb/bootstrap-dark.css +2 -2
- package/styles/breadcrumb/bootstrap4.css +4 -4
- package/styles/breadcrumb/bootstrap5-dark.css +12 -12
- package/styles/breadcrumb/bootstrap5.css +3 -3
- package/styles/breadcrumb/fabric-dark.css +3 -3
- package/styles/context-menu/_bootstrap4-definition.scss +3 -1
- package/styles/context-menu/_fusionnew-definition.scss +1 -0
- package/styles/context-menu/_theme.scss +9 -1
- package/styles/context-menu/bds.css +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 +2 -2
- package/styles/context-menu/bootstrap5-dark.css +8 -8
- package/styles/context-menu/bootstrap5.3.css +1 -1
- package/styles/context-menu/bootstrap5.css +1 -1
- package/styles/context-menu/fabric-dark.css +1 -1
- package/styles/context-menu/fabric.css +1 -1
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/highcontrast-light.css +1 -1
- package/styles/context-menu/highcontrast.css +1 -1
- package/styles/context-menu/material-dark.css +2 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/material3-dark.css +2 -1
- package/styles/context-menu/material3.css +2 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/context-menu/tailwind3.css +1 -1
- package/styles/fabric-dark-lite.css +17 -7
- package/styles/fabric-dark.css +17 -7
- package/styles/fabric-lite.css +48 -38
- package/styles/fabric.css +48 -38
- package/styles/fluent-dark-lite.css +21 -11
- package/styles/fluent-dark.css +21 -11
- package/styles/fluent-lite.css +21 -11
- package/styles/fluent.css +21 -11
- package/styles/fluent2-lite.css +11 -1
- package/styles/fluent2.css +11 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +4 -2
- package/styles/h-scroll/bootstrap4.css +5 -5
- package/styles/h-scroll/bootstrap5-dark.css +6 -6
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/highcontrast-light-lite.css +11 -1
- package/styles/highcontrast-light.css +11 -1
- package/styles/highcontrast-lite.css +11 -1
- package/styles/highcontrast.css +11 -1
- package/styles/material-dark-lite.css +14 -3
- package/styles/material-dark.css +14 -3
- package/styles/material-lite.css +19 -9
- package/styles/material.css +19 -9
- package/styles/material3-dark-lite.css +12 -1
- package/styles/material3-dark.css +19 -2
- package/styles/material3-lite.css +12 -1
- package/styles/material3.css +19 -2
- package/styles/menu/_bootstrap4-definition.scss +4 -2
- package/styles/menu/_theme.scss +7 -6
- package/styles/menu/bootstrap4.css +13 -13
- package/styles/menu/bootstrap5-dark.css +14 -14
- package/styles/pager/_bigger.scss +3 -1
- package/styles/pager/_bootstrap-dark-definition.scss +3 -2
- package/styles/pager/_bootstrap4-definition.scss +2 -1
- package/styles/pager/bootstrap-dark.css +4 -4
- package/styles/pager/bootstrap4.css +1 -1
- package/styles/pager/bootstrap5-dark.css +13 -13
- package/styles/pager/bootstrap5.css +4 -4
- package/styles/pager/fabric.css +2 -2
- package/styles/pager/material3-dark.css +7 -1
- package/styles/pager/material3.css +7 -1
- package/styles/sidebar/bootstrap5-dark.css +1 -1
- package/styles/stepper/_bootstrap4-definition.scss +4 -2
- package/styles/stepper/_material-dark-definition.scss +4 -2
- package/styles/stepper/_material-definition.scss +7 -5
- package/styles/stepper/bootstrap-dark.css +2 -2
- package/styles/stepper/bootstrap4.css +2 -2
- package/styles/stepper/bootstrap5-dark.css +20 -20
- package/styles/stepper/bootstrap5.css +2 -2
- package/styles/stepper/fabric-dark.css +2 -2
- package/styles/stepper/fabric.css +2 -2
- package/styles/stepper/fluent-dark.css +1 -1
- package/styles/stepper/fluent.css +1 -1
- package/styles/stepper/material-dark.css +2 -2
- package/styles/stepper/material.css +8 -8
- package/styles/tab/_bootstrap-dark-definition.scss +8 -6
- package/styles/tab/_bootstrap4-definition.scss +13 -11
- package/styles/tab/_bootstrap5-definition.scss +3 -1
- package/styles/tab/_bootstrap5.3-definition.scss +3 -1
- package/styles/tab/_fluent-definition.scss +4 -2
- package/styles/tab/_layout.scss +4 -0
- package/styles/tab/bds.css +5 -0
- package/styles/tab/bootstrap-dark.css +34 -29
- package/styles/tab/bootstrap.css +5 -0
- package/styles/tab/bootstrap4.css +32 -27
- package/styles/tab/bootstrap5-dark.css +48 -43
- package/styles/tab/bootstrap5.3.css +5 -0
- package/styles/tab/bootstrap5.css +27 -22
- package/styles/tab/fabric-dark.css +5 -0
- package/styles/tab/fabric.css +9 -4
- package/styles/tab/fluent-dark.css +12 -7
- package/styles/tab/fluent.css +12 -7
- package/styles/tab/fluent2.css +5 -0
- package/styles/tab/highcontrast-light.css +5 -0
- package/styles/tab/highcontrast.css +5 -0
- package/styles/tab/material-dark.css +5 -0
- package/styles/tab/material.css +5 -0
- package/styles/tab/material3-dark.css +5 -0
- package/styles/tab/material3.css +5 -0
- package/styles/tab/tailwind-dark.css +5 -0
- package/styles/tab/tailwind.css +5 -0
- package/styles/tab/tailwind3.css +5 -0
- package/styles/tailwind-dark-lite.css +15 -5
- package/styles/tailwind-dark.css +15 -5
- package/styles/tailwind-lite.css +13 -3
- package/styles/tailwind.css +13 -3
- package/styles/tailwind3-lite.css +12 -2
- package/styles/tailwind3.css +13 -2
- package/styles/toolbar/_bootstrap4-definition.scss +8 -6
- package/styles/toolbar/_material-dark-definition.scss +3 -1
- package/styles/toolbar/_material-definition.scss +3 -1
- package/styles/toolbar/bootstrap4.css +12 -12
- package/styles/toolbar/bootstrap5-dark.css +47 -47
- package/styles/toolbar/bootstrap5.css +23 -23
- package/styles/toolbar/fabric.css +9 -9
- package/styles/treeview/_bigger.scss +5 -1
- package/styles/treeview/_bootstrap4-definition.scss +6 -4
- package/styles/treeview/_bootstrap5-definition.scss +4 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
- package/styles/treeview/_fluent-definition.scss +3 -1
- package/styles/treeview/_layout.scss +6 -2
- package/styles/treeview/_tailwind-definition.scss +3 -1
- package/styles/treeview/_theme.scss +3 -1
- package/styles/treeview/bds.css +5 -0
- package/styles/treeview/bootstrap-dark.css +5 -0
- package/styles/treeview/bootstrap.css +5 -0
- package/styles/treeview/bootstrap4.css +14 -9
- package/styles/treeview/bootstrap5-dark.css +17 -12
- package/styles/treeview/bootstrap5.3.css +12 -7
- package/styles/treeview/bootstrap5.css +8 -3
- package/styles/treeview/fabric-dark.css +5 -0
- package/styles/treeview/fabric.css +12 -7
- package/styles/treeview/fluent-dark.css +7 -2
- package/styles/treeview/fluent.css +7 -2
- package/styles/treeview/fluent2.css +5 -0
- package/styles/treeview/highcontrast-light.css +5 -0
- package/styles/treeview/highcontrast.css +5 -0
- package/styles/treeview/material-dark.css +5 -0
- package/styles/treeview/material.css +5 -0
- package/styles/treeview/material3-dark.css +5 -0
- package/styles/treeview/material3.css +5 -0
- package/styles/treeview/tailwind-dark.css +7 -2
- package/styles/treeview/tailwind.css +7 -2
- package/styles/treeview/tailwind3.css +7 -1
- package/styles/v-scroll/fabric-dark.css +1 -1
- package/styles/v-scroll/fabric.css +1 -1
|
@@ -587,14 +587,14 @@
|
|
|
587
587
|
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
|
|
588
588
|
.e-stepper:not(.e-step-type-label) .e-step:hover {
|
|
589
589
|
color: #fff;
|
|
590
|
-
background:
|
|
590
|
+
background: rgb(0, 111.4205607477, 198.7);
|
|
591
591
|
}
|
|
592
592
|
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
593
593
|
color: #333;
|
|
594
594
|
}
|
|
595
595
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
596
596
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
597
|
-
background:
|
|
597
|
+
background: rgb(0, 91.4018691589, 163);
|
|
598
598
|
}
|
|
599
599
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
600
600
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
}
|
|
595
595
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
596
596
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
597
|
-
background:
|
|
597
|
+
background: rgb(0, 96, 169.6);
|
|
598
598
|
}
|
|
599
599
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
600
600
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
}
|
|
595
595
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
596
596
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
597
|
-
background:
|
|
597
|
+
background: rgb(0, 96, 169.6);
|
|
598
598
|
}
|
|
599
599
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
600
600
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
|
@@ -587,14 +587,14 @@
|
|
|
587
587
|
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
|
|
588
588
|
.e-stepper:not(.e-step-type-label) .e-step:hover {
|
|
589
589
|
color: #fff;
|
|
590
|
-
background:
|
|
590
|
+
background: rgb(95.512295082, 111.3729508197, 199.487704918);
|
|
591
591
|
}
|
|
592
592
|
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
593
593
|
color: #bdbdbd;
|
|
594
594
|
}
|
|
595
595
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
596
596
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
597
|
-
background:
|
|
597
|
+
background: rgb(114.4282786885, 128.4077868852, 206.0717213115);
|
|
598
598
|
}
|
|
599
599
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
600
600
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
|
@@ -489,12 +489,12 @@
|
|
|
489
489
|
color: #fff;
|
|
490
490
|
}
|
|
491
491
|
.e-stepper .e-step-error .e-indicator {
|
|
492
|
-
background:
|
|
492
|
+
background: rgb(229.3485849057, 27.3849056604, 12.5514150943);
|
|
493
493
|
color: #fff;
|
|
494
494
|
}
|
|
495
495
|
.e-stepper .e-step-error .e-text,
|
|
496
496
|
.e-stepper .e-step-error .e-label {
|
|
497
|
-
color:
|
|
497
|
+
color: rgb(229.3485849057, 27.3849056604, 12.5514150943);
|
|
498
498
|
}
|
|
499
499
|
.e-stepper .e-step-valid:not(.e-step-notstarted) .e-indicator:hover,
|
|
500
500
|
.e-stepper .e-step-error .e-indicator:hover {
|
|
@@ -568,8 +568,8 @@
|
|
|
568
568
|
.e-stepper .e-step-error.e-step-label-only.e-step-focus .e-label,
|
|
569
569
|
.e-stepper .e-step-error.e-step-text-only.e-step-focus .e-text,
|
|
570
570
|
.e-stepper .e-step-error.e-step-template.e-step-focus {
|
|
571
|
-
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px
|
|
572
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px
|
|
571
|
+
-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgb(229.3485849057, 27.3849056604, 12.5514150943), 0 0 0 8px #fff;
|
|
572
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgb(229.3485849057, 27.3849056604, 12.5514150943), 0 0 0 8px #fff;
|
|
573
573
|
}
|
|
574
574
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-notstarted .e-step,
|
|
575
575
|
.e-stepper .e-step-container:not(.e-step-focus).e-step-completed .e-step, .e-stepper.e-steps-focus .e-step-container:not(.e-step-focus).e-step-selected .e-step {
|
|
@@ -587,14 +587,14 @@
|
|
|
587
587
|
.e-stepper:not(.e-step-type-label) .e-indicator:hover,
|
|
588
588
|
.e-stepper:not(.e-step-type-label) .e-step:hover {
|
|
589
589
|
color: #fff;
|
|
590
|
-
background:
|
|
590
|
+
background: rgb(49.8319672131, 64.0696721311, 143.1680327869);
|
|
591
591
|
}
|
|
592
592
|
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
593
593
|
color: #000;
|
|
594
594
|
}
|
|
595
595
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-indicator:active,
|
|
596
596
|
.e-stepper:not(.e-step-type-label) .e-step-selected .e-step:active {
|
|
597
|
-
background:
|
|
597
|
+
background: rgb(43.2479508197, 55.6045081967, 124.2520491803);
|
|
598
598
|
}
|
|
599
599
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-indicator:active,
|
|
600
600
|
.e-stepper:not(.e-step-type-label) .e-step-valid.e-step-selected .e-step:active {
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
}
|
|
603
603
|
.e-stepper:not(.e-step-type-label) .e-step-error.e-step-selected .e-indicator:active,
|
|
604
604
|
.e-stepper:not(.e-step-type-label) .e-step-error.e-step-selected .e-step:active {
|
|
605
|
-
background:
|
|
605
|
+
background: rgb(229.3485849057, 27.3849056604, 12.5514150943);
|
|
606
606
|
}
|
|
607
607
|
.e-stepper:not(.e-step-type-label) .e-step-notstarted .e-indicator:hover, .e-stepper:not(.e-step-type-label) .e-step-notstarted .e-step:hover {
|
|
608
608
|
background: #9e9e9e;
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
.e-stepper:not(.e-step-type-label) .e-step-error .e-indicator:hover,
|
|
619
619
|
.e-stepper:not(.e-step-type-label) .e-step-error .e-step:hover {
|
|
620
620
|
color: #fff;
|
|
621
|
-
background:
|
|
621
|
+
background: rgb(229.3485849057, 27.3849056604, 12.5514150943);
|
|
622
622
|
}
|
|
623
623
|
|
|
624
624
|
.e-bigger.e-stepper.e-step-type-indicator .e-step-container:not(.e-step-item.e-step-label.e-step-text) .e-icons.e-step-indicator,
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$tab-skin: 'bootstrap' !default;
|
|
2
4
|
$tab-big-vertical-scroll-nav-top-bottom: 23px !default;
|
|
3
5
|
$tab-vscroll-big-padding: 24px 0 !default;
|
|
@@ -222,23 +224,23 @@ $tab-big-even-active-text-height: 50px !default;
|
|
|
222
224
|
$tab-nrml-even-active-text-height: 40px !default;
|
|
223
225
|
$tab-fill-big-even-active-text-height: 50px !default;
|
|
224
226
|
$tab-fill-nrml-even-active-text-height: 40px !default;
|
|
225
|
-
$tab-text-color:
|
|
227
|
+
$tab-text-color: color.adjust($brand-primary, $lightness: 15%) !default;
|
|
226
228
|
$tab-wrap-comb-icon-color: $tab-text-color !default;
|
|
227
229
|
$tab-disable-text-color: $grey-light !default;
|
|
228
230
|
$tab-active-text-color: $grey-dark-font !default;
|
|
229
231
|
$tab-disable-active-text-color: $grey-light !default;
|
|
230
232
|
$tab-focus-text-color: $grey-dark-font !default;
|
|
231
|
-
$tab-hover-text-color:
|
|
233
|
+
$tab-hover-text-color: color.adjust($brand-primary, $lightness: 10%) !default;
|
|
232
234
|
$tab-pop-active-item-text-color: $tab-active-text-color !default;
|
|
233
|
-
$tab-alt-text-color:
|
|
235
|
+
$tab-alt-text-color: color.adjust($brand-primary, $lightness: 15%) !default;
|
|
234
236
|
$tab-alt-disable-text-color: $grey-light !default;
|
|
235
237
|
$tab-alt-active-text-color: $brand-primary-font !default;
|
|
236
238
|
$tab-alt-disable-active-text-color: $brand-primary-font !default;
|
|
237
|
-
$tab-alt-hover-text-color:
|
|
239
|
+
$tab-alt-hover-text-color: color.adjust($brand-primary, $lightness: 10%) !default;
|
|
238
240
|
$tab-alt-active-hover-text-color: $brand-primary-font !default;
|
|
239
241
|
$tab-alt-active-style-hover-icon-color: $tab-alt-active-hover-text-color !default;
|
|
240
242
|
$tab-clone-item-bg-color: rgba($grey-light, .87) !default;
|
|
241
|
-
$tab-clone-text-color:
|
|
243
|
+
$tab-clone-text-color: color.adjust($brand-primary, $lightness: 15%) !default;
|
|
242
244
|
$tab-icon-container-width: auto !default;
|
|
243
245
|
$tab-nav-pop-press-border: 0 !default;
|
|
244
246
|
$tab-big-nav-icon-container-size: 44px !default;
|
|
@@ -353,7 +355,7 @@ $tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
|
|
|
353
355
|
$tab-pop-icon-transition: none !default;
|
|
354
356
|
$tab-pop-up-icon-transform: rotate(0deg) !default;
|
|
355
357
|
$tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
356
|
-
$tab-alt-focused-active-wrap-focus-or-hover-color:
|
|
358
|
+
$tab-alt-focused-active-wrap-focus-or-hover-color: color.adjust($brand-primary-font, $lightness: 15%) !default;
|
|
357
359
|
$tab-alt-focused-active-wrap-focus-and-hover-color: $brand-primary-darken-25 !default;
|
|
358
360
|
$tab-even-active-item-bottom-border-color: 0 !default;
|
|
359
361
|
$tab-fill-focused-active-wrap-focus-color: $brand-primary-darken-25 !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$tab-skin: 'bootstrap4' !default;
|
|
2
4
|
$tab-big-vertical-scroll-nav-top-bottom: 23px !default;
|
|
3
5
|
$tab-big-vertical-nav-arrow-size: 24px !default;
|
|
@@ -138,7 +140,7 @@ $tab-big-fill-tb-wrap-height: 50px !default;
|
|
|
138
140
|
$tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
139
141
|
$tab-focus-bg-color: #eee !default;
|
|
140
142
|
$tab-fill-focus-bg-color: #eee !default;
|
|
141
|
-
$tab-hover-bg-color:
|
|
143
|
+
$tab-hover-bg-color: color.adjust($gray-100, $lightness: -2%) !default;
|
|
142
144
|
$tab-active-bg-color: $primary !default;
|
|
143
145
|
$tab-fill-active-bg-color: $primary !default;
|
|
144
146
|
$tab-fill-disable-active-bg-color: #37b !default;
|
|
@@ -212,8 +214,8 @@ $tab-wrap-comb-icon-color: $tab-text-color !default;
|
|
|
212
214
|
$tab-disable-text-color: $gray-600 !default;
|
|
213
215
|
$tab-active-text-color: $gray-700 !default;
|
|
214
216
|
$tab-disable-active-text-color: $gray-600 !default;
|
|
215
|
-
$tab-focus-text-color:
|
|
216
|
-
$tab-hover-text-color:
|
|
217
|
+
$tab-focus-text-color: color.adjust($primary, $lightness: -15%) !default;
|
|
218
|
+
$tab-hover-text-color: color.adjust($primary, $lightness: -15%) !default;
|
|
217
219
|
$tab-pop-active-item-text-color: $tab-active-text-color !default;
|
|
218
220
|
$tab-alt-text-color: $primary !default;
|
|
219
221
|
$tab-alt-disable-text-color: $gray-600 !default;
|
|
@@ -221,7 +223,7 @@ $tab-alt-active-text-color: $primary-font !default;
|
|
|
221
223
|
$tab-alt-active-style-hover-text-color: $gray-900 !default;
|
|
222
224
|
$tab-alt-active-style-hover-icon-color: $tab-alt-active-style-hover-text-color !default;
|
|
223
225
|
$tab-alt-disable-active-text-color: $gray-600 !default;
|
|
224
|
-
$tab-alt-hover-text-color:
|
|
226
|
+
$tab-alt-hover-text-color: color.adjust($gray-600, $lightness: -7.5%) !default;
|
|
225
227
|
$tab-alt-active-hover-text-color: $primary-font !default;
|
|
226
228
|
$tab-clone-item-bg-color: rgba($gray-600, .87) !default;
|
|
227
229
|
$tab-clone-text-color: $white !default;
|
|
@@ -314,7 +316,7 @@ $tab-big-nav-tb-icon-top: 0 !default;
|
|
|
314
316
|
$tab-nrml-nav-tb-icon-top: 0 !default;
|
|
315
317
|
$tab-big-nav-icons-top: -2px !default;
|
|
316
318
|
$tab-nrml-nav-icons-top: 0 !default;
|
|
317
|
-
$tab-hover-nav-bg-color:
|
|
319
|
+
$tab-hover-nav-bg-color: color.adjust($gray-600, $lightness: -7.5%) !default;
|
|
318
320
|
$tab-bg-hover-nav-bg-color: inherit !default;
|
|
319
321
|
$tab-nav-icon-color: $gray-900 !default;
|
|
320
322
|
$tab-alt-nav-icon-color: $gray-900 !default;
|
|
@@ -326,8 +328,8 @@ $tab-nav-focus-bg-color: $gray-600 !default;
|
|
|
326
328
|
$tab-nav-focus-icon-color: $gray-900 !default;
|
|
327
329
|
$tab-bg-nav-focus-icon-color: $primary-font !default;
|
|
328
330
|
$tab-pop-icon-color: $gray-900 !default;
|
|
329
|
-
$tab-pop-icon-hover-bg-color:
|
|
330
|
-
$tab-pop-icon-hover-border: 1px solid
|
|
331
|
+
$tab-pop-icon-hover-bg-color: color.adjust($gray-600, $lightness: -7.5%) !default;
|
|
332
|
+
$tab-pop-icon-hover-border: 1px solid color.adjust($gray-600, $lightness: -10%) !default;
|
|
331
333
|
$tab-pop-icon-focus-border: 1px solid #aaa !default;
|
|
332
334
|
$tab-pop-icon-active-border: 1px solid #aaa !default;
|
|
333
335
|
$tab-pop-border-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
@@ -427,13 +429,13 @@ $tab-nrml-item-text-margin-bottom: 0 !default;
|
|
|
427
429
|
@mixin hscroll-alt-btn-animation-after {
|
|
428
430
|
animation: none;
|
|
429
431
|
}
|
|
430
|
-
$tab-alt-focused-active-wrap-focus-or-hover-color:
|
|
431
|
-
$tab-alt-focused-active-wrap-focus-and-hover-color:
|
|
432
|
+
$tab-alt-focused-active-wrap-focus-or-hover-color: color.adjust($primary, $lightness: -15%) !default;
|
|
433
|
+
$tab-alt-focused-active-wrap-focus-and-hover-color: color.adjust($primary, $lightness: -15%) !default;
|
|
432
434
|
$tab-even-active-item-bottom-border-color: 1px solid #ddd !default;
|
|
433
|
-
$tab-fill-focused-active-wrap-focus-color:
|
|
435
|
+
$tab-fill-focused-active-wrap-focus-color: color.adjust($primary, $lightness: -15%) !default;
|
|
434
436
|
$tab-alt-active-wrap-hover-close-color: $primary-font !default;
|
|
435
437
|
$tab-alt-pop-wrap-hover-color: #37b !default;
|
|
436
|
-
$tab-alt-wrap-hover-color:
|
|
438
|
+
$tab-alt-wrap-hover-color: color.adjust($primary, $lightness: -15%) !default;
|
|
437
439
|
$tab-nav-active-box-shadow: inset 0 0 0 3px rgba($gray-600, .5) !default;
|
|
438
440
|
$tab-nav-focus-border-color: #eee !default;
|
|
439
441
|
$tab-alt-nav-hover-bg-color: #eee !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$tab-skin: 'bootstrap5' !default;
|
|
2
4
|
$tab-font-family: $font-family !default;
|
|
3
5
|
$tab-big-vertical-nav-arrow-font-size: $text-xs !default;
|
|
@@ -430,7 +432,7 @@ $tab-even-active-item-bottom-border-color: 1px solid $border-light !default;
|
|
|
430
432
|
$tab-fill-focused-active-wrap-focus-color: $content-bg-color-alt5 !default;
|
|
431
433
|
$tab-alt-active-wrap-hover-close-color: $primary !default;
|
|
432
434
|
$tab-alt-pop-wrap-hover-color: $content-text-color-alt2 !default;
|
|
433
|
-
$tab-alt-wrap-hover-color:
|
|
435
|
+
$tab-alt-wrap-hover-color: color.adjust($secondary, $lightness: -15%) !default;
|
|
434
436
|
$tab-nav-active-box-shadow: inset 0 0 0 3px rgba($secondary, .5) !default;
|
|
435
437
|
$tab-nav-focus-border-color: $secondary !default;
|
|
436
438
|
$tab-alt-nav-hover-bg-color: $secondary !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$tab-skin: 'bootstrap5.3' !default;
|
|
2
4
|
$tab-font-family: $font-family !default;
|
|
3
5
|
$tab-big-vertical-nav-arrow-font-size: $text-xs !default;
|
|
@@ -431,7 +433,7 @@ $tab-even-active-item-bottom-border-color: 1px solid $border-light !default;
|
|
|
431
433
|
$tab-fill-focused-active-wrap-focus-color: $content-bg-color-alt5 !default;
|
|
432
434
|
$tab-alt-active-wrap-hover-close-color: $primary !default;
|
|
433
435
|
$tab-alt-pop-wrap-hover-color: $content-text-color-alt2 !default;
|
|
434
|
-
$tab-alt-wrap-hover-color:
|
|
436
|
+
$tab-alt-wrap-hover-color: color.adjust($secondary, $lightness: -15%) !default;
|
|
435
437
|
$tab-nav-active-box-shadow: inset 0 0 0 3px rgba($secondary, .5) !default;
|
|
436
438
|
$tab-nav-focus-border-color: $secondary !default;
|
|
437
439
|
$tab-alt-nav-hover-bg-color: $secondary !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$tab-skin: 'FluentUI' !default;
|
|
2
4
|
$tab-big-vertical-scroll-nav-top-bottom: 23px !default;
|
|
3
5
|
$tab-big-vertical-nav-arrow-size: 24px !default;
|
|
@@ -431,8 +433,8 @@ $tab-even-active-item-bottom-border-color: 0 !default;
|
|
|
431
433
|
$tab-fill-focused-active-wrap-focus-color: $content-bg-color-alt5 !default;
|
|
432
434
|
$tab-alt-active-wrap-hover-close-color: $primary !default;
|
|
433
435
|
$tab-alt-pop-wrap-hover-color: $content-text-color-alt2 !default;
|
|
434
|
-
$tab-alt-wrap-hover-color:
|
|
435
|
-
$tab-item-wrap-hover-bg-color:
|
|
436
|
+
$tab-alt-wrap-hover-color: color.adjust($content-text-color-alt2, $lightness: -15%) !default;
|
|
437
|
+
$tab-item-wrap-hover-bg-color: color.adjust($primary, $lightness: -10%) !default;
|
|
436
438
|
$tab-bg-item-wrap-hover-bg-color: $tab-item-wrap-hover-bg-color !default;
|
|
437
439
|
$tab-nav-active-box-shadow: inset 0 0 0 3px rgba($content-text-color-alt2, .5) !default;
|
|
438
440
|
$tab-nav-focus-border-color: $content-text-color-alt2 !default;
|
package/styles/tab/_layout.scss
CHANGED
package/styles/tab/bds.css
CHANGED
|
@@ -513,6 +513,11 @@
|
|
|
513
513
|
height: 42px;
|
|
514
514
|
width: 100%;
|
|
515
515
|
}
|
|
516
|
+
@media screen and (max-width: 480px) {
|
|
517
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
518
|
+
height: 46px;
|
|
519
|
+
}
|
|
520
|
+
}
|
|
516
521
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
517
522
|
display: -webkit-inline-box;
|
|
518
523
|
display: -ms-inline-flexbox;
|
|
@@ -465,6 +465,11 @@
|
|
|
465
465
|
height: 26px;
|
|
466
466
|
width: 100%;
|
|
467
467
|
}
|
|
468
|
+
@media screen and (max-width: 480px) {
|
|
469
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
470
|
+
height: 50px;
|
|
471
|
+
}
|
|
472
|
+
}
|
|
468
473
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
469
474
|
display: -webkit-inline-box;
|
|
470
475
|
display: -ms-inline-flexbox;
|
|
@@ -1903,11 +1908,11 @@
|
|
|
1903
1908
|
}
|
|
1904
1909
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1905
1910
|
border-radius: 4px;
|
|
1906
|
-
color:
|
|
1911
|
+
color: rgb(61.5, 151.8, 255);
|
|
1907
1912
|
border: 0;
|
|
1908
1913
|
}
|
|
1909
1914
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
|
|
1910
|
-
color:
|
|
1915
|
+
color: rgb(61.5, 151.8, 255);
|
|
1911
1916
|
}
|
|
1912
1917
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
|
|
1913
1918
|
background: #313131;
|
|
@@ -1921,7 +1926,7 @@
|
|
|
1921
1926
|
}
|
|
1922
1927
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
1923
1928
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
1924
|
-
color:
|
|
1929
|
+
color: rgb(36, 138.2, 255);
|
|
1925
1930
|
}
|
|
1926
1931
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1927
1932
|
border: 1px solid #505050;
|
|
@@ -2008,7 +2013,7 @@
|
|
|
2008
2013
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
|
|
2009
2014
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
|
|
2010
2015
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
|
|
2011
|
-
color:
|
|
2016
|
+
color: rgb(36, 138.2, 255);
|
|
2012
2017
|
}
|
|
2013
2018
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
|
|
2014
2019
|
background: #313131;
|
|
@@ -2362,13 +2367,13 @@
|
|
|
2362
2367
|
background: rgba(49, 49, 49, 0);
|
|
2363
2368
|
}
|
|
2364
2369
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2365
|
-
color:
|
|
2370
|
+
color: rgb(61.5, 151.8, 255);
|
|
2366
2371
|
}
|
|
2367
2372
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
2368
|
-
color:
|
|
2373
|
+
color: rgb(36, 138.2, 255);
|
|
2369
2374
|
}
|
|
2370
2375
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
|
|
2371
|
-
color:
|
|
2376
|
+
color: rgb(36, 138.2, 255);
|
|
2372
2377
|
}
|
|
2373
2378
|
.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
|
|
2374
2379
|
margin-top: 0;
|
|
@@ -2412,13 +2417,13 @@
|
|
|
2412
2417
|
background: #313131;
|
|
2413
2418
|
}
|
|
2414
2419
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text {
|
|
2415
|
-
color:
|
|
2420
|
+
color: rgb(36, 138.2, 255);
|
|
2416
2421
|
}
|
|
2417
2422
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon {
|
|
2418
|
-
color:
|
|
2423
|
+
color: rgb(36, 138.2, 255);
|
|
2419
2424
|
}
|
|
2420
2425
|
.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon {
|
|
2421
|
-
color:
|
|
2426
|
+
color: rgb(36, 138.2, 255);
|
|
2422
2427
|
}
|
|
2423
2428
|
.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
|
|
2424
2429
|
border-bottom: 0;
|
|
@@ -2468,17 +2473,17 @@
|
|
|
2468
2473
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
2469
2474
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
2470
2475
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
2471
|
-
color:
|
|
2476
|
+
color: rgb(36, 138.2, 255);
|
|
2472
2477
|
}
|
|
2473
2478
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2474
2479
|
background: #414141;
|
|
2475
2480
|
border-color: unset;
|
|
2476
2481
|
}
|
|
2477
2482
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2478
|
-
color:
|
|
2483
|
+
color: rgb(0, 40.6, 87);
|
|
2479
2484
|
}
|
|
2480
2485
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2481
|
-
color:
|
|
2486
|
+
color: rgb(0, 40.6, 87);
|
|
2482
2487
|
}
|
|
2483
2488
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2484
2489
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -2510,10 +2515,10 @@
|
|
|
2510
2515
|
}
|
|
2511
2516
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
2512
2517
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
2513
|
-
color:
|
|
2518
|
+
color: rgb(61.5, 151.8, 255);
|
|
2514
2519
|
}
|
|
2515
2520
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
2516
|
-
color:
|
|
2521
|
+
color: rgb(61.5, 151.8, 255);
|
|
2517
2522
|
}
|
|
2518
2523
|
.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
|
|
2519
2524
|
color: #fff;
|
|
@@ -2627,7 +2632,7 @@
|
|
|
2627
2632
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
|
|
2628
2633
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,
|
|
2629
2634
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-close-icon {
|
|
2630
|
-
color:
|
|
2635
|
+
color: rgb(61.5, 151.8, 255);
|
|
2631
2636
|
}
|
|
2632
2637
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
|
|
2633
2638
|
background: #313131;
|
|
@@ -2638,13 +2643,13 @@
|
|
|
2638
2643
|
color: #0070f0;
|
|
2639
2644
|
}
|
|
2640
2645
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text {
|
|
2641
|
-
color:
|
|
2646
|
+
color: rgb(61.5, 151.8, 255);
|
|
2642
2647
|
}
|
|
2643
2648
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon {
|
|
2644
|
-
color:
|
|
2649
|
+
color: rgb(61.5, 151.8, 255);
|
|
2645
2650
|
}
|
|
2646
2651
|
.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon {
|
|
2647
|
-
color:
|
|
2652
|
+
color: rgb(61.5, 151.8, 255);
|
|
2648
2653
|
}
|
|
2649
2654
|
.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,
|
|
2650
2655
|
.e-tab.e-background .e-tab-header .e-scroll-nav {
|
|
@@ -2847,7 +2852,7 @@
|
|
|
2847
2852
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
|
|
2848
2853
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
|
|
2849
2854
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
|
|
2850
|
-
color:
|
|
2855
|
+
color: rgb(61.5, 151.8, 255);
|
|
2851
2856
|
}
|
|
2852
2857
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2853
2858
|
background: #414141;
|
|
@@ -2863,28 +2868,28 @@
|
|
|
2863
2868
|
border-radius: 4px;
|
|
2864
2869
|
}
|
|
2865
2870
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2866
|
-
color:
|
|
2871
|
+
color: hsl(0, 0%, 115%);
|
|
2867
2872
|
}
|
|
2868
2873
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2869
2874
|
color: #fff;
|
|
2870
2875
|
}
|
|
2871
2876
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2872
|
-
color:
|
|
2877
|
+
color: hsl(0, 0%, 115%);
|
|
2873
2878
|
}
|
|
2874
2879
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
|
|
2875
|
-
color:
|
|
2880
|
+
color: hsl(0, 0%, 115%);
|
|
2876
2881
|
}
|
|
2877
2882
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
|
|
2878
2883
|
color: #fff;
|
|
2879
2884
|
}
|
|
2880
2885
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon {
|
|
2881
|
-
color:
|
|
2886
|
+
color: hsl(0, 0%, 115%);
|
|
2882
2887
|
}
|
|
2883
2888
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text {
|
|
2884
|
-
color:
|
|
2889
|
+
color: rgb(0, 40.6, 87);
|
|
2885
2890
|
}
|
|
2886
2891
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon {
|
|
2887
|
-
color:
|
|
2892
|
+
color: rgb(0, 40.6, 87);
|
|
2888
2893
|
}
|
|
2889
2894
|
.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
|
|
2890
2895
|
background: #0070f0;
|
|
@@ -2913,15 +2918,15 @@
|
|
|
2913
2918
|
|
|
2914
2919
|
.e-tab-clone-element {
|
|
2915
2920
|
background: rgba(57, 57, 57, 0.87);
|
|
2916
|
-
color:
|
|
2921
|
+
color: rgb(61.5, 151.8, 255);
|
|
2917
2922
|
}
|
|
2918
2923
|
.e-tab-clone-element .e-tab-wrap {
|
|
2919
2924
|
border-radius: 4px;
|
|
2920
|
-
color:
|
|
2925
|
+
color: rgb(61.5, 151.8, 255);
|
|
2921
2926
|
border: 0;
|
|
2922
2927
|
}
|
|
2923
2928
|
.e-tab-clone-element .e-tab-wrap .e-tab-icon {
|
|
2924
|
-
color:
|
|
2929
|
+
color: rgb(61.5, 151.8, 255);
|
|
2925
2930
|
}
|
|
2926
2931
|
|
|
2927
2932
|
.e-bigger .e-tab .e-tab-header,
|
package/styles/tab/bootstrap.css
CHANGED
|
@@ -465,6 +465,11 @@
|
|
|
465
465
|
height: 26px;
|
|
466
466
|
width: 100%;
|
|
467
467
|
}
|
|
468
|
+
@media screen and (max-width: 480px) {
|
|
469
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
470
|
+
height: 50px;
|
|
471
|
+
}
|
|
472
|
+
}
|
|
468
473
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
469
474
|
display: -webkit-inline-box;
|
|
470
475
|
display: -ms-inline-flexbox;
|