@syncfusion/ej2-navigations 20.4.53 → 21.1.35
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/CHANGELOG.md +14 -0
- package/README.md +213 -143
- 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 +89 -24
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +93 -28
- 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 +13 -12
- package/src/accordion/accordion-model.d.ts +4 -4
- package/src/accordion/accordion.d.ts +8 -4
- package/src/appbar/appbar-model.d.ts +9 -9
- package/src/appbar/appbar.d.ts +24 -21
- package/src/breadcrumb/breadcrumb-model.d.ts +4 -2
- package/src/breadcrumb/breadcrumb.d.ts +32 -3
- package/src/breadcrumb/breadcrumb.js +32 -0
- package/src/carousel/carousel-model.d.ts +7 -7
- package/src/carousel/carousel.d.ts +24 -20
- package/src/carousel/carousel.js +25 -11
- package/src/common/menu-base.d.ts +13 -2
- package/src/menu/menu.d.ts +5 -1
- package/src/sidebar/sidebar.d.ts +26 -2
- package/src/sidebar/sidebar.js +1 -1
- package/src/tab/tab-model.d.ts +20 -20
- package/src/tab/tab.d.ts +38 -21
- package/src/tab/tab.js +22 -10
- package/src/toolbar/toolbar-model.d.ts +22 -16
- package/src/toolbar/toolbar.d.ts +48 -16
- package/src/toolbar/toolbar.js +10 -4
- package/src/treeview/treeview-model.d.ts +4 -4
- package/src/treeview/treeview.d.ts +32 -4
- package/src/treeview/treeview.js +2 -1
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
- package/styles/accordion/_bootstrap-definition.scss +0 -1
- package/styles/accordion/_bootstrap4-definition.scss +0 -1
- package/styles/accordion/_bootstrap5-definition.scss +6 -7
- package/styles/accordion/_fabric-dark-definition.scss +0 -1
- package/styles/accordion/_fabric-definition.scss +0 -1
- package/styles/accordion/_fluent-definition.scss +5 -6
- package/styles/accordion/_fusionnew-definition.scss +0 -1
- package/styles/accordion/_highcontrast-definition.scss +0 -1
- package/styles/accordion/_highcontrast-light-definition.scss +0 -1
- package/styles/accordion/_layout.scss +0 -1
- package/styles/accordion/_material-dark-definition.scss +0 -1
- package/styles/accordion/_material-definition.scss +0 -1
- package/styles/accordion/_tailwind-definition.scss +5 -6
- package/styles/accordion/bootstrap-dark.css +0 -1
- package/styles/accordion/bootstrap.css +0 -1
- package/styles/accordion/bootstrap4.css +0 -1
- package/styles/accordion/bootstrap5-dark.css +3 -4
- package/styles/accordion/bootstrap5.css +3 -4
- package/styles/accordion/fabric-dark.css +0 -1
- package/styles/accordion/fabric.css +0 -1
- package/styles/accordion/fluent-dark.css +3 -4
- package/styles/accordion/fluent.css +3 -4
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +0 -1
- package/styles/accordion/material.css +0 -1
- package/styles/accordion/tailwind-dark.css +3 -4
- package/styles/accordion/tailwind.css +3 -4
- package/styles/appbar/_bootstrap5-definition.scss +2 -2
- package/styles/appbar/_fluent-definition.scss +2 -2
- package/styles/appbar/_layout.scss +3 -0
- package/styles/appbar/_tailwind-definition.scss +2 -2
- package/styles/appbar/bootstrap-dark.css +3 -0
- package/styles/appbar/bootstrap.css +3 -0
- package/styles/appbar/bootstrap4.css +3 -0
- package/styles/appbar/bootstrap5-dark.css +3 -0
- package/styles/appbar/bootstrap5.css +3 -0
- package/styles/appbar/fabric-dark.css +3 -0
- package/styles/appbar/fabric.css +3 -0
- package/styles/appbar/fluent-dark.css +3 -0
- package/styles/appbar/fluent.css +3 -0
- package/styles/appbar/highcontrast-light.css +3 -0
- package/styles/appbar/highcontrast.css +3 -0
- package/styles/appbar/material-dark.css +3 -0
- package/styles/appbar/material.css +3 -0
- package/styles/appbar/tailwind-dark.css +3 -0
- package/styles/appbar/tailwind.css +3 -0
- package/styles/bootstrap-dark.css +669 -938
- package/styles/bootstrap.css +658 -927
- package/styles/bootstrap4.css +724 -993
- package/styles/bootstrap5-dark.css +685 -954
- package/styles/bootstrap5.css +686 -955
- package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
- package/styles/breadcrumb/_fluent-definition.scss +2 -2
- package/styles/breadcrumb/_layout.scss +2 -2
- package/styles/breadcrumb/_tailwind-definition.scss +2 -2
- package/styles/breadcrumb/_theme.scss +18 -2
- package/styles/carousel/_layout.scss +7 -0
- package/styles/carousel/bootstrap-dark.css +4 -0
- package/styles/carousel/bootstrap.css +4 -0
- package/styles/carousel/bootstrap4.css +4 -0
- package/styles/carousel/bootstrap5-dark.css +4 -0
- package/styles/carousel/bootstrap5.css +4 -0
- package/styles/carousel/fabric-dark.css +4 -0
- package/styles/carousel/fabric.css +4 -0
- package/styles/carousel/fluent-dark.css +4 -0
- package/styles/carousel/fluent.css +4 -0
- package/styles/carousel/highcontrast-light.css +4 -0
- package/styles/carousel/highcontrast.css +4 -0
- package/styles/carousel/material-dark.css +4 -0
- package/styles/carousel/material.css +4 -0
- package/styles/carousel/tailwind-dark.css +4 -0
- package/styles/carousel/tailwind.css +4 -0
- package/styles/context-menu/_bootstrap5-definition.scss +3 -3
- package/styles/context-menu/_fluent-definition.scss +2 -2
- package/styles/context-menu/_tailwind-definition.scss +3 -3
- package/styles/fabric-dark.css +669 -938
- package/styles/fabric.css +669 -938
- package/styles/fluent-dark.css +677 -946
- package/styles/fluent.css +677 -946
- package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
- package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
- package/styles/h-scroll/_fabric-definition.scss +0 -1
- package/styles/h-scroll/_fluent-definition.scss +0 -1
- package/styles/h-scroll/_fusionnew-definition.scss +0 -1
- package/styles/h-scroll/_highcontrast-definition.scss +0 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/h-scroll/_layout.scss +1 -0
- package/styles/h-scroll/_material-dark-definition.scss +0 -1
- package/styles/h-scroll/_material-definition.scss +0 -1
- package/styles/h-scroll/_tailwind-definition.scss +0 -1
- package/styles/h-scroll/_theme.scss +0 -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/fluent-dark.css +1 -1
- package/styles/h-scroll/fluent.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- 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 +668 -937
- package/styles/highcontrast.css +675 -944
- package/styles/material-dark.css +669 -938
- package/styles/material.css +661 -930
- package/styles/menu/_bootstrap5-definition.scss +2 -2
- package/styles/menu/_layout.scss +1 -1
- package/styles/menu/_tailwind-definition.scss +2 -2
- package/styles/menu/_theme.scss +31 -15
- package/styles/menu/bootstrap-dark.css +7 -7
- package/styles/menu/bootstrap.css +7 -7
- package/styles/menu/bootstrap4.css +10 -10
- package/styles/menu/bootstrap5-dark.css +7 -7
- package/styles/menu/bootstrap5.css +7 -7
- package/styles/menu/fabric-dark.css +7 -7
- package/styles/menu/fabric.css +7 -7
- package/styles/menu/fluent-dark.css +7 -7
- package/styles/menu/fluent.css +7 -7
- package/styles/menu/highcontrast-light.css +7 -7
- package/styles/menu/highcontrast.css +7 -7
- package/styles/menu/icons/_material3.scss +12 -12
- package/styles/menu/material-dark.css +7 -7
- package/styles/menu/material.css +7 -7
- package/styles/menu/tailwind-dark.css +7 -7
- package/styles/menu/tailwind.css +7 -7
- package/styles/sidebar/_theme.scss +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +0 -2
- package/styles/tab/_bootstrap-definition.scss +0 -2
- package/styles/tab/_bootstrap4-definition.scss +1 -3
- package/styles/tab/_bootstrap5-definition.scss +12 -14
- package/styles/tab/_fabric-dark-definition.scss +0 -2
- package/styles/tab/_fabric-definition.scss +0 -2
- package/styles/tab/_fluent-definition.scss +4 -6
- package/styles/tab/_fusionnew-definition.scss +2 -4
- package/styles/tab/_highcontrast-definition.scss +0 -2
- package/styles/tab/_highcontrast-light-definition.scss +0 -2
- package/styles/tab/_layout.scss +8 -6
- package/styles/tab/_material-dark-definition.scss +0 -2
- package/styles/tab/_material-definition.scss +0 -2
- package/styles/tab/_tailwind-definition.scss +3 -5
- package/styles/tab/_theme.scss +0 -1
- package/styles/tab/bootstrap-dark.css +5 -2
- package/styles/tab/bootstrap.css +5 -2
- package/styles/tab/bootstrap4.css +12 -9
- package/styles/tab/bootstrap5-dark.css +11 -8
- package/styles/tab/bootstrap5.css +11 -8
- package/styles/tab/fabric-dark.css +7 -4
- package/styles/tab/fabric.css +7 -4
- package/styles/tab/fluent-dark.css +8 -5
- package/styles/tab/fluent.css +8 -5
- package/styles/tab/highcontrast-light.css +10 -7
- package/styles/tab/highcontrast.css +10 -7
- package/styles/tab/material-dark.css +4 -1
- package/styles/tab/material.css +4 -1
- package/styles/tab/tailwind-dark.css +8 -5
- package/styles/tab/tailwind.css +8 -5
- package/styles/tailwind-dark.css +668 -937
- package/styles/tailwind.css +668 -937
- package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
- package/styles/toolbar/_bootstrap-definition.scss +13 -41
- package/styles/toolbar/_bootstrap4-definition.scss +15 -43
- package/styles/toolbar/_bootstrap5-definition.scss +21 -49
- package/styles/toolbar/_fabric-dark-definition.scss +14 -43
- package/styles/toolbar/_fabric-definition.scss +15 -43
- package/styles/toolbar/_fluent-definition.scss +22 -50
- package/styles/toolbar/_fusionnew-definition.scss +17 -45
- package/styles/toolbar/_highcontrast-definition.scss +15 -43
- package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
- package/styles/toolbar/_layout.scss +684 -977
- package/styles/toolbar/_material-dark-definition.scss +19 -49
- package/styles/toolbar/_material-definition.scss +21 -49
- package/styles/toolbar/_tailwind-definition.scss +21 -49
- package/styles/toolbar/_theme.scss +205 -294
- package/styles/toolbar/bootstrap-dark.css +647 -925
- package/styles/toolbar/bootstrap.css +638 -916
- package/styles/toolbar/bootstrap4.css +657 -935
- package/styles/toolbar/bootstrap5-dark.css +658 -936
- package/styles/toolbar/bootstrap5.css +658 -936
- package/styles/toolbar/fabric-dark.css +645 -923
- package/styles/toolbar/fabric.css +651 -929
- package/styles/toolbar/fluent-dark.css +650 -928
- package/styles/toolbar/fluent.css +650 -928
- package/styles/toolbar/highcontrast-light.css +642 -920
- package/styles/toolbar/highcontrast.css +647 -925
- package/styles/toolbar/material-dark.css +649 -927
- package/styles/toolbar/material.css +646 -924
- package/styles/toolbar/tailwind-dark.css +647 -925
- package/styles/toolbar/tailwind.css +645 -923
- package/styles/treeview/_bootstrap5-definition.scss +5 -5
- package/styles/treeview/_fluent-definition.scss +5 -5
- package/styles/treeview/_layout.scss +8 -4
- package/styles/treeview/_tailwind-definition.scss +5 -5
- package/styles/treeview/_theme.scss +3 -0
- package/styles/accordion/_material3-definition.scss +0 -181
- package/styles/appbar/_material3-definition.scss +0 -8
- package/styles/breadcrumb/_material3-definition.scss +0 -59
- package/styles/carousel/_material3-definition.scss +0 -22
- package/styles/context-menu/_material3-definition.scss +0 -52
- package/styles/h-scroll/_material3-definition.scss +0 -84
- package/styles/menu/_material3-definition.scss +0 -67
- package/styles/pager/_material3-definition.scss +0 -146
- package/styles/sidebar/_material3-definition.scss +0 -6
- package/styles/tab/_material3-definition.scss +0 -658
- package/styles/toolbar/_material3-definition.scss +0 -248
- package/styles/treeview/_material3-definition.scss +0 -120
- package/styles/v-scroll/_material3-definition.scss +0 -49
|
@@ -356,7 +356,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
356
356
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
|
|
357
357
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
358
358
|
$tab-bgr-hor-pop-lineheight: 38px !default;
|
|
359
|
-
$tab-bgr-hor-pop-hover-top: .5px !default;
|
|
360
359
|
$tab-bgr-hor-focus-pop-hover-top: -2px !default;
|
|
361
360
|
$tab-bgr-bottom-active-close-top: .5px !default;
|
|
362
361
|
$tab-bgr-bottom-active-itop-close-top: 1.5px !default;
|
|
@@ -496,7 +495,6 @@ $tab-active-wrap-before-top: unset !default;
|
|
|
496
495
|
$tab-active-wrap-before-width: unset !default;
|
|
497
496
|
$tab-focused-wrap-focus-border: 1px solid $tab-focused-wrap-focus-border-color !default;
|
|
498
497
|
$tab-focused-wrap-focus-icon-color: $tab-comb-icon-color !default;
|
|
499
|
-
$tab-content-line-height: 18px !default;
|
|
500
498
|
$tab-content-font-size: 12px !default;
|
|
501
499
|
$tab-item-active-tabwrap-border: 1px solid transparent !default;
|
|
502
500
|
$tab-item-left-icon-before-top: 0 !default;
|
|
@@ -517,7 +515,7 @@ $tab-pop-hover-bg: transparent !default;
|
|
|
517
515
|
$tab-pop-nav-active-bg: $tab-nav-focus-bg-color !default;
|
|
518
516
|
$tab-pop-nav-active-border: $tab-nav-pop-press-active-border !default;
|
|
519
517
|
$tab-pop-nav-active-border-radius: $tab-active-item-border-radius !default;
|
|
520
|
-
$tab-pop-active-icons-color: $
|
|
518
|
+
$tab-pop-active-icons-color: $content-text-color-alt2 !default;
|
|
521
519
|
|
|
522
520
|
$tab-scroll-nav-bg: inherit !default;
|
|
523
521
|
$tab-scroll-nav-arrow-font: $tab-nav-icon-color !default;
|
|
@@ -546,7 +544,7 @@ $tab-bottom-active-margin-top: 0 !default;
|
|
|
546
544
|
$tab-vertical-scroll-hover-border-color: $tab-vscroll-nav-border-color transparent transparent !default;
|
|
547
545
|
$tab-vertical-scroll-hover-active-bg: $tab-v-nav-focus-bg-color !default;
|
|
548
546
|
$tab-vertical-focus-active-arrow-color: none !default;
|
|
549
|
-
$tab-vertical-pop-icon-hover-color: $
|
|
547
|
+
$tab-vertical-pop-icon-hover-color: $tab-hover-text-color !default;
|
|
550
548
|
$tab-vertical-pop-icon-active-color: $tab-nav-focus-icon-color !default;
|
|
551
549
|
$tab-vertical-focused-nav-focus-border-color: $tab-vertical-scroll-hover-border-color !default;
|
|
552
550
|
$tab-vertical-before-border-width: 0 1px 0 0 !default;
|
|
@@ -357,7 +357,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
357
357
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 4 !default;
|
|
358
358
|
$tab-bgr-scroll-nav-arrow-before-top: -2px !default;
|
|
359
359
|
$tab-bgr-hor-pop-lineheight: 32px !default;
|
|
360
|
-
$tab-bgr-hor-pop-hover-top: -2px !default;
|
|
361
360
|
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
362
361
|
$tab-bgr-bottom-active-close-top: 1px !default;
|
|
363
362
|
$tab-bgr-bottom-active-itop-close-top: 1px !default;
|
|
@@ -540,7 +539,6 @@ $tab-active-wrap-before-top: 95% !default;
|
|
|
540
539
|
$tab-active-wrap-before-width: 100% !default;
|
|
541
540
|
$tab-focused-wrap-focus-border: 2px solid $tab-focused-wrap-focus-border-color !default;
|
|
542
541
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
543
|
-
$tab-content-line-height: 18px !default;
|
|
544
542
|
$tab-content-font-size: 12px !default;
|
|
545
543
|
$tab-item-active-tabwrap-border: 2px solid $tab-wrap-border-color !default;
|
|
546
544
|
$tab-item-left-icon-before-top: 0 !default;
|
|
@@ -424,7 +424,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
424
424
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height - 4 !default;
|
|
425
425
|
$tab-bgr-scroll-nav-arrow-before-top: -2px !default;
|
|
426
426
|
$tab-bgr-hor-pop-lineheight: 32px !default;
|
|
427
|
-
$tab-bgr-hor-pop-hover-top: -2px !default;
|
|
428
427
|
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
429
428
|
$tab-bgr-bottom-active-close-top: 1px !default;
|
|
430
429
|
$tab-bgr-bottom-active-itop-close-top: 1px !default;
|
|
@@ -520,7 +519,6 @@ $tab-active-wrap-before-top: 95% !default;
|
|
|
520
519
|
$tab-active-wrap-before-width: 100% !default;
|
|
521
520
|
$tab-focused-wrap-focus-border: 2px solid $tab-focused-wrap-focus-border-color !default;
|
|
522
521
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
523
|
-
$tab-content-line-height: 18px !default;
|
|
524
522
|
$tab-content-font-size: 12px !default;
|
|
525
523
|
$tab-item-active-tabwrap-border: 2px solid $tab-wrap-border-color !default;
|
|
526
524
|
$tab-item-left-icon-before-top: 0 !default;
|
package/styles/tab/_layout.scss
CHANGED
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
&::before {
|
|
364
364
|
font-size: $tab-big-nav-icon-size;
|
|
365
365
|
line-height: $tab-big-nav-icon-container-size;
|
|
366
|
-
top:
|
|
366
|
+
top: 0;
|
|
367
367
|
vertical-align: initial;
|
|
368
368
|
|
|
369
369
|
@media screen and (max-width: 480px) {
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
|
|
377
377
|
&::before {
|
|
378
378
|
line-height: $tab-bgr-hor-pop-lineheight;
|
|
379
|
-
top:
|
|
379
|
+
top: 0;
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
}
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
|
|
390
390
|
&::before {
|
|
391
391
|
line-height: $tab-bgr-hor-pop-lineheight;
|
|
392
|
-
top:
|
|
392
|
+
top: 0;
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
&:hover {
|
|
@@ -1776,7 +1776,7 @@
|
|
|
1776
1776
|
font-size: $tab-nrml-nav-icon-size;
|
|
1777
1777
|
line-height: $tab-nrml-nav-icon-container-size;
|
|
1778
1778
|
position: relative;
|
|
1779
|
-
top:
|
|
1779
|
+
top: 0;
|
|
1780
1780
|
vertical-align: initial;
|
|
1781
1781
|
|
|
1782
1782
|
@media screen and (max-width: 480px) {
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
|
|
1790
1790
|
&::before {
|
|
1791
1791
|
line-height: $tab-nrml-hor-pop-lineheight;
|
|
1792
|
-
top:
|
|
1792
|
+
top: 0;
|
|
1793
1793
|
|
|
1794
1794
|
@media screen and (max-width: 480px) {
|
|
1795
1795
|
line-height: $tab-nrml-mob-hor-pop-lineheight;
|
|
@@ -1826,7 +1826,7 @@
|
|
|
1826
1826
|
|
|
1827
1827
|
&::before {
|
|
1828
1828
|
line-height: $tab-nrml-hor-focus-pop-lineheight;
|
|
1829
|
-
top:
|
|
1829
|
+
top: 0;
|
|
1830
1830
|
|
|
1831
1831
|
@media screen and (max-width: 480px) {
|
|
1832
1832
|
line-height: $tab-nrml-mob-hor-pop-lineheight;
|
|
@@ -1981,6 +1981,8 @@
|
|
|
1981
1981
|
|
|
1982
1982
|
.e-toolbar-items {
|
|
1983
1983
|
height: inherit;
|
|
1984
|
+
flex-direction: column;
|
|
1985
|
+
align-items: normal;
|
|
1984
1986
|
|
|
1985
1987
|
&.e-vscroll:not(.e-scroll-device) {
|
|
1986
1988
|
padding: $tab-vscroll-nrml-padding;
|
|
@@ -377,7 +377,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
377
377
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
|
|
378
378
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
379
379
|
$tab-bgr-hor-pop-lineheight: 24px !default;
|
|
380
|
-
$tab-bgr-hor-pop-hover-top: 0 !default;
|
|
381
380
|
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
382
381
|
$tab-bgr-bottom-active-close-top: 0 !default;
|
|
383
382
|
$tab-bgr-bottom-active-itop-close-top: 0 !default;
|
|
@@ -473,7 +472,6 @@ $tab-active-wrap-before-top: unset !default;
|
|
|
473
472
|
$tab-active-wrap-before-width: unset !default;
|
|
474
473
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
475
474
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
476
|
-
$tab-content-line-height: 18px !default;
|
|
477
475
|
$tab-content-font-size: 12px !default;
|
|
478
476
|
$tab-item-active-tabwrap-border: 0 !default;
|
|
479
477
|
$tab-item-left-icon-before-top: 1px !default;
|
|
@@ -366,7 +366,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
366
366
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
|
|
367
367
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
368
368
|
$tab-bgr-hor-pop-lineheight: 24px !default;
|
|
369
|
-
$tab-bgr-hor-pop-hover-top: 0 !default;
|
|
370
369
|
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
371
370
|
$tab-bgr-bottom-active-close-top: 0 !default;
|
|
372
371
|
$tab-bgr-bottom-active-itop-close-top: 0 !default;
|
|
@@ -522,7 +521,6 @@ $tab-active-wrap-before-top: unset !default;
|
|
|
522
521
|
$tab-active-wrap-before-width: unset !default;
|
|
523
522
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
524
523
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
525
|
-
$tab-content-line-height: 18px !default;
|
|
526
524
|
$tab-content-font-size: 12px !default;
|
|
527
525
|
$tab-item-active-tabwrap-border: 0 !default;
|
|
528
526
|
$tab-item-left-icon-before-top: 1px !default;
|
|
@@ -194,7 +194,7 @@ $tab-big-font-size: $text-base !default;
|
|
|
194
194
|
$tab-nrml-font-size: $text-sm !default;
|
|
195
195
|
$tab-font-weight: $font-weight-medium !default;
|
|
196
196
|
$tab-semi-font-weight: $font-weight-medium !default;
|
|
197
|
-
$tab-light-font-weight:
|
|
197
|
+
$tab-light-font-weight: $font-weight-medium !default;
|
|
198
198
|
$tab-big-it-text-margin: 0 0 6px 12px !default;
|
|
199
199
|
$tab-nrml-it-text-margin: 0 0 5px 8px !default;
|
|
200
200
|
$tab-mob-it-text-margin: 0 0 6px 12px !default;
|
|
@@ -369,7 +369,6 @@ $tab-bgr-mob-item-iconright-margin: 0 !default;
|
|
|
369
369
|
$tab-bgr-pop-item-textwrap-height: $tab-big-pop-item-height !default;
|
|
370
370
|
$tab-bgr-scroll-nav-arrow-before-top: 0 !default;
|
|
371
371
|
$tab-bgr-hor-pop-lineheight: 48px !default;
|
|
372
|
-
$tab-bgr-hor-pop-hover-top: 0 !default;
|
|
373
372
|
$tab-bgr-hor-focus-pop-hover-top: 0 !default;
|
|
374
373
|
$tab-bgr-bottom-active-close-top: 0 !default;
|
|
375
374
|
$tab-bgr-bottom-active-itop-close-top: 0 !default;
|
|
@@ -419,7 +418,7 @@ $tab-nrml-item-active-before-transition: unset !default;
|
|
|
419
418
|
$tab-nrml-item-active-after-font: unset !default;
|
|
420
419
|
$tab-nrml-item-active-after-content: unset !default;
|
|
421
420
|
$tab-nrml-item-active-after-display: unset !default;
|
|
422
|
-
$tab-nrml-item-active-after-font-weight:
|
|
421
|
+
$tab-nrml-item-active-after-font-weight: $font-weight-medium !default;
|
|
423
422
|
$tab-nrml-item-active-after-height: unset !default;
|
|
424
423
|
$tab-nrml-item-active-after-overflow: unset !default;
|
|
425
424
|
$tab-nrml-hscroll-bar-padding: 0 !default;
|
|
@@ -525,8 +524,7 @@ $tab-active-wrap-before-top: unset !default;
|
|
|
525
524
|
$tab-active-wrap-before-width: unset !default;
|
|
526
525
|
$tab-focused-wrap-focus-border: 0 !default;
|
|
527
526
|
$tab-focused-wrap-focus-icon-color: $tab-focus-text-color !default;
|
|
528
|
-
$tab-content-
|
|
529
|
-
$tab-content-font-size: 14px !default;
|
|
527
|
+
$tab-content-font-size: $text-sm !default;
|
|
530
528
|
$tab-item-active-tabwrap-border: 0 !default;
|
|
531
529
|
$tab-item-left-icon-before-top: 1px !default;
|
|
532
530
|
$tab-item-icon-before-top: 1px !default;
|
package/styles/tab/_theme.scss
CHANGED
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
482
482
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
483
483
|
line-height: 42px;
|
|
484
|
-
top: 0
|
|
484
|
+
top: 0;
|
|
485
485
|
}
|
|
486
486
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
487
487
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -1905,6 +1905,10 @@
|
|
|
1905
1905
|
}
|
|
1906
1906
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1907
1907
|
height: inherit;
|
|
1908
|
+
-ms-flex-direction: column;
|
|
1909
|
+
flex-direction: column;
|
|
1910
|
+
-ms-flex-align: normal;
|
|
1911
|
+
align-items: normal;
|
|
1908
1912
|
}
|
|
1909
1913
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
1910
1914
|
padding: 16px 0;
|
|
@@ -4008,7 +4012,6 @@
|
|
|
4008
4012
|
background: inherit;
|
|
4009
4013
|
color: #f0f0f0;
|
|
4010
4014
|
font-size: 12px;
|
|
4011
|
-
line-height: 18px;
|
|
4012
4015
|
}
|
|
4013
4016
|
|
|
4014
4017
|
.e-tab-clone-element {
|
package/styles/tab/bootstrap.css
CHANGED
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
487
487
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
488
488
|
line-height: 42px;
|
|
489
|
-
top: 0
|
|
489
|
+
top: 0;
|
|
490
490
|
}
|
|
491
491
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
492
492
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -1910,6 +1910,10 @@
|
|
|
1910
1910
|
}
|
|
1911
1911
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1912
1912
|
height: inherit;
|
|
1913
|
+
-ms-flex-direction: column;
|
|
1914
|
+
flex-direction: column;
|
|
1915
|
+
-ms-flex-align: normal;
|
|
1916
|
+
align-items: normal;
|
|
1913
1917
|
}
|
|
1914
1918
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
1915
1919
|
padding: 16px 0;
|
|
@@ -4013,7 +4017,6 @@
|
|
|
4013
4017
|
background: inherit;
|
|
4014
4018
|
color: #000;
|
|
4015
4019
|
font-size: 12px;
|
|
4016
|
-
line-height: 18px;
|
|
4017
4020
|
}
|
|
4018
4021
|
|
|
4019
4022
|
.e-tab-clone-element {
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
485
485
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
486
486
|
line-height: 38px;
|
|
487
|
-
top: 0
|
|
487
|
+
top: 0;
|
|
488
488
|
}
|
|
489
489
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
490
490
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -1908,6 +1908,10 @@
|
|
|
1908
1908
|
}
|
|
1909
1909
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1910
1910
|
height: inherit;
|
|
1911
|
+
-ms-flex-direction: column;
|
|
1912
|
+
flex-direction: column;
|
|
1913
|
+
-ms-flex-align: normal;
|
|
1914
|
+
align-items: normal;
|
|
1911
1915
|
}
|
|
1912
1916
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
1913
1917
|
padding: 16px 0;
|
|
@@ -3173,7 +3177,7 @@
|
|
|
3173
3177
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
|
|
3174
3178
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
|
|
3175
3179
|
background: #6c757d;
|
|
3176
|
-
color: #
|
|
3180
|
+
color: #212529;
|
|
3177
3181
|
border: 0;
|
|
3178
3182
|
}
|
|
3179
3183
|
.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
|
|
@@ -3185,7 +3189,7 @@
|
|
|
3185
3189
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active {
|
|
3186
3190
|
background: #6c757d;
|
|
3187
3191
|
border-color: unset;
|
|
3188
|
-
color: #
|
|
3192
|
+
color: #212529;
|
|
3189
3193
|
}
|
|
3190
3194
|
.e-tab .e-tab-header .e-scroll-nav:active,
|
|
3191
3195
|
.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
|
|
@@ -3238,7 +3242,7 @@
|
|
|
3238
3242
|
background: #6c757d;
|
|
3239
3243
|
border: 0;
|
|
3240
3244
|
border-radius: 4px;
|
|
3241
|
-
color: #
|
|
3245
|
+
color: #212529;
|
|
3242
3246
|
}
|
|
3243
3247
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
|
|
3244
3248
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
|
|
@@ -3253,7 +3257,7 @@
|
|
|
3253
3257
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
|
|
3254
3258
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
|
|
3255
3259
|
background: #5a6268;
|
|
3256
|
-
color: #
|
|
3260
|
+
color: #212529;
|
|
3257
3261
|
border: 0;
|
|
3258
3262
|
border-radius: 4px;
|
|
3259
3263
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
@@ -3406,7 +3410,7 @@
|
|
|
3406
3410
|
}
|
|
3407
3411
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,
|
|
3408
3412
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active {
|
|
3409
|
-
color: #
|
|
3413
|
+
color: #212529;
|
|
3410
3414
|
}
|
|
3411
3415
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
|
|
3412
3416
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
|
|
@@ -3424,11 +3428,11 @@
|
|
|
3424
3428
|
color: #0056b3;
|
|
3425
3429
|
}
|
|
3426
3430
|
.e-tab.e-focused > .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
|
|
3427
|
-
color: #
|
|
3431
|
+
color: #212529;
|
|
3428
3432
|
}
|
|
3429
3433
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
3430
3434
|
.e-tab.e-focused > .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
|
|
3431
|
-
color: #
|
|
3435
|
+
color: #212529;
|
|
3432
3436
|
background: #6c757d;
|
|
3433
3437
|
border: 0;
|
|
3434
3438
|
}
|
|
@@ -4011,7 +4015,6 @@
|
|
|
4011
4015
|
background: inherit;
|
|
4012
4016
|
color: #000;
|
|
4013
4017
|
font-size: 12px;
|
|
4014
|
-
line-height: 18px;
|
|
4015
4018
|
}
|
|
4016
4019
|
|
|
4017
4020
|
.e-tab-clone-element {
|
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
483
483
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
484
484
|
line-height: 38px;
|
|
485
|
-
top: 0
|
|
485
|
+
top: 0;
|
|
486
486
|
}
|
|
487
487
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
488
488
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
color: unset;
|
|
1222
1222
|
content: unset;
|
|
1223
1223
|
display: unset;
|
|
1224
|
-
font-weight:
|
|
1224
|
+
font-weight: 400;
|
|
1225
1225
|
height: unset;
|
|
1226
1226
|
overflow: unset;
|
|
1227
1227
|
visibility: unset;
|
|
@@ -1819,7 +1819,7 @@
|
|
|
1819
1819
|
color: unset;
|
|
1820
1820
|
content: unset;
|
|
1821
1821
|
display: unset;
|
|
1822
|
-
font-weight:
|
|
1822
|
+
font-weight: 400;
|
|
1823
1823
|
height: unset;
|
|
1824
1824
|
overflow: unset;
|
|
1825
1825
|
visibility: unset;
|
|
@@ -1906,6 +1906,10 @@
|
|
|
1906
1906
|
}
|
|
1907
1907
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1908
1908
|
height: inherit;
|
|
1909
|
+
-ms-flex-direction: column;
|
|
1910
|
+
flex-direction: column;
|
|
1911
|
+
-ms-flex-align: normal;
|
|
1912
|
+
align-items: normal;
|
|
1909
1913
|
}
|
|
1910
1914
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
1911
1915
|
padding: 16px 0;
|
|
@@ -1978,7 +1982,7 @@
|
|
|
1978
1982
|
color: unset;
|
|
1979
1983
|
content: unset;
|
|
1980
1984
|
display: unset;
|
|
1981
|
-
font-weight:
|
|
1985
|
+
font-weight: 400;
|
|
1982
1986
|
height: unset;
|
|
1983
1987
|
overflow: unset;
|
|
1984
1988
|
visibility: unset;
|
|
@@ -2018,7 +2022,7 @@
|
|
|
2018
2022
|
color: unset;
|
|
2019
2023
|
content: unset;
|
|
2020
2024
|
display: unset;
|
|
2021
|
-
font-weight:
|
|
2025
|
+
font-weight: 400;
|
|
2022
2026
|
height: unset;
|
|
2023
2027
|
overflow: unset;
|
|
2024
2028
|
visibility: unset;
|
|
@@ -3279,7 +3283,7 @@
|
|
|
3279
3283
|
}
|
|
3280
3284
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
3281
3285
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
3282
|
-
color: #
|
|
3286
|
+
color: #ced4da;
|
|
3283
3287
|
}
|
|
3284
3288
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
3285
3289
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
@@ -3387,7 +3391,7 @@
|
|
|
3387
3391
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
3388
3392
|
background: inherit;
|
|
3389
3393
|
border: 0;
|
|
3390
|
-
color: #
|
|
3394
|
+
color: #0a58ca;
|
|
3391
3395
|
}
|
|
3392
3396
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
3393
3397
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -4009,7 +4013,6 @@
|
|
|
4009
4013
|
background: inherit;
|
|
4010
4014
|
color: #fff;
|
|
4011
4015
|
font-size: 12px;
|
|
4012
|
-
line-height: 18px;
|
|
4013
4016
|
}
|
|
4014
4017
|
|
|
4015
4018
|
.e-tab-clone-element {
|
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
483
483
|
.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
484
484
|
line-height: 38px;
|
|
485
|
-
top: 0
|
|
485
|
+
top: 0;
|
|
486
486
|
}
|
|
487
487
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
|
|
488
488
|
.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
color: unset;
|
|
1222
1222
|
content: unset;
|
|
1223
1223
|
display: unset;
|
|
1224
|
-
font-weight:
|
|
1224
|
+
font-weight: 400;
|
|
1225
1225
|
height: unset;
|
|
1226
1226
|
overflow: unset;
|
|
1227
1227
|
visibility: unset;
|
|
@@ -1819,7 +1819,7 @@
|
|
|
1819
1819
|
color: unset;
|
|
1820
1820
|
content: unset;
|
|
1821
1821
|
display: unset;
|
|
1822
|
-
font-weight:
|
|
1822
|
+
font-weight: 400;
|
|
1823
1823
|
height: unset;
|
|
1824
1824
|
overflow: unset;
|
|
1825
1825
|
visibility: unset;
|
|
@@ -1906,6 +1906,10 @@
|
|
|
1906
1906
|
}
|
|
1907
1907
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1908
1908
|
height: inherit;
|
|
1909
|
+
-ms-flex-direction: column;
|
|
1910
|
+
flex-direction: column;
|
|
1911
|
+
-ms-flex-align: normal;
|
|
1912
|
+
align-items: normal;
|
|
1909
1913
|
}
|
|
1910
1914
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
1911
1915
|
padding: 16px 0;
|
|
@@ -1978,7 +1982,7 @@
|
|
|
1978
1982
|
color: unset;
|
|
1979
1983
|
content: unset;
|
|
1980
1984
|
display: unset;
|
|
1981
|
-
font-weight:
|
|
1985
|
+
font-weight: 400;
|
|
1982
1986
|
height: unset;
|
|
1983
1987
|
overflow: unset;
|
|
1984
1988
|
visibility: unset;
|
|
@@ -2018,7 +2022,7 @@
|
|
|
2018
2022
|
color: unset;
|
|
2019
2023
|
content: unset;
|
|
2020
2024
|
display: unset;
|
|
2021
|
-
font-weight:
|
|
2025
|
+
font-weight: 400;
|
|
2022
2026
|
height: unset;
|
|
2023
2027
|
overflow: unset;
|
|
2024
2028
|
visibility: unset;
|
|
@@ -3279,7 +3283,7 @@
|
|
|
3279
3283
|
}
|
|
3280
3284
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons,
|
|
3281
3285
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons {
|
|
3282
|
-
color: #
|
|
3286
|
+
color: #495057;
|
|
3283
3287
|
}
|
|
3284
3288
|
.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus,
|
|
3285
3289
|
.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus {
|
|
@@ -3387,7 +3391,7 @@
|
|
|
3387
3391
|
.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
|
|
3388
3392
|
background: inherit;
|
|
3389
3393
|
border: 0;
|
|
3390
|
-
color: #
|
|
3394
|
+
color: #0a58ca;
|
|
3391
3395
|
}
|
|
3392
3396
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
|
|
3393
3397
|
.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
|
|
@@ -4009,7 +4013,6 @@
|
|
|
4009
4013
|
background: inherit;
|
|
4010
4014
|
color: #212529;
|
|
4011
4015
|
font-size: 12px;
|
|
4012
|
-
line-height: 18px;
|
|
4013
4016
|
}
|
|
4014
4017
|
|
|
4015
4018
|
.e-tab-clone-element {
|
|
@@ -1733,7 +1733,7 @@
|
|
|
1733
1733
|
font-size: 12px;
|
|
1734
1734
|
line-height: 24px;
|
|
1735
1735
|
position: relative;
|
|
1736
|
-
top:
|
|
1736
|
+
top: 0;
|
|
1737
1737
|
vertical-align: initial;
|
|
1738
1738
|
}
|
|
1739
1739
|
@media screen and (max-width: 480px) {
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1750
1750
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1751
1751
|
line-height: 24px;
|
|
1752
|
-
top:
|
|
1752
|
+
top: 0;
|
|
1753
1753
|
}
|
|
1754
1754
|
@media screen and (max-width: 480px) {
|
|
1755
1755
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
@@ -1784,7 +1784,7 @@
|
|
|
1784
1784
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1785
1785
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1786
1786
|
line-height: 24px;
|
|
1787
|
-
top:
|
|
1787
|
+
top: 0;
|
|
1788
1788
|
}
|
|
1789
1789
|
@media screen and (max-width: 480px) {
|
|
1790
1790
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
@@ -1905,6 +1905,10 @@
|
|
|
1905
1905
|
}
|
|
1906
1906
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1907
1907
|
height: inherit;
|
|
1908
|
+
-ms-flex-direction: column;
|
|
1909
|
+
flex-direction: column;
|
|
1910
|
+
-ms-flex-align: normal;
|
|
1911
|
+
align-items: normal;
|
|
1908
1912
|
}
|
|
1909
1913
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
1910
1914
|
padding: 16px 0;
|
|
@@ -4008,7 +4012,6 @@
|
|
|
4008
4012
|
background: inherit;
|
|
4009
4013
|
color: #dadada;
|
|
4010
4014
|
font-size: 14px;
|
|
4011
|
-
line-height: 18px;
|
|
4012
4015
|
}
|
|
4013
4016
|
|
|
4014
4017
|
.e-tab-clone-element {
|
package/styles/tab/fabric.css
CHANGED
|
@@ -1738,7 +1738,7 @@
|
|
|
1738
1738
|
font-size: 12px;
|
|
1739
1739
|
line-height: 24px;
|
|
1740
1740
|
position: relative;
|
|
1741
|
-
top:
|
|
1741
|
+
top: 0;
|
|
1742
1742
|
vertical-align: initial;
|
|
1743
1743
|
}
|
|
1744
1744
|
@media screen and (max-width: 480px) {
|
|
@@ -1754,7 +1754,7 @@
|
|
|
1754
1754
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
1755
1755
|
.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
|
|
1756
1756
|
line-height: 24px;
|
|
1757
|
-
top:
|
|
1757
|
+
top: 0;
|
|
1758
1758
|
}
|
|
1759
1759
|
@media screen and (max-width: 480px) {
|
|
1760
1760
|
.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
1790
1790
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
|
|
1791
1791
|
line-height: 24px;
|
|
1792
|
-
top:
|
|
1792
|
+
top: 0;
|
|
1793
1793
|
}
|
|
1794
1794
|
@media screen and (max-width: 480px) {
|
|
1795
1795
|
.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
|
|
@@ -1910,6 +1910,10 @@
|
|
|
1910
1910
|
}
|
|
1911
1911
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1912
1912
|
height: inherit;
|
|
1913
|
+
-ms-flex-direction: column;
|
|
1914
|
+
flex-direction: column;
|
|
1915
|
+
-ms-flex-align: normal;
|
|
1916
|
+
align-items: normal;
|
|
1913
1917
|
}
|
|
1914
1918
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
1915
1919
|
padding: 16px 0;
|
|
@@ -4013,7 +4017,6 @@
|
|
|
4013
4017
|
background: inherit;
|
|
4014
4018
|
color: #333;
|
|
4015
4019
|
font-size: 14px;
|
|
4016
|
-
line-height: 18px;
|
|
4017
4020
|
}
|
|
4018
4021
|
|
|
4019
4022
|
.e-tab-clone-element {
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
color: transparent;
|
|
1224
1224
|
content: attr(data-content);
|
|
1225
1225
|
display: block;
|
|
1226
|
-
font-weight:
|
|
1226
|
+
font-weight: 700;
|
|
1227
1227
|
height: 1px;
|
|
1228
1228
|
overflow: hidden;
|
|
1229
1229
|
visibility: hidden;
|
|
@@ -1821,7 +1821,7 @@
|
|
|
1821
1821
|
color: transparent;
|
|
1822
1822
|
content: attr(data-content);
|
|
1823
1823
|
display: block;
|
|
1824
|
-
font-weight:
|
|
1824
|
+
font-weight: 700;
|
|
1825
1825
|
height: 1px;
|
|
1826
1826
|
overflow: hidden;
|
|
1827
1827
|
visibility: hidden;
|
|
@@ -1908,6 +1908,10 @@
|
|
|
1908
1908
|
}
|
|
1909
1909
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items {
|
|
1910
1910
|
height: inherit;
|
|
1911
|
+
-ms-flex-direction: column;
|
|
1912
|
+
flex-direction: column;
|
|
1913
|
+
-ms-flex-align: normal;
|
|
1914
|
+
align-items: normal;
|
|
1911
1915
|
}
|
|
1912
1916
|
.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
|
|
1913
1917
|
padding: 16px 0;
|
|
@@ -1980,7 +1984,7 @@
|
|
|
1980
1984
|
color: transparent;
|
|
1981
1985
|
content: attr(data-content);
|
|
1982
1986
|
display: block;
|
|
1983
|
-
font-weight:
|
|
1987
|
+
font-weight: 700;
|
|
1984
1988
|
height: 1px;
|
|
1985
1989
|
overflow: hidden;
|
|
1986
1990
|
visibility: hidden;
|
|
@@ -2020,7 +2024,7 @@
|
|
|
2020
2024
|
color: transparent;
|
|
2021
2025
|
content: attr(data-content);
|
|
2022
2026
|
display: block;
|
|
2023
|
-
font-weight:
|
|
2027
|
+
font-weight: 700;
|
|
2024
2028
|
height: 1px;
|
|
2025
2029
|
overflow: hidden;
|
|
2026
2030
|
visibility: hidden;
|
|
@@ -4011,7 +4015,6 @@
|
|
|
4011
4015
|
background: inherit;
|
|
4012
4016
|
color: #f3f2f1;
|
|
4013
4017
|
font-size: 12px;
|
|
4014
|
-
line-height: 18px;
|
|
4015
4018
|
}
|
|
4016
4019
|
|
|
4017
4020
|
.e-tab-clone-element {
|