@syncfusion/ej2-react-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 +30 -0
- package/dist/ej2-react-navigations.min.js +2 -2
- package/dist/ej2-react-navigations.umd.min.js +2 -2
- package/dist/ej2-react-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-navigations.es2015.js +10 -0
- package/dist/es6/ej2-react-navigations.es2015.js.map +1 -1
- package/package.json +8 -8
- package/src/accordion/accordion.component.d.ts +1 -0
- package/src/accordion/accordion.component.js +1 -0
- package/src/appbar/appbar.component.d.ts +1 -0
- package/src/appbar/appbar.component.js +1 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +1 -0
- package/src/breadcrumb/breadcrumb.component.js +1 -0
- package/src/carousel/carousel.component.d.ts +1 -0
- package/src/carousel/carousel.component.js +1 -0
- package/src/context-menu/contextmenu.component.d.ts +1 -0
- package/src/context-menu/contextmenu.component.js +1 -0
- package/src/menu/menu.component.d.ts +1 -0
- package/src/menu/menu.component.js +1 -0
- package/src/sidebar/sidebar.component.d.ts +1 -0
- package/src/sidebar/sidebar.component.js +1 -0
- package/src/tab/tab.component.d.ts +1 -0
- package/src/tab/tab.component.js +1 -0
- package/src/toolbar/toolbar.component.d.ts +1 -0
- package/src/toolbar/toolbar.component.js +1 -0
- package/src/treeview/treeview.component.d.ts +1 -0
- package/src/treeview/treeview.component.js +1 -0
- 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-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-dark.css +5 -5
- package/styles/menu/bootstrap5.css +5 -5
- 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/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/fabric-dark.css
CHANGED
|
@@ -3386,19 +3386,9 @@
|
|
|
3386
3386
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3387
3387
|
content: "\e85e";
|
|
3388
3388
|
}
|
|
3389
|
-
@media screen and (max-width: 480px) {
|
|
3390
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3391
|
-
content: "\e976";
|
|
3392
|
-
}
|
|
3393
|
-
}
|
|
3394
3389
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3395
3390
|
content: "\e84f";
|
|
3396
3391
|
}
|
|
3397
|
-
@media screen and (max-width: 480px) {
|
|
3398
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3399
|
-
content: "\e976";
|
|
3400
|
-
}
|
|
3401
|
-
}
|
|
3402
3392
|
@media screen and (max-width: 480px) {
|
|
3403
3393
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3404
3394
|
content: "\e85e";
|
package/styles/fabric.css
CHANGED
|
@@ -3395,19 +3395,9 @@
|
|
|
3395
3395
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3396
3396
|
content: "\e85e";
|
|
3397
3397
|
}
|
|
3398
|
-
@media screen and (max-width: 480px) {
|
|
3399
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3400
|
-
content: "\e976";
|
|
3401
|
-
}
|
|
3402
|
-
}
|
|
3403
3398
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3404
3399
|
content: "\e84f";
|
|
3405
3400
|
}
|
|
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/fluent-dark.css
CHANGED
|
@@ -3422,19 +3422,9 @@
|
|
|
3422
3422
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3423
3423
|
content: "\e776";
|
|
3424
3424
|
}
|
|
3425
|
-
@media screen and (max-width: 480px) {
|
|
3426
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3427
|
-
content: "\e770";
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
3425
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3431
3426
|
content: "\e729";
|
|
3432
3427
|
}
|
|
3433
|
-
@media screen and (max-width: 480px) {
|
|
3434
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3435
|
-
content: "\e770";
|
|
3436
|
-
}
|
|
3437
|
-
}
|
|
3438
3428
|
@media screen and (max-width: 480px) {
|
|
3439
3429
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3440
3430
|
content: "\e776";
|
package/styles/fluent.css
CHANGED
|
@@ -3422,19 +3422,9 @@
|
|
|
3422
3422
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3423
3423
|
content: "\e776";
|
|
3424
3424
|
}
|
|
3425
|
-
@media screen and (max-width: 480px) {
|
|
3426
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3427
|
-
content: "\e770";
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
3425
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3431
3426
|
content: "\e729";
|
|
3432
3427
|
}
|
|
3433
|
-
@media screen and (max-width: 480px) {
|
|
3434
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3435
|
-
content: "\e770";
|
|
3436
|
-
}
|
|
3437
|
-
}
|
|
3438
3428
|
@media screen and (max-width: 480px) {
|
|
3439
3429
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3440
3430
|
content: "\e776";
|
|
@@ -3383,16 +3383,6 @@
|
|
|
3383
3383
|
content: "\e7fc";
|
|
3384
3384
|
position: relative;
|
|
3385
3385
|
}
|
|
3386
|
-
@media screen and (max-width: 480px) {
|
|
3387
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3388
|
-
content: "\e976";
|
|
3389
|
-
}
|
|
3390
|
-
}
|
|
3391
|
-
@media screen and (max-width: 480px) {
|
|
3392
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3393
|
-
content: "\e976";
|
|
3394
|
-
}
|
|
3395
|
-
}
|
|
3396
3386
|
@media screen and (max-width: 480px) {
|
|
3397
3387
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3398
3388
|
content: "\e85e";
|
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";
|
|
@@ -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,
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -27,16 +27,6 @@
|
|
|
27
27
|
content: "\e7e7";
|
|
28
28
|
position: relative;
|
|
29
29
|
}
|
|
30
|
-
@media screen and (max-width: 480px) {
|
|
31
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
32
|
-
content: "\e770";
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
@media screen and (max-width: 480px) {
|
|
36
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
37
|
-
content: "\e770";
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
30
|
@media screen and (max-width: 480px) {
|
|
41
31
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
42
32
|
content: "\e776";
|
package/styles/tab/tailwind.css
CHANGED
|
@@ -27,16 +27,6 @@
|
|
|
27
27
|
content: "\e7e7";
|
|
28
28
|
position: relative;
|
|
29
29
|
}
|
|
30
|
-
@media screen and (max-width: 480px) {
|
|
31
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
32
|
-
content: "\e770";
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
@media screen and (max-width: 480px) {
|
|
36
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
37
|
-
content: "\e770";
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
30
|
@media screen and (max-width: 480px) {
|
|
41
31
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
42
32
|
content: "\e776";
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3592,16 +3592,6 @@
|
|
|
3592
3592
|
content: "\e7e7";
|
|
3593
3593
|
position: relative;
|
|
3594
3594
|
}
|
|
3595
|
-
@media screen and (max-width: 480px) {
|
|
3596
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3597
|
-
content: "\e770";
|
|
3598
|
-
}
|
|
3599
|
-
}
|
|
3600
|
-
@media screen and (max-width: 480px) {
|
|
3601
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3602
|
-
content: "\e770";
|
|
3603
|
-
}
|
|
3604
|
-
}
|
|
3605
3595
|
@media screen and (max-width: 480px) {
|
|
3606
3596
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3607
3597
|
content: "\e776";
|
package/styles/tailwind.css
CHANGED
|
@@ -3592,16 +3592,6 @@
|
|
|
3592
3592
|
content: "\e7e7";
|
|
3593
3593
|
position: relative;
|
|
3594
3594
|
}
|
|
3595
|
-
@media screen and (max-width: 480px) {
|
|
3596
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3597
|
-
content: "\e770";
|
|
3598
|
-
}
|
|
3599
|
-
}
|
|
3600
|
-
@media screen and (max-width: 480px) {
|
|
3601
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3602
|
-
content: "\e770";
|
|
3603
|
-
}
|
|
3604
|
-
}
|
|
3605
3595
|
@media screen and (max-width: 480px) {
|
|
3606
3596
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3607
3597
|
content: "\e776";
|