@syncfusion/ej2-navigations 29.2.8 → 30.1.39
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 +2 -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 +117 -30
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +118 -30
- 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 +7 -7
- package/src/carousel/carousel.js +1 -7
- package/src/context-menu/context-menu-model.d.ts +1 -1
- package/src/context-menu/context-menu.d.ts +1 -0
- package/src/context-menu/context-menu.js +11 -1
- package/src/sidebar/sidebar.js +5 -1
- package/src/stepper/stepper.js +6 -5
- package/src/tab/tab.js +3 -1
- package/src/toolbar/toolbar-model.d.ts +8 -1
- package/src/toolbar/toolbar.d.ts +19 -0
- package/src/toolbar/toolbar.js +69 -13
- package/src/treeview/treeview.js +24 -3
- package/styles/bds-lite.css +43 -3
- package/styles/bds.css +45 -5
- package/styles/bootstrap-dark-lite.css +45 -5
- package/styles/bootstrap-dark.css +49 -9
- package/styles/bootstrap-lite.css +45 -5
- package/styles/bootstrap.css +47 -7
- package/styles/bootstrap4-lite.css +46 -6
- package/styles/bootstrap4.css +48 -8
- package/styles/bootstrap5-dark-lite.css +39 -5
- package/styles/bootstrap5-dark.css +42 -8
- package/styles/bootstrap5-lite.css +40 -6
- package/styles/bootstrap5.3-lite.css +40 -6
- package/styles/bootstrap5.3.css +42 -8
- package/styles/bootstrap5.css +43 -9
- package/styles/breadcrumb/_layout.scss +14 -0
- package/styles/breadcrumb/bds.css +15 -0
- package/styles/breadcrumb/bootstrap-dark.css +15 -0
- package/styles/breadcrumb/bootstrap.css +15 -0
- package/styles/breadcrumb/bootstrap4.css +15 -0
- package/styles/breadcrumb/bootstrap5-dark.css +15 -0
- package/styles/breadcrumb/bootstrap5.3.css +15 -0
- package/styles/breadcrumb/bootstrap5.css +15 -0
- package/styles/breadcrumb/fabric-dark.css +15 -0
- package/styles/breadcrumb/fabric.css +15 -0
- package/styles/breadcrumb/fluent-dark.css +15 -0
- package/styles/breadcrumb/fluent.css +15 -0
- package/styles/breadcrumb/fluent2.css +15 -0
- package/styles/breadcrumb/highcontrast-light.css +15 -0
- package/styles/breadcrumb/highcontrast.css +15 -0
- package/styles/breadcrumb/material-dark.css +15 -0
- package/styles/breadcrumb/material.css +15 -0
- package/styles/breadcrumb/material3-dark.css +15 -0
- package/styles/breadcrumb/material3.css +15 -0
- package/styles/breadcrumb/tailwind-dark.css +15 -0
- package/styles/breadcrumb/tailwind.css +15 -0
- package/styles/breadcrumb/tailwind3.css +15 -0
- package/styles/context-menu/_layout.scss +5 -0
- package/styles/context-menu/bds.css +6 -0
- package/styles/context-menu/bootstrap-dark.css +6 -0
- package/styles/context-menu/bootstrap.css +6 -0
- package/styles/context-menu/bootstrap4.css +6 -0
- package/styles/context-menu/bootstrap5-dark.css +6 -0
- package/styles/context-menu/bootstrap5.3.css +6 -0
- package/styles/context-menu/bootstrap5.css +6 -0
- package/styles/context-menu/fabric-dark.css +6 -0
- package/styles/context-menu/fabric.css +6 -0
- package/styles/context-menu/fluent-dark.css +6 -0
- package/styles/context-menu/fluent.css +6 -0
- package/styles/context-menu/fluent2.css +6 -0
- package/styles/context-menu/highcontrast-light.css +6 -0
- package/styles/context-menu/highcontrast.css +6 -0
- package/styles/context-menu/material-dark.css +6 -0
- package/styles/context-menu/material.css +6 -0
- package/styles/context-menu/material3-dark.css +6 -0
- package/styles/context-menu/material3.css +6 -0
- package/styles/context-menu/tailwind-dark.css +6 -0
- package/styles/context-menu/tailwind.css +6 -0
- package/styles/context-menu/tailwind3.css +6 -0
- package/styles/fabric-dark-lite.css +43 -3
- package/styles/fabric-dark.css +45 -5
- package/styles/fabric-lite.css +44 -4
- package/styles/fabric.css +46 -6
- package/styles/fluent-dark-lite.css +50 -10
- package/styles/fluent-dark.css +53 -13
- package/styles/fluent-lite.css +50 -10
- package/styles/fluent.css +53 -13
- package/styles/fluent2-lite.css +43 -3
- package/styles/fluent2.css +45 -5
- package/styles/highcontrast-light-lite.css +43 -3
- package/styles/highcontrast-light.css +45 -5
- package/styles/highcontrast-lite.css +44 -4
- package/styles/highcontrast.css +46 -6
- package/styles/material-dark-lite.css +45 -5
- package/styles/material-dark.css +47 -7
- package/styles/material-lite.css +44 -4
- package/styles/material.css +46 -6
- package/styles/material3-dark-lite.css +43 -3
- package/styles/material3-dark.css +46 -7
- package/styles/material3-lite.css +43 -3
- package/styles/material3.css +46 -7
- package/styles/pager/_bds-definition.scss +1 -1
- package/styles/pager/_bigger.scss +0 -1
- package/styles/pager/_bootstrap-dark-definition.scss +1 -1
- package/styles/pager/_bootstrap-definition.scss +1 -1
- package/styles/pager/_bootstrap4-definition.scss +1 -1
- package/styles/pager/_bootstrap5-definition.scss +2 -2
- package/styles/pager/_bootstrap5.3-definition.scss +1 -1
- package/styles/pager/_fabric-dark-definition.scss +1 -1
- package/styles/pager/_fabric-definition.scss +1 -1
- package/styles/pager/_fluent-definition.scss +2 -2
- package/styles/pager/_fluent2-definition.scss +1 -1
- package/styles/pager/_fusionnew-definition.scss +1 -1
- package/styles/pager/_highcontrast-definition.scss +1 -1
- package/styles/pager/_highcontrast-light-definition.scss +1 -1
- package/styles/pager/_layout.scss +8 -0
- package/styles/pager/_material-dark-definition.scss +1 -1
- package/styles/pager/_material-definition.scss +1 -1
- package/styles/pager/_material3-definition.scss +1 -1
- package/styles/pager/_tailwind-definition.scss +1 -1
- package/styles/pager/_tailwind3-definition.scss +2 -2
- package/styles/pager/bds.css +13 -3
- package/styles/pager/bootstrap-dark.css +13 -3
- package/styles/pager/bootstrap.css +13 -3
- package/styles/pager/bootstrap4.css +13 -3
- package/styles/pager/bootstrap5-dark.css +8 -4
- package/styles/pager/bootstrap5.3.css +7 -3
- package/styles/pager/bootstrap5.css +8 -4
- package/styles/pager/fabric-dark.css +13 -3
- package/styles/pager/fabric.css +13 -3
- package/styles/pager/fluent-dark.css +14 -4
- package/styles/pager/fluent.css +14 -4
- package/styles/pager/fluent2.css +13 -3
- package/styles/pager/highcontrast-light.css +13 -3
- package/styles/pager/highcontrast.css +13 -3
- package/styles/pager/material-dark.css +13 -3
- package/styles/pager/material.css +13 -3
- package/styles/pager/material3-dark.css +13 -4
- package/styles/pager/material3.css +13 -4
- package/styles/pager/tailwind-dark.css +13 -3
- package/styles/pager/tailwind.css +13 -3
- package/styles/pager/tailwind3.css +14 -4
- package/styles/tab/_bootstrap-dark-definition.scss +3 -3
- package/styles/tab/_bootstrap-definition.scss +3 -3
- package/styles/tab/_bootstrap4-definition.scss +3 -3
- package/styles/tab/_bootstrap5-definition.scss +3 -3
- package/styles/tab/_bootstrap5.3-definition.scss +3 -3
- package/styles/tab/_fabric-definition.scss +1 -1
- package/styles/tab/_fluent-definition.scss +4 -4
- package/styles/tab/_highcontrast-definition.scss +1 -1
- package/styles/tab/_material-definition.scss +1 -1
- package/styles/tab/_tailwind-definition.scss +3 -3
- package/styles/tab/_tailwind3-definition.scss +3 -3
- package/styles/tab/bootstrap-dark.css +2 -2
- package/styles/tab/bootstrap.css +2 -2
- package/styles/tab/bootstrap4.css +3 -3
- package/styles/tab/bootstrap5-dark.css +2 -2
- package/styles/tab/bootstrap5.3.css +3 -3
- package/styles/tab/bootstrap5.css +3 -3
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +7 -7
- package/styles/tab/fluent.css +7 -7
- package/styles/tab/highcontrast.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +4 -4
- package/styles/tab/tailwind.css +4 -4
- package/styles/tab/tailwind3.css +3 -3
- package/styles/tailwind-dark-lite.css +47 -7
- package/styles/tailwind-dark.css +49 -9
- package/styles/tailwind-lite.css +47 -7
- package/styles/tailwind.css +49 -9
- package/styles/tailwind3-lite.css +46 -6
- package/styles/tailwind3.css +49 -9
- package/styles/toolbar/_bootstrap-dark-definition.scss +1 -1
- package/styles/toolbar/_layout.scss +13 -1
- package/styles/toolbar/_material-dark-definition.scss +2 -2
- package/styles/toolbar/bds.css +8 -2
- package/styles/toolbar/bootstrap-dark.css +10 -4
- package/styles/toolbar/bootstrap.css +8 -2
- package/styles/toolbar/bootstrap4.css +8 -2
- package/styles/toolbar/bootstrap5-dark.css +8 -2
- package/styles/toolbar/bootstrap5.3.css +8 -2
- package/styles/toolbar/bootstrap5.css +8 -2
- package/styles/toolbar/fabric-dark.css +8 -2
- package/styles/toolbar/fabric.css +8 -2
- package/styles/toolbar/fluent-dark.css +8 -2
- package/styles/toolbar/fluent.css +8 -2
- package/styles/toolbar/fluent2.css +8 -2
- package/styles/toolbar/highcontrast-light.css +8 -2
- package/styles/toolbar/highcontrast.css +8 -2
- package/styles/toolbar/material-dark.css +10 -4
- package/styles/toolbar/material.css +8 -2
- package/styles/toolbar/material3-dark.css +8 -2
- package/styles/toolbar/material3.css +8 -2
- package/styles/toolbar/tailwind-dark.css +8 -2
- package/styles/toolbar/tailwind.css +8 -2
- package/styles/toolbar/tailwind3.css +8 -2
- package/styles/treeview/_layout.scss +4 -0
- package/styles/treeview/_material3-definition.scss +1 -1
- package/styles/treeview/bds.css +3 -0
- package/styles/treeview/bootstrap-dark.css +3 -0
- package/styles/treeview/bootstrap.css +3 -0
- package/styles/treeview/bootstrap4.css +3 -0
- package/styles/treeview/bootstrap5-dark.css +3 -0
- package/styles/treeview/bootstrap5.3.css +3 -0
- package/styles/treeview/bootstrap5.css +3 -0
- package/styles/treeview/fabric-dark.css +3 -0
- package/styles/treeview/fabric.css +3 -0
- package/styles/treeview/fluent-dark.css +3 -0
- package/styles/treeview/fluent.css +3 -0
- package/styles/treeview/fluent2.css +3 -0
- package/styles/treeview/highcontrast-light.css +3 -0
- package/styles/treeview/highcontrast.css +3 -0
- package/styles/treeview/material-dark.css +3 -0
- package/styles/treeview/material.css +3 -0
- package/styles/treeview/material3-dark.css +4 -1
- package/styles/treeview/material3.css +4 -1
- package/styles/treeview/tailwind-dark.css +3 -0
- package/styles/treeview/tailwind.css +3 -0
- package/styles/treeview/tailwind3.css +3 -0
|
@@ -68,6 +68,9 @@
|
|
|
68
68
|
padding-top: 6px;
|
|
69
69
|
line-height: 18px;
|
|
70
70
|
}
|
|
71
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
72
|
+
text-align: right;
|
|
73
|
+
}
|
|
71
74
|
.e-pager .e-pagesizes {
|
|
72
75
|
display: inline;
|
|
73
76
|
}
|
|
@@ -321,6 +324,12 @@
|
|
|
321
324
|
}
|
|
322
325
|
@media (max-width: 769px) {
|
|
323
326
|
.e-pager {
|
|
327
|
+
display: -webkit-box;
|
|
328
|
+
display: -ms-flexbox;
|
|
329
|
+
display: flex;
|
|
330
|
+
-webkit-box-align: center;
|
|
331
|
+
-ms-flex-align: center;
|
|
332
|
+
align-items: center;
|
|
324
333
|
padding: 13px 0;
|
|
325
334
|
}
|
|
326
335
|
.e-pager div.e-parentmsgbar {
|
|
@@ -519,7 +528,8 @@
|
|
|
519
528
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
520
529
|
float: initial;
|
|
521
530
|
margin-left: 0;
|
|
522
|
-
margin-top:
|
|
531
|
+
margin-top: 0;
|
|
532
|
+
padding-top: 0;
|
|
523
533
|
}
|
|
524
534
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
525
535
|
float: right;
|
|
@@ -807,14 +817,14 @@
|
|
|
807
817
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
808
818
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
809
819
|
margin-left: 0;
|
|
810
|
-
margin-top:
|
|
820
|
+
margin-top: 0;
|
|
811
821
|
}
|
|
812
822
|
}
|
|
813
823
|
@media (max-width: 769px) {
|
|
814
824
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
815
825
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
816
826
|
margin-left: 0;
|
|
817
|
-
margin-top:
|
|
827
|
+
margin-top: 0;
|
|
818
828
|
}
|
|
819
829
|
}
|
|
820
830
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem,
|
|
@@ -71,6 +71,9 @@
|
|
|
71
71
|
padding-right: 0;
|
|
72
72
|
padding-top: 5px;
|
|
73
73
|
}
|
|
74
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
75
|
+
text-align: right;
|
|
76
|
+
}
|
|
74
77
|
.e-pager .e-pagesizes {
|
|
75
78
|
display: inline;
|
|
76
79
|
}
|
|
@@ -296,6 +299,12 @@
|
|
|
296
299
|
}
|
|
297
300
|
@media (max-width: 769px) {
|
|
298
301
|
.e-pager {
|
|
302
|
+
display: -webkit-box;
|
|
303
|
+
display: -ms-flexbox;
|
|
304
|
+
display: flex;
|
|
305
|
+
-webkit-box-align: center;
|
|
306
|
+
-ms-flex-align: center;
|
|
307
|
+
align-items: center;
|
|
299
308
|
padding: 13px 0;
|
|
300
309
|
}
|
|
301
310
|
.e-pager div.e-parentmsgbar {
|
|
@@ -469,7 +478,8 @@
|
|
|
469
478
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
470
479
|
float: initial;
|
|
471
480
|
margin-left: 0;
|
|
472
|
-
margin-top:
|
|
481
|
+
margin-top: 0;
|
|
482
|
+
padding-top: 0;
|
|
473
483
|
}
|
|
474
484
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
475
485
|
float: right;
|
|
@@ -752,14 +762,14 @@
|
|
|
752
762
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
753
763
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
754
764
|
margin-left: 0;
|
|
755
|
-
margin-top:
|
|
765
|
+
margin-top: 0;
|
|
756
766
|
}
|
|
757
767
|
}
|
|
758
768
|
@media (max-width: 769px) {
|
|
759
769
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
760
770
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
761
771
|
margin-left: 0;
|
|
762
|
-
margin-top:
|
|
772
|
+
margin-top: 0;
|
|
763
773
|
}
|
|
764
774
|
}
|
|
765
775
|
.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
|
|
@@ -831,7 +841,7 @@
|
|
|
831
841
|
}
|
|
832
842
|
.e-bigger .e-pager.e-adaptive div.e-parentmsgbar,
|
|
833
843
|
.e-pager.e-bigger.e-adaptive div.e-parentmsgbar {
|
|
834
|
-
margin-top:
|
|
844
|
+
margin-top: 0;
|
|
835
845
|
}
|
|
836
846
|
.e-bigger .e-pager.e-adaptive .e-pagerdropdown,
|
|
837
847
|
.e-pager.e-bigger.e-adaptive .e-pagerdropdown {
|
|
@@ -154,7 +154,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
|
154
154
|
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
155
155
|
$tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
156
156
|
$tab-focus-bg-color: $grey-44 !default;
|
|
157
|
-
$tab-fill-focus-bg-color: $
|
|
157
|
+
$tab-fill-focus-bg-color: $brand-primary !default;
|
|
158
158
|
$tab-hover-bg-color: $grey !default;
|
|
159
159
|
$tab-active-bg-color: $grey !default;
|
|
160
160
|
$tab-fill-active-bg-color: $brand-primary !default;
|
|
@@ -238,7 +238,7 @@ $tab-alt-active-text-color: $brand-primary-font !default;
|
|
|
238
238
|
$tab-alt-disable-active-text-color: $brand-primary-font !default;
|
|
239
239
|
$tab-alt-hover-text-color: color.adjust($brand-primary, $lightness: 10%) !default;
|
|
240
240
|
$tab-alt-active-hover-text-color: $brand-primary-font !default;
|
|
241
|
-
$tab-alt-active-style-hover-icon-color: $
|
|
241
|
+
$tab-alt-active-style-hover-icon-color: $brand-primary-font !default;
|
|
242
242
|
$tab-clone-item-bg-color: rgba($grey-light, .87) !default;
|
|
243
243
|
$tab-clone-text-color: color.adjust($brand-primary, $lightness: 15%) !default;
|
|
244
244
|
$tab-icon-container-width: auto !default;
|
|
@@ -528,7 +528,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
|
528
528
|
$tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
529
529
|
$tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
|
|
530
530
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
531
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-
|
|
531
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
|
|
532
532
|
$tab-background-indicator-bottom: 0 !default;
|
|
533
533
|
$tab-background-wrap-border-color: unset !default;
|
|
534
534
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -132,7 +132,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
|
132
132
|
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
133
133
|
$tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
134
134
|
$tab-focus-bg-color: $grey-lighter !default;
|
|
135
|
-
$tab-fill-focus-bg-color: $
|
|
135
|
+
$tab-fill-focus-bg-color: $brand-primary !default;
|
|
136
136
|
$tab-hover-bg-color: $grey-f5 !default;
|
|
137
137
|
$tab-active-bg-color: $grey-f5 !default;
|
|
138
138
|
$tab-fill-active-bg-color: $brand-primary !default;
|
|
@@ -216,7 +216,7 @@ $tab-alt-active-text-color: $brand-primary-font !default;
|
|
|
216
216
|
$tab-alt-disable-active-text-color: $brand-primary-font !default;
|
|
217
217
|
$tab-alt-hover-text-color: $brand-primary-darken-25 !default;
|
|
218
218
|
$tab-alt-active-hover-text-color: $brand-primary-font !default;
|
|
219
|
-
$tab-alt-active-style-hover-icon-color: $
|
|
219
|
+
$tab-alt-active-style-hover-icon-color: $brand-primary-font !default;
|
|
220
220
|
$tab-clone-item-bg-color: $grey-white !default;
|
|
221
221
|
$tab-clone-text-color: $brand-primary !default;
|
|
222
222
|
$tab-icon-container-width: auto !default;
|
|
@@ -533,7 +533,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
|
533
533
|
$tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
534
534
|
$tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
|
|
535
535
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
536
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-
|
|
536
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
|
|
537
537
|
$tab-background-indicator-bottom: 0 !default;
|
|
538
538
|
$tab-background-wrap-border-color: unset !default;
|
|
539
539
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -139,7 +139,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
|
139
139
|
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
140
140
|
$tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
141
141
|
$tab-focus-bg-color: #eee !default;
|
|
142
|
-
$tab-fill-focus-bg-color:
|
|
142
|
+
$tab-fill-focus-bg-color: $primary !default;
|
|
143
143
|
$tab-hover-bg-color: color.adjust($gray-100, $lightness: -2%) !default;
|
|
144
144
|
$tab-active-bg-color: $primary !default;
|
|
145
145
|
$tab-fill-active-bg-color: $primary !default;
|
|
@@ -221,7 +221,7 @@ $tab-alt-text-color: $primary !default;
|
|
|
221
221
|
$tab-alt-disable-text-color: $gray-600 !default;
|
|
222
222
|
$tab-alt-active-text-color: $primary-font !default;
|
|
223
223
|
$tab-alt-active-style-hover-text-color: $gray-900 !default;
|
|
224
|
-
$tab-alt-active-style-hover-icon-color: $
|
|
224
|
+
$tab-alt-active-style-hover-icon-color: $primary-font !default;
|
|
225
225
|
$tab-alt-disable-active-text-color: $gray-600 !default;
|
|
226
226
|
$tab-alt-hover-text-color: color.adjust($gray-600, $lightness: -7.5%) !default;
|
|
227
227
|
$tab-alt-active-hover-text-color: $primary-font !default;
|
|
@@ -541,7 +541,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-alt-active-close-icon-color !default;
|
|
|
541
541
|
$tab-fill-pop-wrap-hover-close-color: $tab-alt-active-close-icon-color !default;
|
|
542
542
|
$tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
|
|
543
543
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
544
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-
|
|
544
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
|
|
545
545
|
$tab-background-indicator-bottom: 0 !default;
|
|
546
546
|
$tab-background-wrap-border-color: transparent !default;
|
|
547
547
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -267,7 +267,7 @@ $tab-ripple-bg-color: rgba($transparent, .12) !default;
|
|
|
267
267
|
$tab-fill-ripple-bg-color: rgba($transparent, .05) !default;
|
|
268
268
|
$tab-alt-ripple-bg-color: rgba($transparent, .1) !default;
|
|
269
269
|
$tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
270
|
-
$tab-fill-focus-bg-color:
|
|
270
|
+
$tab-fill-focus-bg-color: $primary !default;
|
|
271
271
|
$tab-hover-bg-color: $content-bg-color-alt3 !default;
|
|
272
272
|
$tab-active-bg-color: $content-bg-color-alt2 !default;
|
|
273
273
|
$tab-fill-active-bg-color: $primary !default;
|
|
@@ -293,7 +293,7 @@ $tab-pop-active-item-text-color: $tab-active-text-color !default;
|
|
|
293
293
|
$tab-alt-text-color: $primary-lighter !default;
|
|
294
294
|
$tab-alt-disable-text-color: rgba($border-light, .38) !default;
|
|
295
295
|
$tab-alt-active-style-hover-text-color: $content-text-color !default;
|
|
296
|
-
$tab-alt-active-style-hover-icon-color: $
|
|
296
|
+
$tab-alt-active-style-hover-icon-color: $primary-text-color !default;
|
|
297
297
|
$tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
|
|
298
298
|
$tab-alt-hover-text-color: $primary-text-hover !default;
|
|
299
299
|
$tab-alt-active-hover-text-color: $content-text-color-alt2 !default;
|
|
@@ -539,7 +539,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-alt-active-close-icon-color !default;
|
|
|
539
539
|
$tab-fill-pop-wrap-hover-close-color: $tab-alt-active-close-icon-color !default;
|
|
540
540
|
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-focused-wrap-focus-border-color !default;
|
|
541
541
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
542
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-
|
|
542
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-close-icon-color !default;
|
|
543
543
|
$tab-background-indicator-bottom: 0 !default;
|
|
544
544
|
$tab-background-wrap-border-color: transparent !default;
|
|
545
545
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -267,7 +267,7 @@ $tab-ripple-bg-color: rgba($transparent, .12) !default;
|
|
|
267
267
|
$tab-fill-ripple-bg-color: rgba($transparent, .05) !default;
|
|
268
268
|
$tab-alt-ripple-bg-color: rgba($transparent, .1) !default;
|
|
269
269
|
$tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
270
|
-
$tab-fill-focus-bg-color:
|
|
270
|
+
$tab-fill-focus-bg-color: $primary !default;
|
|
271
271
|
$tab-hover-bg-color: $flyout-bg-color-hover !default;
|
|
272
272
|
$tab-active-bg-color: $flyout-bg-color-pressed !default;
|
|
273
273
|
$tab-fill-active-bg-color: $primary !default;
|
|
@@ -293,7 +293,7 @@ $tab-pop-active-item-text-color: $tab-active-text-color !default;
|
|
|
293
293
|
$tab-alt-text-color: $primary-text-color !default;
|
|
294
294
|
$tab-alt-disable-text-color: $primary-text-color !default;
|
|
295
295
|
$tab-alt-active-style-hover-text-color: $content-text-color !default;
|
|
296
|
-
$tab-alt-active-style-hover-icon-color: $
|
|
296
|
+
$tab-alt-active-style-hover-icon-color: $primary-text-color !default;
|
|
297
297
|
$tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
|
|
298
298
|
$tab-alt-hover-text-color: $primary-text-hover !default;
|
|
299
299
|
$tab-alt-active-hover-text-color: $content-text-color !default;
|
|
@@ -540,7 +540,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-alt-active-close-icon-color !default;
|
|
|
540
540
|
$tab-fill-pop-wrap-hover-close-color: $tab-alt-active-close-icon-color !default;
|
|
541
541
|
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-focused-wrap-focus-border-color !default;
|
|
542
542
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
543
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-
|
|
543
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-close-icon-color !default;
|
|
544
544
|
$tab-background-indicator-bottom: 0 !default;
|
|
545
545
|
$tab-background-wrap-border-color: transparent !default;
|
|
546
546
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -547,7 +547,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
|
547
547
|
$tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
548
548
|
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-fill-focused-active-wrap-focus-border-color !default;
|
|
549
549
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
550
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-
|
|
550
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
|
|
551
551
|
$tab-background-indicator-bottom: 0 !default;
|
|
552
552
|
$tab-background-wrap-border-color: $tab-alt-wrap-border-color !default;
|
|
553
553
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -21,7 +21,7 @@ $tab-big-fill-height: 48px !default;
|
|
|
21
21
|
$tab-nrml-fill-height: 44px !default;
|
|
22
22
|
$tab-mob-fill-height: 42px !default;
|
|
23
23
|
$tab-focus-big-fill-height: 42px !default;
|
|
24
|
-
$tab-focus-nrml-fill-height:
|
|
24
|
+
$tab-focus-nrml-fill-height: 44px !default;
|
|
25
25
|
$tab-disable-cnt-opacity: .38 !default;
|
|
26
26
|
$tab-big-tb-icon-height: 72px !default;
|
|
27
27
|
$tab-nrml-tb-icon-height: 62px !default;
|
|
@@ -134,7 +134,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
|
134
134
|
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
135
135
|
$tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
136
136
|
$tab-focus-bg-color: $content-bg-color-alt2 !default;
|
|
137
|
-
$tab-fill-focus-bg-color: $
|
|
137
|
+
$tab-fill-focus-bg-color: $primary !default;
|
|
138
138
|
$tab-hover-bg-color: $content-bg-color-alt3 !default;
|
|
139
139
|
$tab-active-bg-color: $content-bg-color-alt2 !default;
|
|
140
140
|
$tab-fill-active-bg-color: $primary !default;
|
|
@@ -217,7 +217,7 @@ $tab-alt-active-style-hover-text-color: $content-text-color !default;
|
|
|
217
217
|
$tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
|
|
218
218
|
$tab-alt-hover-text-color: $primary-text-hover !default;
|
|
219
219
|
$tab-alt-active-hover-text-color: $content-text-color-alt2 !default;
|
|
220
|
-
$tab-alt-active-style-hover-icon-color: $
|
|
220
|
+
$tab-alt-active-style-hover-icon-color: $primary-text-color !default;
|
|
221
221
|
$tab-clone-item-bg-color: $content-bg-color-alt3 !default;
|
|
222
222
|
$tab-clone-text-color: $content-text-color-alt1 !default;
|
|
223
223
|
$tab-icon-container-width: auto !default;
|
|
@@ -541,7 +541,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-comb-icon-color !default;
|
|
|
541
541
|
$tab-fill-pop-wrap-hover-close-color: $tab-comb-icon-color !default;
|
|
542
542
|
$tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
|
|
543
543
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
544
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-
|
|
544
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
|
|
545
545
|
$tab-background-indicator-bottom: 0 !default;
|
|
546
546
|
$tab-background-wrap-border-color: unset !default;
|
|
547
547
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -571,7 +571,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
|
571
571
|
$tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
572
572
|
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-fill-focused-active-wrap-focus-border-color !default;
|
|
573
573
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
574
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-
|
|
574
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
|
|
575
575
|
$tab-background-indicator-bottom: 0 !default;
|
|
576
576
|
$tab-background-wrap-border-color: $tab-alt-wrap-border-color !default;
|
|
577
577
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -549,7 +549,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
|
549
549
|
$tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
550
550
|
$tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
|
|
551
551
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
552
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-hover-
|
|
552
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-hover-close-icon-color !default;
|
|
553
553
|
$tab-background-indicator-bottom: 0 !default;
|
|
554
554
|
$tab-background-wrap-border-color: unset !default;
|
|
555
555
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -132,7 +132,7 @@ $tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
|
132
132
|
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
133
133
|
$tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
134
134
|
$tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
135
|
-
$tab-fill-focus-bg-color:
|
|
135
|
+
$tab-fill-focus-bg-color: $primary !default;
|
|
136
136
|
$tab-hover-bg-color: $content-bg-color-alt3 !default;
|
|
137
137
|
$tab-active-bg-color: $content-bg-color-alt2 !default;
|
|
138
138
|
$tab-fill-active-bg-color: $primary !default;
|
|
@@ -216,7 +216,7 @@ $tab-alt-active-text-color: $primary-text-color !default;
|
|
|
216
216
|
$tab-alt-disable-active-text-color: rgba($border-light, .38) !default;
|
|
217
217
|
$tab-alt-hover-text-color: $primary-text-hover !default;
|
|
218
218
|
$tab-alt-active-hover-text-color: $primary-bg-color-pressed !default;
|
|
219
|
-
$tab-alt-active-style-hover-icon-color: $
|
|
219
|
+
$tab-alt-active-style-hover-icon-color: $primary-text !default;
|
|
220
220
|
$tab-clone-item-bg-color: $content-bg-color-alt3 !default;
|
|
221
221
|
$tab-clone-text-color: $content-text-color-alt1 !default;
|
|
222
222
|
$tab-icon-container-width: auto !default;
|
|
@@ -552,7 +552,7 @@ $tab-fill-pop-wrap-hover-icon-color: $tab-hover-text-color !default;
|
|
|
552
552
|
$tab-fill-pop-wrap-hover-close-color: $tab-hover-text-color !default;
|
|
553
553
|
$tab-fill-focused-active-tabwrap-focus-border-color: unset !default;
|
|
554
554
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-alt-active-style-hover-icon-color !default;
|
|
555
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-
|
|
555
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-close-icon-color !default;
|
|
556
556
|
$tab-background-indicator-bottom: 1px !default;
|
|
557
557
|
$tab-background-wrap-border-color: unset !default;
|
|
558
558
|
$tab-background-close-hover-color: $tab-alt-text-color !default;
|
|
@@ -265,7 +265,7 @@ $tab-ripple-bg-color: rgba($transparent, .12) !default;
|
|
|
265
265
|
$tab-fill-ripple-bg-color: rgba($transparent, .05) !default;
|
|
266
266
|
$tab-alt-ripple-bg-color: rgba($transparent, .1) !default;
|
|
267
267
|
$tab-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
|
|
268
|
-
$tab-fill-focus-bg-color:
|
|
268
|
+
$tab-fill-focus-bg-color: $primary !default;
|
|
269
269
|
$tab-hover-bg-color: $flyout-bg-color-hover !default;
|
|
270
270
|
$tab-active-bg-color: $flyout-bg-color-pressed !default;
|
|
271
271
|
$tab-fill-active-bg-color: $primary !default;
|
|
@@ -291,7 +291,7 @@ $tab-pop-active-item-text-color: $tab-active-text-color !default;
|
|
|
291
291
|
$tab-alt-text-color: $primary-lighter !default;
|
|
292
292
|
$tab-alt-disable-text-color: $primary-bg-color-disabled !default;
|
|
293
293
|
$tab-alt-active-style-hover-text-color: $content-text-color !default;
|
|
294
|
-
$tab-alt-active-style-hover-icon-color: $
|
|
294
|
+
$tab-alt-active-style-hover-icon-color: $primary-text !default;
|
|
295
295
|
$tab-alt-disable-active-text-color: $content-text-color-alt3 !default;
|
|
296
296
|
$tab-alt-hover-text-color: $primary-text-hover !default;
|
|
297
297
|
$tab-alt-active-hover-text-color: $content-text-color !default;
|
|
@@ -538,7 +538,7 @@ $tab-fill-pop-wrap-hover-icon-color: $flyout-text-color-hover !default;
|
|
|
538
538
|
$tab-fill-pop-wrap-hover-close-color: $flyout-text-color-hover !default;
|
|
539
539
|
$tab-fill-focused-active-tabwrap-focus-border-color: $tab-focused-wrap-focus-border-color !default;
|
|
540
540
|
$tab-fill-focused-active-wrap-focus-text-color: $tab-fill-focused-active-wrap-focus-color !default;
|
|
541
|
-
$tab-fill-focused-active-wrap-focus-close-color: $tab-
|
|
541
|
+
$tab-fill-focused-active-wrap-focus-close-color: $tab-alt-active-close-icon-color !default;
|
|
542
542
|
$tab-background-indicator-bottom: 0 !default;
|
|
543
543
|
$tab-background-wrap-border-color: transparent !default;
|
|
544
544
|
$tab-background-close-hover-color: $tab-alt-active-wrap-close-icon-color !default;
|
|
@@ -2476,14 +2476,14 @@
|
|
|
2476
2476
|
color: rgb(36, 138.2, 255);
|
|
2477
2477
|
}
|
|
2478
2478
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2479
|
-
background: #
|
|
2479
|
+
background: #0070f0;
|
|
2480
2480
|
border-color: unset;
|
|
2481
2481
|
}
|
|
2482
2482
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2483
2483
|
color: rgb(0, 40.6, 87);
|
|
2484
2484
|
}
|
|
2485
2485
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2486
|
-
color:
|
|
2486
|
+
color: #fff;
|
|
2487
2487
|
}
|
|
2488
2488
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2489
2489
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
package/styles/tab/bootstrap.css
CHANGED
|
@@ -2476,14 +2476,14 @@
|
|
|
2476
2476
|
color: #1f496e;
|
|
2477
2477
|
}
|
|
2478
2478
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2479
|
-
background: #
|
|
2479
|
+
background: #317ab9;
|
|
2480
2480
|
border-color: unset;
|
|
2481
2481
|
}
|
|
2482
2482
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2483
2483
|
color: #1f496e;
|
|
2484
2484
|
}
|
|
2485
2485
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2486
|
-
color: #
|
|
2486
|
+
color: #fff;
|
|
2487
2487
|
}
|
|
2488
2488
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2489
2489
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -2476,18 +2476,18 @@
|
|
|
2476
2476
|
color: rgb(0, 86.1, 178.5);
|
|
2477
2477
|
}
|
|
2478
2478
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2479
|
-
background: #
|
|
2479
|
+
background: #007bff;
|
|
2480
2480
|
border-color: unset;
|
|
2481
2481
|
}
|
|
2482
2482
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2483
2483
|
color: rgb(0, 86.1, 178.5);
|
|
2484
2484
|
}
|
|
2485
2485
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2486
|
-
color:
|
|
2486
|
+
color: #fff;
|
|
2487
2487
|
}
|
|
2488
2488
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2489
2489
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2490
|
-
color: #
|
|
2490
|
+
color: #fff;
|
|
2491
2491
|
}
|
|
2492
2492
|
.e-tab.e-background .e-tab-header {
|
|
2493
2493
|
background: inherit;
|
|
@@ -2471,14 +2471,14 @@
|
|
|
2471
2471
|
color: rgb(10.4, 88, 202.4);
|
|
2472
2472
|
}
|
|
2473
2473
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2474
|
-
background:
|
|
2474
|
+
background: #0d6efd;
|
|
2475
2475
|
border-color: #adb5bd;
|
|
2476
2476
|
}
|
|
2477
2477
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2478
2478
|
color: #adb5bd;
|
|
2479
2479
|
}
|
|
2480
2480
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2481
|
-
color: #
|
|
2481
|
+
color: #fff;
|
|
2482
2482
|
}
|
|
2483
2483
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2484
2484
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -2495,18 +2495,18 @@
|
|
|
2495
2495
|
color: var(--color-sf-primary);
|
|
2496
2496
|
}
|
|
2497
2497
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2498
|
-
background:
|
|
2498
|
+
background: var(--color-sf-primary);
|
|
2499
2499
|
border-color: var(--color-sf-icon-color);
|
|
2500
2500
|
}
|
|
2501
2501
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2502
2502
|
color: var(--color-sf-content-bg-color-alt5);
|
|
2503
2503
|
}
|
|
2504
2504
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2505
|
-
color: var(--color-sf-
|
|
2505
|
+
color: var(--color-sf-primary-text-color);
|
|
2506
2506
|
}
|
|
2507
2507
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2508
2508
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2509
|
-
color: var(--color-sf-
|
|
2509
|
+
color: var(--color-sf-primary-text-color);
|
|
2510
2510
|
}
|
|
2511
2511
|
.e-tab.e-background .e-tab-header {
|
|
2512
2512
|
background: var(--color-sf-primary);
|
|
@@ -2471,18 +2471,18 @@
|
|
|
2471
2471
|
color: rgb(10.4, 88, 202.4);
|
|
2472
2472
|
}
|
|
2473
2473
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2474
|
-
background:
|
|
2474
|
+
background: #0d6efd;
|
|
2475
2475
|
border-color: #6c757d;
|
|
2476
2476
|
}
|
|
2477
2477
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2478
2478
|
color: #adb5bd;
|
|
2479
2479
|
}
|
|
2480
2480
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2481
|
-
color: #
|
|
2481
|
+
color: #fff;
|
|
2482
2482
|
}
|
|
2483
2483
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2484
2484
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2485
|
-
color: #
|
|
2485
|
+
color: #fff;
|
|
2486
2486
|
}
|
|
2487
2487
|
.e-tab.e-background .e-tab-header {
|
|
2488
2488
|
background: #0d6efd;
|
package/styles/tab/fabric.css
CHANGED
|
@@ -2483,7 +2483,7 @@
|
|
|
2483
2483
|
color: #fff;
|
|
2484
2484
|
}
|
|
2485
2485
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2486
|
-
color: #
|
|
2486
|
+
color: #fff;
|
|
2487
2487
|
}
|
|
2488
2488
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2489
2489
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -1492,13 +1492,13 @@
|
|
|
1492
1492
|
padding: 0 12px;
|
|
1493
1493
|
}
|
|
1494
1494
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
1495
|
-
height:
|
|
1495
|
+
height: 44px;
|
|
1496
1496
|
}
|
|
1497
1497
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
1498
|
-
height:
|
|
1498
|
+
height: 44px;
|
|
1499
1499
|
}
|
|
1500
1500
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
1501
|
-
height:
|
|
1501
|
+
height: 44px;
|
|
1502
1502
|
}
|
|
1503
1503
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
1504
1504
|
height: 62px;
|
|
@@ -2476,18 +2476,18 @@
|
|
|
2476
2476
|
color: #f3f2f1;
|
|
2477
2477
|
}
|
|
2478
2478
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2479
|
-
background: #
|
|
2479
|
+
background: #0078d4;
|
|
2480
2480
|
border-color: unset;
|
|
2481
2481
|
}
|
|
2482
2482
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2483
|
-
color: #
|
|
2483
|
+
color: #1b1a19;
|
|
2484
2484
|
}
|
|
2485
2485
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2486
|
-
color: #
|
|
2486
|
+
color: #1b1a19;
|
|
2487
2487
|
}
|
|
2488
2488
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2489
2489
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2490
|
-
color: #
|
|
2490
|
+
color: #1b1a19;
|
|
2491
2491
|
}
|
|
2492
2492
|
.e-tab.e-background .e-tab-header {
|
|
2493
2493
|
background: #0078d4;
|
package/styles/tab/fluent.css
CHANGED
|
@@ -1492,13 +1492,13 @@
|
|
|
1492
1492
|
padding: 0 12px;
|
|
1493
1493
|
}
|
|
1494
1494
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
1495
|
-
height:
|
|
1495
|
+
height: 44px;
|
|
1496
1496
|
}
|
|
1497
1497
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
1498
|
-
height:
|
|
1498
|
+
height: 44px;
|
|
1499
1499
|
}
|
|
1500
1500
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
1501
|
-
height:
|
|
1501
|
+
height: 44px;
|
|
1502
1502
|
}
|
|
1503
1503
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
1504
1504
|
height: 62px;
|
|
@@ -2476,18 +2476,18 @@
|
|
|
2476
2476
|
color: #201f1e;
|
|
2477
2477
|
}
|
|
2478
2478
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2479
|
-
background: #
|
|
2479
|
+
background: #0078d4;
|
|
2480
2480
|
border-color: unset;
|
|
2481
2481
|
}
|
|
2482
2482
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2483
|
-
color: #
|
|
2483
|
+
color: #fff;
|
|
2484
2484
|
}
|
|
2485
2485
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2486
|
-
color: #
|
|
2486
|
+
color: #fff;
|
|
2487
2487
|
}
|
|
2488
2488
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2489
2489
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2490
|
-
color: #
|
|
2490
|
+
color: #fff;
|
|
2491
2491
|
}
|
|
2492
2492
|
.e-tab.e-background .e-tab-header {
|
|
2493
2493
|
background: #0078d4;
|
|
@@ -2483,7 +2483,7 @@
|
|
|
2483
2483
|
color: #000;
|
|
2484
2484
|
}
|
|
2485
2485
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2486
|
-
color: #
|
|
2486
|
+
color: #000;
|
|
2487
2487
|
}
|
|
2488
2488
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2489
2489
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
package/styles/tab/material.css
CHANGED
|
@@ -2559,7 +2559,7 @@
|
|
|
2559
2559
|
color: white;
|
|
2560
2560
|
}
|
|
2561
2561
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2562
|
-
color:
|
|
2562
|
+
color: white;
|
|
2563
2563
|
}
|
|
2564
2564
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2565
2565
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -2530,18 +2530,18 @@
|
|
|
2530
2530
|
color: #22d3ee;
|
|
2531
2531
|
}
|
|
2532
2532
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
2533
|
-
background:
|
|
2533
|
+
background: #22d3ee;
|
|
2534
2534
|
border-color: unset;
|
|
2535
2535
|
}
|
|
2536
2536
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
2537
|
-
color: #
|
|
2537
|
+
color: #000;
|
|
2538
2538
|
}
|
|
2539
2539
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
2540
|
-
color: #
|
|
2540
|
+
color: #000;
|
|
2541
2541
|
}
|
|
2542
2542
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
2543
2543
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
2544
|
-
color: #
|
|
2544
|
+
color: #000;
|
|
2545
2545
|
}
|
|
2546
2546
|
.e-tab.e-background .e-tab-header {
|
|
2547
2547
|
background: #22d3ee;
|