@syncfusion/ej2-navigations 28.2.6 → 28.2.11
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/README.md +1 -1
- 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 -5
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +38 -5
- 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 +10 -10
- package/src/common/menu-base.js +38 -5
- package/styles/bootstrap4-lite.css +4 -4
- package/styles/bootstrap4.css +4 -4
- package/styles/bootstrap5-dark-lite.css +10 -10
- package/styles/bootstrap5-dark.css +10 -10
- package/styles/bootstrap5-lite.css +10 -10
- package/styles/bootstrap5.3-lite.css +12 -12
- package/styles/bootstrap5.3.css +12 -12
- package/styles/bootstrap5.css +10 -10
- package/styles/fluent2-lite.css +7 -26
- package/styles/fluent2.css +7 -26
- package/styles/material3-dark-lite.css +10 -10
- package/styles/material3-dark.css +10 -10
- package/styles/material3-lite.css +10 -10
- package/styles/material3.css +10 -10
- package/styles/tab/_bootstrap4-definition.scss +2 -2
- package/styles/tab/_bootstrap5-definition.scss +3 -3
- package/styles/tab/_bootstrap5.3-definition.scss +3 -3
- package/styles/tab/_material3-definition.scss +3 -3
- package/styles/tab/_tailwind3-definition.scss +3 -3
- package/styles/tab/bootstrap4.css +4 -4
- package/styles/tab/bootstrap5-dark.css +10 -10
- package/styles/tab/bootstrap5.3.css +10 -10
- package/styles/tab/bootstrap5.css +10 -10
- package/styles/tab/material3-dark.css +10 -10
- package/styles/tab/material3.css +10 -10
- package/styles/tab/tailwind3.css +10 -10
- package/styles/tailwind3-lite.css +17 -36
- package/styles/tailwind3.css +17 -36
- package/styles/toolbar/_theme.scss +25 -64
- package/styles/toolbar/bootstrap5.3.css +2 -2
- package/styles/toolbar/fluent2.css +7 -26
- package/styles/toolbar/tailwind3.css +7 -26
|
@@ -3397,10 +3397,10 @@
|
|
|
3397
3397
|
display: -webkit-inline-box;
|
|
3398
3398
|
display: -ms-inline-flexbox;
|
|
3399
3399
|
display: inline-flex;
|
|
3400
|
-
height:
|
|
3401
|
-
min-width:
|
|
3402
|
-
width:
|
|
3403
|
-
line-height:
|
|
3400
|
+
height: 20px;
|
|
3401
|
+
min-width: 20px;
|
|
3402
|
+
width: 20px;
|
|
3403
|
+
line-height: 1;
|
|
3404
3404
|
}
|
|
3405
3405
|
@media screen and (max-width: 480px) {
|
|
3406
3406
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -3410,7 +3410,7 @@
|
|
|
3410
3410
|
}
|
|
3411
3411
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3412
3412
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
3413
|
-
font-size:
|
|
3413
|
+
font-size: 16px;
|
|
3414
3414
|
}
|
|
3415
3415
|
@media screen and (max-width: 480px) {
|
|
3416
3416
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -4821,10 +4821,10 @@
|
|
|
4821
4821
|
display: -webkit-inline-box;
|
|
4822
4822
|
display: -ms-inline-flexbox;
|
|
4823
4823
|
display: inline-flex;
|
|
4824
|
-
height:
|
|
4825
|
-
min-width:
|
|
4826
|
-
width:
|
|
4827
|
-
line-height:
|
|
4824
|
+
height: 20px;
|
|
4825
|
+
min-width: 20px;
|
|
4826
|
+
width: 20px;
|
|
4827
|
+
line-height: 1;
|
|
4828
4828
|
}
|
|
4829
4829
|
@media screen and (max-width: 480px) {
|
|
4830
4830
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -4834,7 +4834,7 @@
|
|
|
4834
4834
|
}
|
|
4835
4835
|
.e-tab-clone-element .e-tab-icon,
|
|
4836
4836
|
.e-tab-clone-element .e-tab-icon::before {
|
|
4837
|
-
font-size:
|
|
4837
|
+
font-size: 16px;
|
|
4838
4838
|
}
|
|
4839
4839
|
@media screen and (max-width: 480px) {
|
|
4840
4840
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -4100,10 +4100,10 @@
|
|
|
4100
4100
|
display: -webkit-inline-box;
|
|
4101
4101
|
display: -ms-inline-flexbox;
|
|
4102
4102
|
display: inline-flex;
|
|
4103
|
-
height:
|
|
4104
|
-
min-width:
|
|
4105
|
-
width:
|
|
4106
|
-
line-height:
|
|
4103
|
+
height: 20px;
|
|
4104
|
+
min-width: 20px;
|
|
4105
|
+
width: 20px;
|
|
4106
|
+
line-height: 1;
|
|
4107
4107
|
}
|
|
4108
4108
|
@media screen and (max-width: 480px) {
|
|
4109
4109
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4113,7 +4113,7 @@
|
|
|
4113
4113
|
}
|
|
4114
4114
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4115
4115
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4116
|
-
font-size:
|
|
4116
|
+
font-size: 16px;
|
|
4117
4117
|
}
|
|
4118
4118
|
@media screen and (max-width: 480px) {
|
|
4119
4119
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -5524,10 +5524,10 @@
|
|
|
5524
5524
|
display: -webkit-inline-box;
|
|
5525
5525
|
display: -ms-inline-flexbox;
|
|
5526
5526
|
display: inline-flex;
|
|
5527
|
-
height:
|
|
5528
|
-
min-width:
|
|
5529
|
-
width:
|
|
5530
|
-
line-height:
|
|
5527
|
+
height: 20px;
|
|
5528
|
+
min-width: 20px;
|
|
5529
|
+
width: 20px;
|
|
5530
|
+
line-height: 1;
|
|
5531
5531
|
}
|
|
5532
5532
|
@media screen and (max-width: 480px) {
|
|
5533
5533
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5537,7 +5537,7 @@
|
|
|
5537
5537
|
}
|
|
5538
5538
|
.e-tab-clone-element .e-tab-icon,
|
|
5539
5539
|
.e-tab-clone-element .e-tab-icon::before {
|
|
5540
|
-
font-size:
|
|
5540
|
+
font-size: 16px;
|
|
5541
5541
|
}
|
|
5542
5542
|
@media screen and (max-width: 480px) {
|
|
5543
5543
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -3399,10 +3399,10 @@
|
|
|
3399
3399
|
display: -webkit-inline-box;
|
|
3400
3400
|
display: -ms-inline-flexbox;
|
|
3401
3401
|
display: inline-flex;
|
|
3402
|
-
height:
|
|
3403
|
-
min-width:
|
|
3404
|
-
width:
|
|
3405
|
-
line-height:
|
|
3402
|
+
height: 20px;
|
|
3403
|
+
min-width: 20px;
|
|
3404
|
+
width: 20px;
|
|
3405
|
+
line-height: 1;
|
|
3406
3406
|
}
|
|
3407
3407
|
@media screen and (max-width: 480px) {
|
|
3408
3408
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
}
|
|
3413
3413
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
3414
3414
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
3415
|
-
font-size:
|
|
3415
|
+
font-size: 16px;
|
|
3416
3416
|
}
|
|
3417
3417
|
@media screen and (max-width: 480px) {
|
|
3418
3418
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -4823,10 +4823,10 @@
|
|
|
4823
4823
|
display: -webkit-inline-box;
|
|
4824
4824
|
display: -ms-inline-flexbox;
|
|
4825
4825
|
display: inline-flex;
|
|
4826
|
-
height:
|
|
4827
|
-
min-width:
|
|
4828
|
-
width:
|
|
4829
|
-
line-height:
|
|
4826
|
+
height: 20px;
|
|
4827
|
+
min-width: 20px;
|
|
4828
|
+
width: 20px;
|
|
4829
|
+
line-height: 1;
|
|
4830
4830
|
}
|
|
4831
4831
|
@media screen and (max-width: 480px) {
|
|
4832
4832
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -4836,7 +4836,7 @@
|
|
|
4836
4836
|
}
|
|
4837
4837
|
.e-tab-clone-element .e-tab-icon,
|
|
4838
4838
|
.e-tab-clone-element .e-tab-icon::before {
|
|
4839
|
-
font-size:
|
|
4839
|
+
font-size: 16px;
|
|
4840
4840
|
}
|
|
4841
4841
|
@media screen and (max-width: 480px) {
|
|
4842
4842
|
.e-tab-clone-element .e-tab-icon,
|
package/styles/material3.css
CHANGED
|
@@ -4102,10 +4102,10 @@
|
|
|
4102
4102
|
display: -webkit-inline-box;
|
|
4103
4103
|
display: -ms-inline-flexbox;
|
|
4104
4104
|
display: inline-flex;
|
|
4105
|
-
height:
|
|
4106
|
-
min-width:
|
|
4107
|
-
width:
|
|
4108
|
-
line-height:
|
|
4105
|
+
height: 20px;
|
|
4106
|
+
min-width: 20px;
|
|
4107
|
+
width: 20px;
|
|
4108
|
+
line-height: 1;
|
|
4109
4109
|
}
|
|
4110
4110
|
@media screen and (max-width: 480px) {
|
|
4111
4111
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -4115,7 +4115,7 @@
|
|
|
4115
4115
|
}
|
|
4116
4116
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
4117
4117
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
4118
|
-
font-size:
|
|
4118
|
+
font-size: 16px;
|
|
4119
4119
|
}
|
|
4120
4120
|
@media screen and (max-width: 480px) {
|
|
4121
4121
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -5526,10 +5526,10 @@
|
|
|
5526
5526
|
display: -webkit-inline-box;
|
|
5527
5527
|
display: -ms-inline-flexbox;
|
|
5528
5528
|
display: inline-flex;
|
|
5529
|
-
height:
|
|
5530
|
-
min-width:
|
|
5531
|
-
width:
|
|
5532
|
-
line-height:
|
|
5529
|
+
height: 20px;
|
|
5530
|
+
min-width: 20px;
|
|
5531
|
+
width: 20px;
|
|
5532
|
+
line-height: 1;
|
|
5533
5533
|
}
|
|
5534
5534
|
@media screen and (max-width: 480px) {
|
|
5535
5535
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -5539,7 +5539,7 @@
|
|
|
5539
5539
|
}
|
|
5540
5540
|
.e-tab-clone-element .e-tab-icon,
|
|
5541
5541
|
.e-tab-clone-element .e-tab-icon::before {
|
|
5542
|
-
font-size:
|
|
5542
|
+
font-size: 16px;
|
|
5543
5543
|
}
|
|
5544
5544
|
@media screen and (max-width: 480px) {
|
|
5545
5545
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -233,7 +233,7 @@ $tab-nrml-nav-icon-size: 10px !default;
|
|
|
233
233
|
$tab-mob-nav-icon-size: 16px !default;
|
|
234
234
|
$tab-mob-nav-vicon-size: 12px !default;
|
|
235
235
|
$tab-big-icon-size: 16px !default;
|
|
236
|
-
$tab-nrml-icon-size:
|
|
236
|
+
$tab-nrml-icon-size: 16px !default;
|
|
237
237
|
$tab-mob-icon-size: 20px !default;
|
|
238
238
|
$tab-big-icon-container-size: 24px !default;
|
|
239
239
|
$tab-nrml-icon-container-size: 20px !default;
|
|
@@ -367,7 +367,7 @@ $tab-bgr-item-text-margin-bottom: 0 !default;
|
|
|
367
367
|
$tab-nrml-hscroll-items-nav-width: 32px !default;
|
|
368
368
|
$tab-nrml-hscroll-items-bdr-radius: 4px !default;
|
|
369
369
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
|
|
370
|
-
$tab-nrml-item-tabicon-line-height:
|
|
370
|
+
$tab-nrml-item-tabicon-line-height: 1 !default;
|
|
371
371
|
$tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
|
|
372
372
|
$tab-nrml-scroll-nav-arrow-before-top: 0 !default;
|
|
373
373
|
$tab-nrml-hor-pop-lineheight: 32px !default;
|
|
@@ -184,10 +184,10 @@ $tab-nrml-nav-icon-size: 10px !default;
|
|
|
184
184
|
$tab-mob-nav-icon-size: 16px !default;
|
|
185
185
|
$tab-mob-nav-vicon-size: 12px !default;
|
|
186
186
|
$tab-big-icon-size: 16px !default;
|
|
187
|
-
$tab-nrml-icon-size:
|
|
187
|
+
$tab-nrml-icon-size: 16px !default;
|
|
188
188
|
$tab-mob-icon-size: 20px !default;
|
|
189
189
|
$tab-big-icon-container-size: 24px !default;
|
|
190
|
-
$tab-nrml-icon-container-size:
|
|
190
|
+
$tab-nrml-icon-container-size: 20px !default;
|
|
191
191
|
$tab-mob-icon-container-size: 20px !default;
|
|
192
192
|
$tab-big-nav-icon-top: 11px !default;
|
|
193
193
|
$tab-nrml-nav-icon-top: 5px !default;
|
|
@@ -364,7 +364,7 @@ $tab-bgr-item-text-margin-bottom: 0 !default;
|
|
|
364
364
|
$tab-nrml-hscroll-items-nav-width: 32px !default;
|
|
365
365
|
$tab-nrml-hscroll-items-bdr-radius: 4px !default;
|
|
366
366
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
|
|
367
|
-
$tab-nrml-item-tabicon-line-height:
|
|
367
|
+
$tab-nrml-item-tabicon-line-height: 1 !default;
|
|
368
368
|
$tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
|
|
369
369
|
$tab-nrml-scroll-nav-arrow-before-top: 0 !default;
|
|
370
370
|
$tab-nrml-hor-pop-lineheight: 32px !default;
|
|
@@ -184,10 +184,10 @@ $tab-nrml-nav-icon-size: 12px !default;
|
|
|
184
184
|
$tab-mob-nav-icon-size: 16px !default;
|
|
185
185
|
$tab-mob-nav-vicon-size: 12px !default;
|
|
186
186
|
$tab-big-icon-size: 16px !default;
|
|
187
|
-
$tab-nrml-icon-size:
|
|
187
|
+
$tab-nrml-icon-size: 16px !default;
|
|
188
188
|
$tab-mob-icon-size: 20px !default;
|
|
189
189
|
$tab-big-icon-container-size: 24px !default;
|
|
190
|
-
$tab-nrml-icon-container-size:
|
|
190
|
+
$tab-nrml-icon-container-size: 20px !default;
|
|
191
191
|
$tab-mob-icon-container-size: 20px !default;
|
|
192
192
|
$tab-big-nav-icon-top: 11px !default;
|
|
193
193
|
$tab-nrml-nav-icon-top: 5px !default;
|
|
@@ -365,7 +365,7 @@ $tab-bgr-item-text-margin-bottom: 0 !default;
|
|
|
365
365
|
$tab-nrml-hscroll-items-nav-width: 32px !default;
|
|
366
366
|
$tab-nrml-hscroll-items-bdr-radius: 4px !default;
|
|
367
367
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
|
|
368
|
-
$tab-nrml-item-tabicon-line-height:
|
|
368
|
+
$tab-nrml-item-tabicon-line-height: 1 !default;
|
|
369
369
|
$tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
|
|
370
370
|
$tab-nrml-scroll-nav-arrow-before-top: 0 !default;
|
|
371
371
|
$tab-nrml-hor-pop-lineheight: 32px !default;
|
|
@@ -184,10 +184,10 @@ $tab-nrml-nav-icon-size: $text-lg !default;
|
|
|
184
184
|
$tab-mob-nav-icon-size: $text-xl !default;
|
|
185
185
|
$tab-mob-nav-vicon-size: $text-xl !default;
|
|
186
186
|
$tab-big-icon-size: $text-sm !default;
|
|
187
|
-
$tab-nrml-icon-size:
|
|
187
|
+
$tab-nrml-icon-size: 16px !default;
|
|
188
188
|
$tab-mob-icon-size: $text-xl !default;
|
|
189
189
|
$tab-big-icon-container-size: 28px !default;
|
|
190
|
-
$tab-nrml-icon-container-size:
|
|
190
|
+
$tab-nrml-icon-container-size: 20px !default;
|
|
191
191
|
$tab-mob-icon-container-size: 20px !default;
|
|
192
192
|
$tab-big-nav-icon-top: 11px !default;
|
|
193
193
|
$tab-nrml-nav-icon-top: 5px !default;
|
|
@@ -364,7 +364,7 @@ $tab-bgr-item-text-margin-bottom: 0 !default;
|
|
|
364
364
|
$tab-nrml-hscroll-items-nav-width: 40px !default;
|
|
365
365
|
$tab-nrml-hscroll-items-bdr-radius: 4px !default;
|
|
366
366
|
$tab-nrml-item-text-wrap-height: 40px !default;
|
|
367
|
-
$tab-nrml-item-tabicon-line-height:
|
|
367
|
+
$tab-nrml-item-tabicon-line-height: 1 !default;
|
|
368
368
|
$tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
|
|
369
369
|
$tab-nrml-scroll-nav-arrow-before-top: 0 !default;
|
|
370
370
|
$tab-nrml-hor-pop-lineheight: 40px !default;
|
|
@@ -184,10 +184,10 @@ $tab-nrml-nav-icon-size: 16px !default;
|
|
|
184
184
|
$tab-mob-nav-icon-size: 16px !default;
|
|
185
185
|
$tab-mob-nav-vicon-size: 12px !default;
|
|
186
186
|
$tab-big-icon-size: 16px !default;
|
|
187
|
-
$tab-nrml-icon-size:
|
|
187
|
+
$tab-nrml-icon-size: 16px !default;
|
|
188
188
|
$tab-mob-icon-size: 20px !default;
|
|
189
189
|
$tab-big-icon-container-size: 24px !default;
|
|
190
|
-
$tab-nrml-icon-container-size:
|
|
190
|
+
$tab-nrml-icon-container-size: 20px !default;
|
|
191
191
|
$tab-mob-icon-container-size: 20px !default;
|
|
192
192
|
$tab-big-nav-icon-top: 11px !default;
|
|
193
193
|
$tab-nrml-nav-icon-top: 5px !default;
|
|
@@ -365,7 +365,7 @@ $tab-bgr-item-text-margin-bottom: 0 !default;
|
|
|
365
365
|
$tab-nrml-hscroll-items-nav-width: 32px !default;
|
|
366
366
|
$tab-nrml-hscroll-items-bdr-radius: 4px !default;
|
|
367
367
|
$tab-nrml-item-text-wrap-height: $tab-nrml-height !default;
|
|
368
|
-
$tab-nrml-item-tabicon-line-height:
|
|
368
|
+
$tab-nrml-item-tabicon-line-height: 1 !default;
|
|
369
369
|
$tab-nrml-pop-item-textwrap-height: $tab-nrml-pop-item-height !default;
|
|
370
370
|
$tab-nrml-scroll-nav-arrow-before-top: 0 !default;
|
|
371
371
|
$tab-nrml-hor-pop-lineheight: 32px !default;
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
height: 20px;
|
|
299
299
|
min-width: 20px;
|
|
300
300
|
width: 20px;
|
|
301
|
-
line-height:
|
|
301
|
+
line-height: 1;
|
|
302
302
|
}
|
|
303
303
|
@media screen and (max-width: 480px) {
|
|
304
304
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
}
|
|
309
309
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
310
310
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
311
|
-
font-size:
|
|
311
|
+
font-size: 16px;
|
|
312
312
|
}
|
|
313
313
|
@media screen and (max-width: 480px) {
|
|
314
314
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
height: 20px;
|
|
1721
1721
|
min-width: 20px;
|
|
1722
1722
|
width: 20px;
|
|
1723
|
-
line-height:
|
|
1723
|
+
line-height: 1;
|
|
1724
1724
|
}
|
|
1725
1725
|
@media screen and (max-width: 480px) {
|
|
1726
1726
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -1730,7 +1730,7 @@
|
|
|
1730
1730
|
}
|
|
1731
1731
|
.e-tab-clone-element .e-tab-icon,
|
|
1732
1732
|
.e-tab-clone-element .e-tab-icon::before {
|
|
1733
|
-
font-size:
|
|
1733
|
+
font-size: 16px;
|
|
1734
1734
|
}
|
|
1735
1735
|
@media screen and (max-width: 480px) {
|
|
1736
1736
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -290,10 +290,10 @@
|
|
|
290
290
|
display: -webkit-inline-box;
|
|
291
291
|
display: -ms-inline-flexbox;
|
|
292
292
|
display: inline-flex;
|
|
293
|
-
height:
|
|
294
|
-
min-width:
|
|
295
|
-
width:
|
|
296
|
-
line-height:
|
|
293
|
+
height: 20px;
|
|
294
|
+
min-width: 20px;
|
|
295
|
+
width: 20px;
|
|
296
|
+
line-height: 1;
|
|
297
297
|
}
|
|
298
298
|
@media screen and (max-width: 480px) {
|
|
299
299
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
}
|
|
304
304
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
305
305
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
306
|
-
font-size:
|
|
306
|
+
font-size: 16px;
|
|
307
307
|
}
|
|
308
308
|
@media screen and (max-width: 480px) {
|
|
309
309
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -1712,10 +1712,10 @@
|
|
|
1712
1712
|
display: -webkit-inline-box;
|
|
1713
1713
|
display: -ms-inline-flexbox;
|
|
1714
1714
|
display: inline-flex;
|
|
1715
|
-
height:
|
|
1716
|
-
min-width:
|
|
1717
|
-
width:
|
|
1718
|
-
line-height:
|
|
1715
|
+
height: 20px;
|
|
1716
|
+
min-width: 20px;
|
|
1717
|
+
width: 20px;
|
|
1718
|
+
line-height: 1;
|
|
1719
1719
|
}
|
|
1720
1720
|
@media screen and (max-width: 480px) {
|
|
1721
1721
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -1725,7 +1725,7 @@
|
|
|
1725
1725
|
}
|
|
1726
1726
|
.e-tab-clone-element .e-tab-icon,
|
|
1727
1727
|
.e-tab-clone-element .e-tab-icon::before {
|
|
1728
|
-
font-size:
|
|
1728
|
+
font-size: 16px;
|
|
1729
1729
|
}
|
|
1730
1730
|
@media screen and (max-width: 480px) {
|
|
1731
1731
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -294,10 +294,10 @@
|
|
|
294
294
|
display: -webkit-inline-box;
|
|
295
295
|
display: -ms-inline-flexbox;
|
|
296
296
|
display: inline-flex;
|
|
297
|
-
height:
|
|
298
|
-
min-width:
|
|
299
|
-
width:
|
|
300
|
-
line-height:
|
|
297
|
+
height: 20px;
|
|
298
|
+
min-width: 20px;
|
|
299
|
+
width: 20px;
|
|
300
|
+
line-height: 1;
|
|
301
301
|
}
|
|
302
302
|
@media screen and (max-width: 480px) {
|
|
303
303
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
}
|
|
308
308
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
309
309
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
310
|
-
font-size:
|
|
310
|
+
font-size: 16px;
|
|
311
311
|
}
|
|
312
312
|
@media screen and (max-width: 480px) {
|
|
313
313
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -1716,10 +1716,10 @@
|
|
|
1716
1716
|
display: -webkit-inline-box;
|
|
1717
1717
|
display: -ms-inline-flexbox;
|
|
1718
1718
|
display: inline-flex;
|
|
1719
|
-
height:
|
|
1720
|
-
min-width:
|
|
1721
|
-
width:
|
|
1722
|
-
line-height:
|
|
1719
|
+
height: 20px;
|
|
1720
|
+
min-width: 20px;
|
|
1721
|
+
width: 20px;
|
|
1722
|
+
line-height: 1;
|
|
1723
1723
|
}
|
|
1724
1724
|
@media screen and (max-width: 480px) {
|
|
1725
1725
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -1729,7 +1729,7 @@
|
|
|
1729
1729
|
}
|
|
1730
1730
|
.e-tab-clone-element .e-tab-icon,
|
|
1731
1731
|
.e-tab-clone-element .e-tab-icon::before {
|
|
1732
|
-
font-size:
|
|
1732
|
+
font-size: 16px;
|
|
1733
1733
|
}
|
|
1734
1734
|
@media screen and (max-width: 480px) {
|
|
1735
1735
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -290,10 +290,10 @@
|
|
|
290
290
|
display: -webkit-inline-box;
|
|
291
291
|
display: -ms-inline-flexbox;
|
|
292
292
|
display: inline-flex;
|
|
293
|
-
height:
|
|
294
|
-
min-width:
|
|
295
|
-
width:
|
|
296
|
-
line-height:
|
|
293
|
+
height: 20px;
|
|
294
|
+
min-width: 20px;
|
|
295
|
+
width: 20px;
|
|
296
|
+
line-height: 1;
|
|
297
297
|
}
|
|
298
298
|
@media screen and (max-width: 480px) {
|
|
299
299
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
}
|
|
304
304
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
305
305
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
306
|
-
font-size:
|
|
306
|
+
font-size: 16px;
|
|
307
307
|
}
|
|
308
308
|
@media screen and (max-width: 480px) {
|
|
309
309
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -1712,10 +1712,10 @@
|
|
|
1712
1712
|
display: -webkit-inline-box;
|
|
1713
1713
|
display: -ms-inline-flexbox;
|
|
1714
1714
|
display: inline-flex;
|
|
1715
|
-
height:
|
|
1716
|
-
min-width:
|
|
1717
|
-
width:
|
|
1718
|
-
line-height:
|
|
1715
|
+
height: 20px;
|
|
1716
|
+
min-width: 20px;
|
|
1717
|
+
width: 20px;
|
|
1718
|
+
line-height: 1;
|
|
1719
1719
|
}
|
|
1720
1720
|
@media screen and (max-width: 480px) {
|
|
1721
1721
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -1725,7 +1725,7 @@
|
|
|
1725
1725
|
}
|
|
1726
1726
|
.e-tab-clone-element .e-tab-icon,
|
|
1727
1727
|
.e-tab-clone-element .e-tab-icon::before {
|
|
1728
|
-
font-size:
|
|
1728
|
+
font-size: 16px;
|
|
1729
1729
|
}
|
|
1730
1730
|
@media screen and (max-width: 480px) {
|
|
1731
1731
|
.e-tab-clone-element .e-tab-icon,
|
|
@@ -292,10 +292,10 @@
|
|
|
292
292
|
display: -webkit-inline-box;
|
|
293
293
|
display: -ms-inline-flexbox;
|
|
294
294
|
display: inline-flex;
|
|
295
|
-
height:
|
|
296
|
-
min-width:
|
|
297
|
-
width:
|
|
298
|
-
line-height:
|
|
295
|
+
height: 20px;
|
|
296
|
+
min-width: 20px;
|
|
297
|
+
width: 20px;
|
|
298
|
+
line-height: 1;
|
|
299
299
|
}
|
|
300
300
|
@media screen and (max-width: 480px) {
|
|
301
301
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
}
|
|
306
306
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
307
307
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
308
|
-
font-size:
|
|
308
|
+
font-size: 16px;
|
|
309
309
|
}
|
|
310
310
|
@media screen and (max-width: 480px) {
|
|
311
311
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -1716,10 +1716,10 @@
|
|
|
1716
1716
|
display: -webkit-inline-box;
|
|
1717
1717
|
display: -ms-inline-flexbox;
|
|
1718
1718
|
display: inline-flex;
|
|
1719
|
-
height:
|
|
1720
|
-
min-width:
|
|
1721
|
-
width:
|
|
1722
|
-
line-height:
|
|
1719
|
+
height: 20px;
|
|
1720
|
+
min-width: 20px;
|
|
1721
|
+
width: 20px;
|
|
1722
|
+
line-height: 1;
|
|
1723
1723
|
}
|
|
1724
1724
|
@media screen and (max-width: 480px) {
|
|
1725
1725
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -1729,7 +1729,7 @@
|
|
|
1729
1729
|
}
|
|
1730
1730
|
.e-tab-clone-element .e-tab-icon,
|
|
1731
1731
|
.e-tab-clone-element .e-tab-icon::before {
|
|
1732
|
-
font-size:
|
|
1732
|
+
font-size: 16px;
|
|
1733
1733
|
}
|
|
1734
1734
|
@media screen and (max-width: 480px) {
|
|
1735
1735
|
.e-tab-clone-element .e-tab-icon,
|
package/styles/tab/material3.css
CHANGED
|
@@ -294,10 +294,10 @@
|
|
|
294
294
|
display: -webkit-inline-box;
|
|
295
295
|
display: -ms-inline-flexbox;
|
|
296
296
|
display: inline-flex;
|
|
297
|
-
height:
|
|
298
|
-
min-width:
|
|
299
|
-
width:
|
|
300
|
-
line-height:
|
|
297
|
+
height: 20px;
|
|
298
|
+
min-width: 20px;
|
|
299
|
+
width: 20px;
|
|
300
|
+
line-height: 1;
|
|
301
301
|
}
|
|
302
302
|
@media screen and (max-width: 480px) {
|
|
303
303
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
}
|
|
308
308
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
309
309
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
310
|
-
font-size:
|
|
310
|
+
font-size: 16px;
|
|
311
311
|
}
|
|
312
312
|
@media screen and (max-width: 480px) {
|
|
313
313
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -1718,10 +1718,10 @@
|
|
|
1718
1718
|
display: -webkit-inline-box;
|
|
1719
1719
|
display: -ms-inline-flexbox;
|
|
1720
1720
|
display: inline-flex;
|
|
1721
|
-
height:
|
|
1722
|
-
min-width:
|
|
1723
|
-
width:
|
|
1724
|
-
line-height:
|
|
1721
|
+
height: 20px;
|
|
1722
|
+
min-width: 20px;
|
|
1723
|
+
width: 20px;
|
|
1724
|
+
line-height: 1;
|
|
1725
1725
|
}
|
|
1726
1726
|
@media screen and (max-width: 480px) {
|
|
1727
1727
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -1731,7 +1731,7 @@
|
|
|
1731
1731
|
}
|
|
1732
1732
|
.e-tab-clone-element .e-tab-icon,
|
|
1733
1733
|
.e-tab-clone-element .e-tab-icon::before {
|
|
1734
|
-
font-size:
|
|
1734
|
+
font-size: 16px;
|
|
1735
1735
|
}
|
|
1736
1736
|
@media screen and (max-width: 480px) {
|
|
1737
1737
|
.e-tab-clone-element .e-tab-icon,
|
package/styles/tab/tailwind3.css
CHANGED
|
@@ -294,10 +294,10 @@
|
|
|
294
294
|
display: -webkit-inline-box;
|
|
295
295
|
display: -ms-inline-flexbox;
|
|
296
296
|
display: inline-flex;
|
|
297
|
-
height:
|
|
298
|
-
min-width:
|
|
299
|
-
width:
|
|
300
|
-
line-height:
|
|
297
|
+
height: 20px;
|
|
298
|
+
min-width: 20px;
|
|
299
|
+
width: 20px;
|
|
300
|
+
line-height: 1;
|
|
301
301
|
}
|
|
302
302
|
@media screen and (max-width: 480px) {
|
|
303
303
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
}
|
|
308
308
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
309
309
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
|
|
310
|
-
font-size:
|
|
310
|
+
font-size: 16px;
|
|
311
311
|
}
|
|
312
312
|
@media screen and (max-width: 480px) {
|
|
313
313
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
|
|
@@ -1716,10 +1716,10 @@
|
|
|
1716
1716
|
display: -webkit-inline-box;
|
|
1717
1717
|
display: -ms-inline-flexbox;
|
|
1718
1718
|
display: inline-flex;
|
|
1719
|
-
height:
|
|
1720
|
-
min-width:
|
|
1721
|
-
width:
|
|
1722
|
-
line-height:
|
|
1719
|
+
height: 20px;
|
|
1720
|
+
min-width: 20px;
|
|
1721
|
+
width: 20px;
|
|
1722
|
+
line-height: 1;
|
|
1723
1723
|
}
|
|
1724
1724
|
@media screen and (max-width: 480px) {
|
|
1725
1725
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
@@ -1729,7 +1729,7 @@
|
|
|
1729
1729
|
}
|
|
1730
1730
|
.e-tab-clone-element .e-tab-icon,
|
|
1731
1731
|
.e-tab-clone-element .e-tab-icon::before {
|
|
1732
|
-
font-size:
|
|
1732
|
+
font-size: 16px;
|
|
1733
1733
|
}
|
|
1734
1734
|
@media screen and (max-width: 480px) {
|
|
1735
1735
|
.e-tab-clone-element .e-tab-icon,
|