@syncfusion/ej2-navigations 21.1.37 → 21.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/CHANGELOG.md +24 -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 +38 -26
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +43 -31
- 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 +9 -9
- package/src/carousel/carousel-model.d.ts +5 -5
- package/src/carousel/carousel.d.ts +5 -5
- package/src/carousel/carousel.js +2 -6
- package/src/common/menu-base.d.ts +1 -0
- package/src/common/menu-base.js +25 -9
- package/src/sidebar/sidebar-model.d.ts +0 -1
- package/src/sidebar/sidebar.js +0 -1
- package/src/tab/tab.js +16 -16
- package/styles/bootstrap-dark.css +0 -10
- package/styles/bootstrap.css +0 -10
- package/styles/bootstrap4.css +0 -10
- package/styles/bootstrap5-dark.css +9 -19
- package/styles/bootstrap5.css +9 -19
- package/styles/context-menu/_bootstrap5-definition.scss +1 -1
- package/styles/context-menu/bootstrap5-dark.css +4 -4
- package/styles/context-menu/bootstrap5.css +4 -4
- package/styles/fabric-dark.css +0 -10
- package/styles/fabric.css +0 -10
- package/styles/fluent-dark.css +0 -10
- package/styles/fluent.css +0 -10
- package/styles/highcontrast-light.css +0 -10
- package/styles/highcontrast.css +0 -10
- package/styles/material-dark.css +0 -10
- package/styles/material.css +0 -10
- package/styles/menu/_bootstrap5-definition.scss +1 -1
- package/styles/menu/bootstrap5-dark.css +5 -5
- package/styles/menu/bootstrap5.css +5 -5
- package/styles/tab/_icons.scss +0 -8
- package/styles/tab/bootstrap-dark.css +0 -10
- package/styles/tab/bootstrap.css +0 -10
- package/styles/tab/bootstrap4.css +0 -10
- package/styles/tab/bootstrap5-dark.css +0 -10
- package/styles/tab/bootstrap5.css +0 -10
- package/styles/tab/fabric-dark.css +0 -10
- package/styles/tab/fabric.css +0 -10
- package/styles/tab/fluent-dark.css +0 -10
- package/styles/tab/fluent.css +0 -10
- package/styles/tab/highcontrast-light.css +0 -10
- package/styles/tab/highcontrast.css +0 -10
- package/styles/tab/icons/_bootstrap-dark.scss +0 -8
- package/styles/tab/icons/_bootstrap.scss +0 -8
- package/styles/tab/icons/_bootstrap4.scss +0 -12
- package/styles/tab/icons/_bootstrap5.scss +0 -12
- package/styles/tab/icons/_fabric-dark.scss +0 -8
- package/styles/tab/icons/_fabric.scss +0 -8
- package/styles/tab/icons/_fluent.scss +0 -8
- package/styles/tab/icons/_fusionnew.scss +0 -12
- package/styles/tab/icons/_highcontrast-light.scss +0 -12
- package/styles/tab/icons/_highcontrast.scss +0 -12
- package/styles/tab/icons/_material-dark.scss +0 -12
- package/styles/tab/icons/_material.scss +0 -12
- package/styles/tab/icons/_material3.scss +0 -12
- package/styles/tab/icons/_tailwind.scss +0 -12
- package/styles/tab/material-dark.css +0 -10
- package/styles/tab/material.css +0 -10
- package/styles/tab/tailwind-dark.css +0 -10
- package/styles/tab/tailwind.css +0 -10
- package/styles/tailwind-dark.css +0 -10
- package/styles/tailwind.css +0 -10
package/styles/highcontrast.css
CHANGED
|
@@ -3398,16 +3398,6 @@
|
|
|
3398
3398
|
content: "\e7fc";
|
|
3399
3399
|
position: relative;
|
|
3400
3400
|
}
|
|
3401
|
-
@media screen and (max-width: 480px) {
|
|
3402
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3403
|
-
content: "\e976";
|
|
3404
|
-
}
|
|
3405
|
-
}
|
|
3406
|
-
@media screen and (max-width: 480px) {
|
|
3407
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3408
|
-
content: "\e976";
|
|
3409
|
-
}
|
|
3410
|
-
}
|
|
3411
3401
|
@media screen and (max-width: 480px) {
|
|
3412
3402
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3413
3403
|
content: "\e85e";
|
package/styles/material-dark.css
CHANGED
|
@@ -3507,16 +3507,6 @@
|
|
|
3507
3507
|
content: "\e7fc";
|
|
3508
3508
|
position: relative;
|
|
3509
3509
|
}
|
|
3510
|
-
@media screen and (max-width: 480px) {
|
|
3511
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3512
|
-
content: "\e984";
|
|
3513
|
-
}
|
|
3514
|
-
}
|
|
3515
|
-
@media screen and (max-width: 480px) {
|
|
3516
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3517
|
-
content: "\e984";
|
|
3518
|
-
}
|
|
3519
|
-
}
|
|
3520
3510
|
@media screen and (max-width: 480px) {
|
|
3521
3511
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3522
3512
|
content: "\e82a";
|
package/styles/material.css
CHANGED
|
@@ -3521,16 +3521,6 @@
|
|
|
3521
3521
|
content: "\e7fc";
|
|
3522
3522
|
position: relative;
|
|
3523
3523
|
}
|
|
3524
|
-
@media screen and (max-width: 480px) {
|
|
3525
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3526
|
-
content: "\e984";
|
|
3527
|
-
}
|
|
3528
|
-
}
|
|
3529
|
-
@media screen and (max-width: 480px) {
|
|
3530
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3531
|
-
content: "\e984";
|
|
3532
|
-
}
|
|
3533
|
-
}
|
|
3534
3524
|
@media screen and (max-width: 480px) {
|
|
3535
3525
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3536
3526
|
content: "\e82a";
|
|
@@ -59,7 +59,7 @@ $menu-ul-border: none !default;
|
|
|
59
59
|
$menu-li-hover-outline: 0 solid $menu-li-border-color !default;
|
|
60
60
|
$menu-srollbar-ul-border: none !default;
|
|
61
61
|
$submenu-caret-font-size: $menu-caret-font-size !default;
|
|
62
|
-
$submenu-bigger-caret-font-size: $
|
|
62
|
+
$submenu-bigger-caret-font-size: $text-base !default;
|
|
63
63
|
$submenu-color: $content-text-color !default;
|
|
64
64
|
$menu-icon-color: $icon-color !default;
|
|
65
65
|
$menu-icon-hover-color: $content-text-color !default;
|
|
@@ -525,8 +525,8 @@
|
|
|
525
525
|
.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item,
|
|
526
526
|
.e-bigger .e-menu-container ul.e-ul .e-menu-item,
|
|
527
527
|
.e-bigger.e-menu-container ul.e-ul .e-menu-item {
|
|
528
|
-
height:
|
|
529
|
-
line-height:
|
|
528
|
+
height: 36px;
|
|
529
|
+
line-height: 36px;
|
|
530
530
|
padding: 0 12px;
|
|
531
531
|
}
|
|
532
532
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
@@ -534,13 +534,13 @@
|
|
|
534
534
|
.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-menu-icon,
|
|
535
535
|
.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-menu-icon {
|
|
536
536
|
font-size: 22px;
|
|
537
|
-
line-height:
|
|
537
|
+
line-height: 36px;
|
|
538
538
|
}
|
|
539
539
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
|
|
540
540
|
.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
|
|
541
541
|
.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,
|
|
542
542
|
.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret {
|
|
543
|
-
line-height:
|
|
543
|
+
line-height: 36px;
|
|
544
544
|
}
|
|
545
545
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator,
|
|
546
546
|
.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator,
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
|
|
554
554
|
.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,
|
|
555
555
|
.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret {
|
|
556
|
-
font-size:
|
|
556
|
+
font-size: 16px;
|
|
557
557
|
right: 7px;
|
|
558
558
|
}
|
|
559
559
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,
|
|
@@ -525,8 +525,8 @@
|
|
|
525
525
|
.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item,
|
|
526
526
|
.e-bigger .e-menu-container ul.e-ul .e-menu-item,
|
|
527
527
|
.e-bigger.e-menu-container ul.e-ul .e-menu-item {
|
|
528
|
-
height:
|
|
529
|
-
line-height:
|
|
528
|
+
height: 36px;
|
|
529
|
+
line-height: 36px;
|
|
530
530
|
padding: 0 12px;
|
|
531
531
|
}
|
|
532
532
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
|
|
@@ -534,13 +534,13 @@
|
|
|
534
534
|
.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-menu-icon,
|
|
535
535
|
.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-menu-icon {
|
|
536
536
|
font-size: 22px;
|
|
537
|
-
line-height:
|
|
537
|
+
line-height: 36px;
|
|
538
538
|
}
|
|
539
539
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
|
|
540
540
|
.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
|
|
541
541
|
.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,
|
|
542
542
|
.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret {
|
|
543
|
-
line-height:
|
|
543
|
+
line-height: 36px;
|
|
544
544
|
}
|
|
545
545
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator,
|
|
546
546
|
.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator,
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
|
|
554
554
|
.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,
|
|
555
555
|
.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret {
|
|
556
|
-
font-size:
|
|
556
|
+
font-size: 16px;
|
|
557
557
|
right: 7px;
|
|
558
558
|
}
|
|
559
559
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,
|
package/styles/tab/_icons.scss
CHANGED
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: $tab-pop-up-icon;
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: $tab-mob-pop-up-icon;
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: $tab-pop-down-icon;
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: $tab-mob-pop-down-icon;
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -6,19 +6,9 @@
|
|
|
6
6
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
7
7
|
content: "\e988";
|
|
8
8
|
}
|
|
9
|
-
@media screen and (max-width: 480px) {
|
|
10
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
11
|
-
content: "\e936";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
9
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
15
10
|
content: "\e968";
|
|
16
11
|
}
|
|
17
|
-
@media screen and (max-width: 480px) {
|
|
18
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
19
|
-
content: "\e936";
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
12
|
@media screen and (max-width: 480px) {
|
|
23
13
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
24
14
|
content: "\e918";
|
package/styles/tab/bootstrap.css
CHANGED
|
@@ -11,19 +11,9 @@
|
|
|
11
11
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
12
12
|
content: "\e988";
|
|
13
13
|
}
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
16
|
-
content: "\e936";
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
14
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
20
15
|
content: "\e968";
|
|
21
16
|
}
|
|
22
|
-
@media screen and (max-width: 480px) {
|
|
23
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
24
|
-
content: "\e936";
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
17
|
@media screen and (max-width: 480px) {
|
|
28
18
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
29
19
|
content: "\e918";
|
|
@@ -12,16 +12,6 @@
|
|
|
12
12
|
content: "\e745";
|
|
13
13
|
position: relative;
|
|
14
14
|
}
|
|
15
|
-
@media screen and (max-width: 480px) {
|
|
16
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
17
|
-
content: "\e781";
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
22
|
-
content: "\e781";
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
15
|
@media screen and (max-width: 480px) {
|
|
26
16
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
27
17
|
content: "\e721";
|
|
@@ -10,16 +10,6 @@
|
|
|
10
10
|
content: "\e7e7";
|
|
11
11
|
position: relative;
|
|
12
12
|
}
|
|
13
|
-
@media screen and (max-width: 480px) {
|
|
14
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
15
|
-
content: "\e770";
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
@media screen and (max-width: 480px) {
|
|
19
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
20
|
-
content: "\e770";
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
13
|
@media screen and (max-width: 480px) {
|
|
24
14
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
25
15
|
content: "\e776";
|
|
@@ -10,16 +10,6 @@
|
|
|
10
10
|
content: "\e7e7";
|
|
11
11
|
position: relative;
|
|
12
12
|
}
|
|
13
|
-
@media screen and (max-width: 480px) {
|
|
14
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
15
|
-
content: "\e770";
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
@media screen and (max-width: 480px) {
|
|
19
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
20
|
-
content: "\e770";
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
13
|
@media screen and (max-width: 480px) {
|
|
24
14
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
25
15
|
content: "\e776";
|
|
@@ -6,19 +6,9 @@
|
|
|
6
6
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
7
7
|
content: "\e85e";
|
|
8
8
|
}
|
|
9
|
-
@media screen and (max-width: 480px) {
|
|
10
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
11
|
-
content: "\e976";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
9
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
15
10
|
content: "\e84f";
|
|
16
11
|
}
|
|
17
|
-
@media screen and (max-width: 480px) {
|
|
18
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
19
|
-
content: "\e976";
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
12
|
@media screen and (max-width: 480px) {
|
|
23
13
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
24
14
|
content: "\e85e";
|
package/styles/tab/fabric.css
CHANGED
|
@@ -11,19 +11,9 @@
|
|
|
11
11
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
12
12
|
content: "\e85e";
|
|
13
13
|
}
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
16
|
-
content: "\e976";
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
14
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
20
15
|
content: "\e84f";
|
|
21
16
|
}
|
|
22
|
-
@media screen and (max-width: 480px) {
|
|
23
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
24
|
-
content: "\e976";
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
17
|
@media screen and (max-width: 480px) {
|
|
28
18
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
29
19
|
content: "\e85e";
|
|
@@ -9,19 +9,9 @@
|
|
|
9
9
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
10
10
|
content: "\e776";
|
|
11
11
|
}
|
|
12
|
-
@media screen and (max-width: 480px) {
|
|
13
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
14
|
-
content: "\e770";
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
12
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
18
13
|
content: "\e729";
|
|
19
14
|
}
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
22
|
-
content: "\e770";
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
15
|
@media screen and (max-width: 480px) {
|
|
26
16
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
27
17
|
content: "\e776";
|
package/styles/tab/fluent.css
CHANGED
|
@@ -9,19 +9,9 @@
|
|
|
9
9
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
10
10
|
content: "\e776";
|
|
11
11
|
}
|
|
12
|
-
@media screen and (max-width: 480px) {
|
|
13
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
14
|
-
content: "\e770";
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
12
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
18
13
|
content: "\e729";
|
|
19
14
|
}
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
22
|
-
content: "\e770";
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
15
|
@media screen and (max-width: 480px) {
|
|
26
16
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
27
17
|
content: "\e776";
|
|
@@ -3,16 +3,6 @@
|
|
|
3
3
|
content: "\e7fc";
|
|
4
4
|
position: relative;
|
|
5
5
|
}
|
|
6
|
-
@media screen and (max-width: 480px) {
|
|
7
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
8
|
-
content: "\e976";
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
@media screen and (max-width: 480px) {
|
|
12
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
13
|
-
content: "\e976";
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
6
|
@media screen and (max-width: 480px) {
|
|
17
7
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
18
8
|
content: "\e85e";
|
|
@@ -14,16 +14,6 @@
|
|
|
14
14
|
content: "\e7fc";
|
|
15
15
|
position: relative;
|
|
16
16
|
}
|
|
17
|
-
@media screen and (max-width: 480px) {
|
|
18
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
19
|
-
content: "\e976";
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
@media screen and (max-width: 480px) {
|
|
23
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
24
|
-
content: "\e976";
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
17
|
@media screen and (max-width: 480px) {
|
|
28
18
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
29
19
|
content: "\e85e";
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e988';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e936';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e968';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e936';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e988';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e936';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e968';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e936';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -20,18 +20,6 @@
|
|
|
20
20
|
content: '\e745';
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
.e-popup-up-icon::before {
|
|
25
|
-
@media screen and (max-width: 480px) {
|
|
26
|
-
content: '\e781';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-popup-down-icon::before {
|
|
31
|
-
@media screen and (max-width: 480px) {
|
|
32
|
-
content: '\e781';
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
23
|
}
|
|
36
24
|
|
|
37
25
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7e7';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e770';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e770';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e85e';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e976';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e84f';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e976';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e85e';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e976';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e84f';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e976';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e776';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e770';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e729';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e770';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7e7';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e770';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e770';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7fc';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e976';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e976';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -20,18 +20,6 @@
|
|
|
20
20
|
content: '\e7fc';
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
.e-popup-up-icon::before {
|
|
25
|
-
@media screen and (max-width: 480px) {
|
|
26
|
-
content: '\e976';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-popup-down-icon::before {
|
|
31
|
-
@media screen and (max-width: 480px) {
|
|
32
|
-
content: '\e976';
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
23
|
}
|
|
36
24
|
|
|
37
25
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7fc';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e984';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e984';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7fc';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e984';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e984';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7e7';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e770';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e770';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7e7';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e770';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e770';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -31,16 +31,6 @@
|
|
|
31
31
|
content: "\e7fc";
|
|
32
32
|
position: relative;
|
|
33
33
|
}
|
|
34
|
-
@media screen and (max-width: 480px) {
|
|
35
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
36
|
-
content: "\e984";
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
@media screen and (max-width: 480px) {
|
|
40
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
41
|
-
content: "\e984";
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
34
|
@media screen and (max-width: 480px) {
|
|
45
35
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
46
36
|
content: "\e82a";
|
package/styles/tab/material.css
CHANGED
|
@@ -37,16 +37,6 @@
|
|
|
37
37
|
content: "\e7fc";
|
|
38
38
|
position: relative;
|
|
39
39
|
}
|
|
40
|
-
@media screen and (max-width: 480px) {
|
|
41
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
42
|
-
content: "\e984";
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
@media screen and (max-width: 480px) {
|
|
46
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
47
|
-
content: "\e984";
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
40
|
@media screen and (max-width: 480px) {
|
|
51
41
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
52
42
|
content: "\e82a";
|