@syncfusion/ej2-navigations 28.2.5 → 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.
Files changed (48) hide show
  1. package/README.md +1 -1
  2. package/dist/ej2-navigations.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +66 -10
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +66 -10
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +2 -2
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +10 -10
  13. package/src/carousel/carousel.js +5 -0
  14. package/src/common/menu-base.js +38 -5
  15. package/src/toolbar/toolbar.js +4 -1
  16. package/src/treeview/treeview.js +19 -4
  17. package/styles/bootstrap4-lite.css +4 -4
  18. package/styles/bootstrap4.css +4 -4
  19. package/styles/bootstrap5-dark-lite.css +10 -10
  20. package/styles/bootstrap5-dark.css +10 -10
  21. package/styles/bootstrap5-lite.css +10 -10
  22. package/styles/bootstrap5.3-lite.css +12 -12
  23. package/styles/bootstrap5.3.css +12 -12
  24. package/styles/bootstrap5.css +10 -10
  25. package/styles/fluent2-lite.css +7 -26
  26. package/styles/fluent2.css +7 -26
  27. package/styles/material3-dark-lite.css +10 -10
  28. package/styles/material3-dark.css +10 -10
  29. package/styles/material3-lite.css +10 -10
  30. package/styles/material3.css +10 -10
  31. package/styles/tab/_bootstrap4-definition.scss +2 -2
  32. package/styles/tab/_bootstrap5-definition.scss +3 -3
  33. package/styles/tab/_bootstrap5.3-definition.scss +3 -3
  34. package/styles/tab/_material3-definition.scss +3 -3
  35. package/styles/tab/_tailwind3-definition.scss +3 -3
  36. package/styles/tab/bootstrap4.css +4 -4
  37. package/styles/tab/bootstrap5-dark.css +10 -10
  38. package/styles/tab/bootstrap5.3.css +10 -10
  39. package/styles/tab/bootstrap5.css +10 -10
  40. package/styles/tab/material3-dark.css +10 -10
  41. package/styles/tab/material3.css +10 -10
  42. package/styles/tab/tailwind3.css +10 -10
  43. package/styles/tailwind3-lite.css +17 -36
  44. package/styles/tailwind3.css +17 -36
  45. package/styles/toolbar/_theme.scss +25 -64
  46. package/styles/toolbar/bootstrap5.3.css +2 -2
  47. package/styles/toolbar/fluent2.css +7 -26
  48. package/styles/toolbar/tailwind3.css +7 -26
@@ -1749,24 +1749,15 @@
1749
1749
  border-color: var(--color-sf-icon-color);
1750
1750
  border-style: solid;
1751
1751
  border-width: 0;
1752
- -webkit-box-shadow: none;
1753
- box-shadow: none;
1752
+ -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1753
+ box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1754
1754
  }
1755
1755
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
1756
1756
  color: var(--color-sf-toolbar-icon-color);
1757
+ color: var(--color-sf-icon-color);
1757
1758
  }
1758
1759
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1759
1760
  color: var(--color-sf-toolbar-icon-color);
1760
- }
1761
- .e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible {
1762
- background: var(--color-sf-content-bg-color-alt1);
1763
- -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1764
- box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1765
- }
1766
- .e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible .e-icons {
1767
- color: var(--color-sf-icon-color);
1768
- }
1769
- .e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible .e-tbar-btn-text {
1770
1761
  color: var(--color-sf-content-text-color);
1771
1762
  }
1772
1763
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
@@ -1937,18 +1928,13 @@
1937
1928
  border-color: var(--color-sf-icon-color);
1938
1929
  border-style: solid;
1939
1930
  border-width: 0;
1940
- -webkit-box-shadow: none;
1941
- box-shadow: none;
1942
- }
1943
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus-visible {
1944
- background: var(--color-sf-flyout-bg-color-focus);
1945
1931
  -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1946
1932
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1947
1933
  }
1948
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus-visible .e-icons {
1934
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
1949
1935
  color: var(--color-sf-icon-color-hover);
1950
1936
  }
1951
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus-visible .e-tbar-btn-text {
1937
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1952
1938
  color: var(--color-sf-flyout-text-color-focus);
1953
1939
  }
1954
1940
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
@@ -1969,18 +1955,13 @@
1969
1955
  border-color: var(--color-sf-icon-color);
1970
1956
  border-style: solid;
1971
1957
  border-width: 0;
1972
- -webkit-box-shadow: none;
1973
- box-shadow: none;
1974
- }
1975
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus-visible {
1976
- background: var(--color-sf-content-bg-color-alt1);
1977
1958
  -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1978
1959
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1979
1960
  }
1980
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus-visible .e-icons {
1961
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
1981
1962
  color: var(--color-sf-icon-color);
1982
1963
  }
1983
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus-visible .e-tbar-btn-text {
1964
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
1984
1965
  color: var(--color-sf-content-text-color);
1985
1966
  }
1986
1967
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
@@ -2030,24 +2030,15 @@
2030
2030
  border-color: var(--color-sf-icon-color);
2031
2031
  border-style: solid;
2032
2032
  border-width: 0;
2033
- -webkit-box-shadow: none;
2034
- box-shadow: none;
2033
+ -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2034
+ box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2035
2035
  }
2036
2036
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2037
2037
  color: var(--color-sf-toolbar-icon-color);
2038
+ color: var(--color-sf-icon-color);
2038
2039
  }
2039
2040
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2040
2041
  color: var(--color-sf-toolbar-icon-color);
2041
- }
2042
- .e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible {
2043
- background: var(--color-sf-content-bg-color-alt1);
2044
- -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2045
- box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2046
- }
2047
- .e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible .e-icons {
2048
- color: var(--color-sf-icon-color);
2049
- }
2050
- .e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible .e-tbar-btn-text {
2051
2042
  color: var(--color-sf-content-text-color);
2052
2043
  }
2053
2044
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
@@ -2218,18 +2209,13 @@
2218
2209
  border-color: var(--color-sf-icon-color);
2219
2210
  border-style: solid;
2220
2211
  border-width: 0;
2221
- -webkit-box-shadow: none;
2222
- box-shadow: none;
2223
- }
2224
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus-visible {
2225
- background: var(--color-sf-flyout-bg-color-focus);
2226
2212
  -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2227
2213
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2228
2214
  }
2229
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus-visible .e-icons {
2215
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons {
2230
2216
  color: var(--color-sf-icon-color-hover);
2231
2217
  }
2232
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus-visible .e-tbar-btn-text {
2218
+ .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2233
2219
  color: var(--color-sf-flyout-text-color-focus);
2234
2220
  }
2235
2221
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus {
@@ -2250,18 +2236,13 @@
2250
2236
  border-color: var(--color-sf-icon-color);
2251
2237
  border-style: solid;
2252
2238
  border-width: 0;
2253
- -webkit-box-shadow: none;
2254
- box-shadow: none;
2255
- }
2256
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus-visible {
2257
- background: var(--color-sf-content-bg-color-alt1);
2258
2239
  -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2259
2240
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2260
2241
  }
2261
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus-visible .e-icons {
2242
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2262
2243
  color: var(--color-sf-icon-color);
2263
2244
  }
2264
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus-visible .e-tbar-btn-text {
2245
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
2265
2246
  color: var(--color-sf-content-text-color);
2266
2247
  }
2267
2248
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
@@ -3397,10 +3397,10 @@
3397
3397
  display: -webkit-inline-box;
3398
3398
  display: -ms-inline-flexbox;
3399
3399
  display: inline-flex;
3400
- height: 24px;
3401
- min-width: 24px;
3402
- width: 24px;
3403
- line-height: 24px;
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: 14px;
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: 24px;
4825
- min-width: 24px;
4826
- width: 24px;
4827
- line-height: 24px;
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: 14px;
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: 24px;
4104
- min-width: 24px;
4105
- width: 24px;
4106
- line-height: 24px;
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: 14px;
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: 24px;
5528
- min-width: 24px;
5529
- width: 24px;
5530
- line-height: 24px;
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: 14px;
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: 24px;
3403
- min-width: 24px;
3404
- width: 24px;
3405
- line-height: 24px;
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: 14px;
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: 24px;
4827
- min-width: 24px;
4828
- width: 24px;
4829
- line-height: 24px;
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: 14px;
4839
+ font-size: 16px;
4840
4840
  }
4841
4841
  @media screen and (max-width: 480px) {
4842
4842
  .e-tab-clone-element .e-tab-icon,
@@ -4102,10 +4102,10 @@
4102
4102
  display: -webkit-inline-box;
4103
4103
  display: -ms-inline-flexbox;
4104
4104
  display: inline-flex;
4105
- height: 24px;
4106
- min-width: 24px;
4107
- width: 24px;
4108
- line-height: 24px;
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: 14px;
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: 24px;
5530
- min-width: 24px;
5531
- width: 24px;
5532
- line-height: 24px;
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: 14px;
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: 14px !default;
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: $tab-nrml-icon-container-size !default;
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: 14px !default;
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: 24px !default;
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: $tab-nrml-icon-container-size !default;
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: 14px !default;
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: 24px !default;
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: $tab-nrml-icon-container-size !default;
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: $text-sm !default;
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: 24px !default;
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: $tab-nrml-icon-container-size !default;
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: 14px !default;
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: 24px !default;
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: $tab-nrml-icon-container-size !default;
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: 20px;
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: 14px;
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: 20px;
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: 14px;
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: 24px;
294
- min-width: 24px;
295
- width: 24px;
296
- line-height: 24px;
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: 14px;
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: 24px;
1716
- min-width: 24px;
1717
- width: 24px;
1718
- line-height: 24px;
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: 14px;
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: 24px;
298
- min-width: 24px;
299
- width: 24px;
300
- line-height: 24px;
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: 14px;
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: 24px;
1720
- min-width: 24px;
1721
- width: 24px;
1722
- line-height: 24px;
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: 14px;
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: 24px;
294
- min-width: 24px;
295
- width: 24px;
296
- line-height: 24px;
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: 14px;
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: 24px;
1716
- min-width: 24px;
1717
- width: 24px;
1718
- line-height: 24px;
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: 14px;
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: 24px;
296
- min-width: 24px;
297
- width: 24px;
298
- line-height: 24px;
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: 14px;
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: 24px;
1720
- min-width: 24px;
1721
- width: 24px;
1722
- line-height: 24px;
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: 14px;
1732
+ font-size: 16px;
1733
1733
  }
1734
1734
  @media screen and (max-width: 480px) {
1735
1735
  .e-tab-clone-element .e-tab-icon,