@syncfusion/ej2-angular-grids 23.2.4 → 23.2.6

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 (39) hide show
  1. package/package.json +8 -8
  2. package/schematics/utils/lib-details.d.ts +2 -2
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/bootstrap-dark.css +1 -0
  6. package/styles/bootstrap.css +1 -0
  7. package/styles/bootstrap4.css +1 -0
  8. package/styles/bootstrap5-dark.css +1 -0
  9. package/styles/bootstrap5.css +1 -0
  10. package/styles/fabric-dark.css +1 -0
  11. package/styles/fabric.css +1 -0
  12. package/styles/fluent-dark.css +7 -0
  13. package/styles/fluent.css +7 -0
  14. package/styles/grid/_layout.scss +15 -0
  15. package/styles/grid/bootstrap-dark.css +1 -0
  16. package/styles/grid/bootstrap.css +1 -0
  17. package/styles/grid/bootstrap4.css +1 -0
  18. package/styles/grid/bootstrap5-dark.css +1 -0
  19. package/styles/grid/bootstrap5.css +1 -0
  20. package/styles/grid/fabric-dark.css +1 -0
  21. package/styles/grid/fabric.css +1 -0
  22. package/styles/grid/fluent-dark.css +7 -0
  23. package/styles/grid/fluent.css +7 -0
  24. package/styles/grid/highcontrast-light.css +1 -0
  25. package/styles/grid/highcontrast.css +1 -0
  26. package/styles/grid/material-dark.css +1 -0
  27. package/styles/grid/material.css +1 -0
  28. package/styles/grid/material3-dark.css +1 -0
  29. package/styles/grid/material3.css +1 -0
  30. package/styles/grid/tailwind-dark.css +1 -0
  31. package/styles/grid/tailwind.css +1 -0
  32. package/styles/highcontrast-light.css +1 -0
  33. package/styles/highcontrast.css +1 -0
  34. package/styles/material-dark.css +1 -0
  35. package/styles/material.css +1 -0
  36. package/styles/material3-dark.css +1 -0
  37. package/styles/material3.css +1 -0
  38. package/styles/tailwind-dark.css +1 -0
  39. package/styles/tailwind.css +1 -0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@23.1.44",
3
+ "_id": "@syncfusion/ej2-angular-grids@23.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-9aWy9+rzl60uxqt1+1B5mAkqm9RYn4qIU+Yv0YlJriMZVrAltrTZy5whPtHVp5XZbNtY4zs7NFiogHaqLjR0FA==",
5
+ "_integrity": "sha512-q21qC3c58eyCkxFeyCf0dF9r/osqLLTVtlBUO2ufLm7bJAhr7YPevBvEMjwrGncg5JIMDPF5jL3NATgD/cWSUw==",
6
6
  "_location": "/@syncfusion/ej2-angular-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-23.1.44.tgz",
23
- "_shasum": "270a7de15da63ce321a5d2dc682d1892560ce429",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-23.2.4.tgz",
23
+ "_shasum": "5dc98519c7c7d611ae46d8ffa67f0faccfb1551f",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~23.2.4",
35
- "@syncfusion/ej2-base": "~23.2.4",
36
- "@syncfusion/ej2-grids": "23.2.4",
34
+ "@syncfusion/ej2-angular-base": "~23.2.5",
35
+ "@syncfusion/ej2-base": "~23.2.6",
36
+ "@syncfusion/ej2-grids": "23.2.6",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -72,5 +72,5 @@
72
72
  "schematics": "./schematics/collection.json",
73
73
  "sideEffects": false,
74
74
  "typings": "syncfusion-ej2-angular-grids.d.ts",
75
- "version": "23.2.4"
75
+ "version": "23.2.6"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^23.1.44";
2
+ export declare const pkgVer = "^23.2.4";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~23.1.44";
4
+ export declare const themeVer = "~23.2.4";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-grids';
4
- exports.pkgVer = '^23.2.4';
4
+ exports.pkgVer = '^23.2.6';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~23.2.4';
6
+ exports.themeVer = '~23.2.6';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^23.2.4';
2
+ export const pkgVer = '^23.2.6';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~23.2.4';
4
+ export const themeVer = '~23.2.6';
@@ -2917,6 +2917,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2917
2917
  }
2918
2918
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2919
2919
  left: 44%;
2920
+ top: -8px;
2920
2921
  }
2921
2922
  .e-grid .e-normaledit .e-rowcell {
2922
2923
  padding-bottom: 0;
@@ -2918,6 +2918,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2918
2918
  }
2919
2919
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2920
2920
  left: 44%;
2921
+ top: -8px;
2921
2922
  }
2922
2923
  .e-grid .e-normaledit .e-rowcell {
2923
2924
  padding-bottom: 0;
@@ -2989,6 +2989,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2989
2989
  }
2990
2990
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2991
2991
  left: 44%;
2992
+ top: -8px;
2992
2993
  }
2993
2994
  .e-grid .e-normaledit .e-rowcell {
2994
2995
  padding-bottom: 0;
@@ -2982,6 +2982,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2982
2982
  }
2983
2983
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2984
2984
  left: 44%;
2985
+ top: -8px;
2985
2986
  }
2986
2987
  .e-grid .e-normaledit .e-rowcell {
2987
2988
  padding-bottom: 0;
@@ -2982,6 +2982,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2982
2982
  }
2983
2983
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2984
2984
  left: 44%;
2985
+ top: -8px;
2985
2986
  }
2986
2987
  .e-grid .e-normaledit .e-rowcell {
2987
2988
  padding-bottom: 0;
@@ -2891,6 +2891,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2891
2891
  }
2892
2892
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2893
2893
  left: 44%;
2894
+ top: -8px;
2894
2895
  }
2895
2896
  .e-grid .e-normaledit .e-rowcell {
2896
2897
  padding-bottom: 0;
package/styles/fabric.css CHANGED
@@ -2884,6 +2884,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2884
2884
  }
2885
2885
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2886
2886
  left: 44%;
2887
+ top: -8px;
2887
2888
  }
2888
2889
  .e-grid .e-normaledit .e-rowcell {
2889
2890
  padding-bottom: 0;
@@ -2990,6 +2990,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2990
2990
  }
2991
2991
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2992
2992
  left: 44%;
2993
+ top: -8px;
2993
2994
  }
2994
2995
  .e-grid .e-normaledit .e-rowcell {
2995
2996
  padding-bottom: 0;
@@ -4195,6 +4196,12 @@ li.e-separator.e-menu-item.e-excel-separator {
4195
4196
  padding-bottom: 0;
4196
4197
  }
4197
4198
 
4199
+ .e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
4200
+ .e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
4201
+ .e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
4202
+ overflow: hidden;
4203
+ }
4204
+
4198
4205
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
4199
4206
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
4200
4207
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
package/styles/fluent.css CHANGED
@@ -2990,6 +2990,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2990
2990
  }
2991
2991
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2992
2992
  left: 44%;
2993
+ top: -8px;
2993
2994
  }
2994
2995
  .e-grid .e-normaledit .e-rowcell {
2995
2996
  padding-bottom: 0;
@@ -4195,6 +4196,12 @@ li.e-separator.e-menu-item.e-excel-separator {
4195
4196
  padding-bottom: 0;
4196
4197
  }
4197
4198
 
4199
+ .e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
4200
+ .e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
4201
+ .e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
4202
+ overflow: hidden;
4203
+ }
4204
+
4198
4205
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
4199
4206
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
4200
4207
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
@@ -3091,6 +3091,7 @@ margin: $grid-group-animator-cell-margin;
3091
3091
 
3092
3092
  .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
3093
3093
  left: 44%;
3094
+ top: -8px;
3094
3095
  }
3095
3096
 
3096
3097
  .e-normaledit .e-rowcell {
@@ -4795,6 +4796,20 @@ margin: $grid-group-animator-cell-margin;
4795
4796
  }
4796
4797
  }
4797
4798
 
4799
+ .e-bigger {
4800
+ &.e-grid.sf-grid.e-row-responsive,
4801
+ .e-grid.sf-grid.e-row-responsive {
4802
+ & .e-gridcontent,
4803
+ & .e-summarycontent {
4804
+ & td::before{
4805
+ @if $grid-skin == 'fluent' {
4806
+ overflow: hidden;
4807
+ }
4808
+ }
4809
+ }
4810
+ }
4811
+ }
4812
+
4798
4813
  .e-bigger .e-grid.e-row-responsive,
4799
4814
  .e-bigger.e-grid.e-row-responsive {
4800
4815
 
@@ -2493,6 +2493,7 @@
2493
2493
  }
2494
2494
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2495
2495
  left: 44%;
2496
+ top: -8px;
2496
2497
  }
2497
2498
  .e-grid .e-normaledit .e-rowcell {
2498
2499
  padding-bottom: 0;
@@ -2494,6 +2494,7 @@
2494
2494
  }
2495
2495
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2496
2496
  left: 44%;
2497
+ top: -8px;
2497
2498
  }
2498
2499
  .e-grid .e-normaledit .e-rowcell {
2499
2500
  padding-bottom: 0;
@@ -2554,6 +2554,7 @@
2554
2554
  }
2555
2555
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2556
2556
  left: 44%;
2557
+ top: -8px;
2557
2558
  }
2558
2559
  .e-grid .e-normaledit .e-rowcell {
2559
2560
  padding-bottom: 0;
@@ -2555,6 +2555,7 @@
2555
2555
  }
2556
2556
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2557
2557
  left: 44%;
2558
+ top: -8px;
2558
2559
  }
2559
2560
  .e-grid .e-normaledit .e-rowcell {
2560
2561
  padding-bottom: 0;
@@ -2555,6 +2555,7 @@
2555
2555
  }
2556
2556
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2557
2557
  left: 44%;
2558
+ top: -8px;
2558
2559
  }
2559
2560
  .e-grid .e-normaledit .e-rowcell {
2560
2561
  padding-bottom: 0;
@@ -2467,6 +2467,7 @@
2467
2467
  }
2468
2468
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2469
2469
  left: 44%;
2470
+ top: -8px;
2470
2471
  }
2471
2472
  .e-grid .e-normaledit .e-rowcell {
2472
2473
  padding-bottom: 0;
@@ -2460,6 +2460,7 @@
2460
2460
  }
2461
2461
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2462
2462
  left: 44%;
2463
+ top: -8px;
2463
2464
  }
2464
2465
  .e-grid .e-normaledit .e-rowcell {
2465
2466
  padding-bottom: 0;
@@ -2563,6 +2563,7 @@
2563
2563
  }
2564
2564
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2565
2565
  left: 44%;
2566
+ top: -8px;
2566
2567
  }
2567
2568
  .e-grid .e-normaledit .e-rowcell {
2568
2569
  padding-bottom: 0;
@@ -3768,6 +3769,12 @@
3768
3769
  padding-bottom: 0;
3769
3770
  }
3770
3771
 
3772
+ .e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
3773
+ .e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
3774
+ .e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
3775
+ overflow: hidden;
3776
+ }
3777
+
3771
3778
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
3772
3779
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
3773
3780
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
@@ -2563,6 +2563,7 @@
2563
2563
  }
2564
2564
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2565
2565
  left: 44%;
2566
+ top: -8px;
2566
2567
  }
2567
2568
  .e-grid .e-normaledit .e-rowcell {
2568
2569
  padding-bottom: 0;
@@ -3768,6 +3769,12 @@
3768
3769
  padding-bottom: 0;
3769
3770
  }
3770
3771
 
3772
+ .e-bigger.e-grid.sf-grid.e-row-responsive .e-gridcontent td::before, .e-bigger.e-grid.sf-grid.e-row-responsive .e-summarycontent td::before,
3773
+ .e-bigger .e-grid.sf-grid.e-row-responsive .e-gridcontent td::before,
3774
+ .e-bigger .e-grid.sf-grid.e-row-responsive .e-summarycontent td::before {
3775
+ overflow: hidden;
3776
+ }
3777
+
3771
3778
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,
3772
3779
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,
3773
3780
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,
@@ -2464,6 +2464,7 @@
2464
2464
  }
2465
2465
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2466
2466
  left: 44%;
2467
+ top: -8px;
2467
2468
  }
2468
2469
  .e-grid .e-normaledit .e-rowcell {
2469
2470
  padding-bottom: 0;
@@ -2464,6 +2464,7 @@
2464
2464
  }
2465
2465
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2466
2466
  left: 44%;
2467
+ top: -8px;
2467
2468
  }
2468
2469
  .e-grid .e-normaledit .e-rowcell {
2469
2470
  padding-bottom: 0;
@@ -2507,6 +2507,7 @@
2507
2507
  }
2508
2508
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2509
2509
  left: 44%;
2510
+ top: -8px;
2510
2511
  }
2511
2512
  .e-grid .e-normaledit .e-rowcell {
2512
2513
  padding-bottom: 0;
@@ -2541,6 +2541,7 @@
2541
2541
  }
2542
2542
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2543
2543
  left: 44%;
2544
+ top: -8px;
2544
2545
  }
2545
2546
  .e-grid .e-normaledit .e-rowcell {
2546
2547
  padding-bottom: 0;
@@ -2761,6 +2761,7 @@
2761
2761
  }
2762
2762
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2763
2763
  left: 44%;
2764
+ top: -8px;
2764
2765
  }
2765
2766
  .e-grid .e-normaledit .e-rowcell {
2766
2767
  padding-bottom: 0;
@@ -2817,6 +2817,7 @@
2817
2817
  }
2818
2818
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2819
2819
  left: 44%;
2820
+ top: -8px;
2820
2821
  }
2821
2822
  .e-grid .e-normaledit .e-rowcell {
2822
2823
  padding-bottom: 0;
@@ -2570,6 +2570,7 @@
2570
2570
  }
2571
2571
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2572
2572
  left: 44%;
2573
+ top: -8px;
2573
2574
  }
2574
2575
  .e-grid .e-normaledit .e-rowcell {
2575
2576
  padding-bottom: 0;
@@ -2570,6 +2570,7 @@
2570
2570
  }
2571
2571
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2572
2572
  left: 44%;
2573
+ top: -8px;
2573
2574
  }
2574
2575
  .e-grid .e-normaledit .e-rowcell {
2575
2576
  padding-bottom: 0;
@@ -2888,6 +2888,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2888
2888
  }
2889
2889
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2890
2890
  left: 44%;
2891
+ top: -8px;
2891
2892
  }
2892
2893
  .e-grid .e-normaledit .e-rowcell {
2893
2894
  padding-bottom: 0;
@@ -2888,6 +2888,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2888
2888
  }
2889
2889
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2890
2890
  left: 44%;
2891
+ top: -8px;
2891
2892
  }
2892
2893
  .e-grid .e-normaledit .e-rowcell {
2893
2894
  padding-bottom: 0;
@@ -2937,6 +2937,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2937
2937
  }
2938
2938
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2939
2939
  left: 44%;
2940
+ top: -8px;
2940
2941
  }
2941
2942
  .e-grid .e-normaledit .e-rowcell {
2942
2943
  padding-bottom: 0;
@@ -2979,6 +2979,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2979
2979
  }
2980
2980
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2981
2981
  left: 44%;
2982
+ top: -8px;
2982
2983
  }
2983
2984
  .e-grid .e-normaledit .e-rowcell {
2984
2985
  padding-bottom: 0;
@@ -3236,6 +3236,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3236
3236
  }
3237
3237
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
3238
3238
  left: 44%;
3239
+ top: -8px;
3239
3240
  }
3240
3241
  .e-grid .e-normaledit .e-rowcell {
3241
3242
  padding-bottom: 0;
@@ -3292,6 +3292,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3292
3292
  }
3293
3293
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
3294
3294
  left: 44%;
3295
+ top: -8px;
3295
3296
  }
3296
3297
  .e-grid .e-normaledit .e-rowcell {
3297
3298
  padding-bottom: 0;
@@ -2997,6 +2997,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2997
2997
  }
2998
2998
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2999
2999
  left: 44%;
3000
+ top: -8px;
3000
3001
  }
3001
3002
  .e-grid .e-normaledit .e-rowcell {
3002
3003
  padding-bottom: 0;
@@ -2997,6 +2997,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2997
2997
  }
2998
2998
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
2999
2999
  left: 44%;
3000
+ top: -8px;
3000
3001
  }
3001
3002
  .e-grid .e-normaledit .e-rowcell {
3002
3003
  padding-bottom: 0;