@syncfusion/ej2-navigations 21.1.38 → 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 +16 -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 +23 -9
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +23 -9
- 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 +8 -8
- package/src/common/menu-base.d.ts +1 -0
- package/src/common/menu-base.js +22 -8
- package/src/tab/tab.js +1 -1
- 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/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";
|
|
@@ -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";
|