@syncfusion/ej2-react-grids 20.2.40 → 20.2.43

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 CHANGED
@@ -4,6 +4,23 @@
4
4
 
5
5
  ### Grid
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I392233` - Filtering issue with Boolean values has been fixed and now working properly.
10
+ - `#I388879` - Destroying Grid with expanded child grid throws script error has been resolved.
11
+ - `#I388052` - Screen reader reads the column as draggable even though it is not a draggable column has been fixed.
12
+
13
+ ## 20.2.40 (2022-07-26)
14
+
15
+ ### Grid
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I387901` - Command column disappear on pressing shift+tab key issue has been fixed.
20
+ - `#I375590` - Now the Screen Reader announcing the state of the expand and collapse icon properly.
21
+ - `#I390959` - `setRowData` method is now working properly with Column Template has been fixed.
22
+ - `#I390767` - Text wrapping is not applied in the Stack header feature issue has been fixed.
23
+
7
24
  #### Breaking Changes
8
25
 
9
26
  - The Expand and Collapse icon element change from div to anchor tag due to improvement in web accessibility.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.umd.min.js
3
- * version : 20.2.40
3
+ * version : 20.2.43
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-grids@*",
3
- "_id": "@syncfusion/ej2-react-grids@20.2.39",
3
+ "_id": "@syncfusion/ej2-react-grids@20.2.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-rGytINnJ0A3c6vCzCU+fyFj723/A9126kiLSsBPVJopqnXsD22eFjboq+/OoiJH1RzAoaXAIpL9znMEzvZmnEA==",
5
+ "_integrity": "sha512-CAebUaHmVn0/kqVSwZuRglF3ISU0fMafpw4cPUWNcesIuE6/gwqYmVR9a62CA+3K0wUdZRY/KIoxPQOMOrQt3A==",
6
6
  "_location": "/@syncfusion/ej2-react-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.2.39.tgz",
23
- "_shasum": "7440c776aa27d8111bd6fcefcd81c1bd6e621155",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.2.40.tgz",
23
+ "_shasum": "758e5d6e3bf1d0ca76fadf2dd2f9fcd766413f91",
24
24
  "_spec": "@syncfusion/ej2-react-grids@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.39",
35
- "@syncfusion/ej2-grids": "20.2.40",
36
- "@syncfusion/ej2-react-base": "~20.2.38"
34
+ "@syncfusion/ej2-base": "~20.2.43",
35
+ "@syncfusion/ej2-grids": "20.2.43",
36
+ "@syncfusion/ej2-react-base": "~20.2.43"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
67
67
  },
68
- "version": "20.2.40",
68
+ "version": "20.2.43",
69
69
  "sideEffects": false
70
70
  }
@@ -3332,9 +3332,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3332
3332
  overflow: hidden;
3333
3333
  text-overflow: ellipsis;
3334
3334
  }
3335
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3336
- max-height: 36px;
3337
- }
3338
3335
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3339
3336
  margin: -30px 10px;
3340
3337
  }
@@ -4236,6 +4233,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4236
4233
  background-color: #393939;
4237
4234
  color: #f0f0f0;
4238
4235
  }
4236
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4237
+ background-color: transparent;
4238
+ }
4239
4239
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4240
4240
  cursor: move;
4241
4241
  }
@@ -3333,9 +3333,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3333
3333
  overflow: hidden;
3334
3334
  text-overflow: ellipsis;
3335
3335
  }
3336
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3337
- max-height: 36px;
3338
- }
3339
3336
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3340
3337
  margin: -30px 10px;
3341
3338
  }
@@ -4237,6 +4234,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4237
4234
  background-color: #f5f5f5;
4238
4235
  color: #333;
4239
4236
  }
4237
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4238
+ background-color: transparent;
4239
+ }
4240
4240
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4241
4241
  cursor: move;
4242
4242
  }
@@ -3389,14 +3389,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3389
3389
  overflow: hidden;
3390
3390
  text-overflow: ellipsis;
3391
3391
  }
3392
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3393
- max-height: 36px;
3394
- }
3395
3392
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3396
- margin: -30px 10px;
3393
+ margin: -34px 3px;
3397
3394
  }
3398
3395
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3399
- margin: -30px -5px;
3396
+ margin: -34px -5px;
3400
3397
  }
3401
3398
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3402
3399
  margin: -27px 20px -29px 0;
@@ -4293,6 +4290,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4293
4290
  background-color: rgba(0, 0, 0, 0.08);
4294
4291
  color: #212529;
4295
4292
  }
4293
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4294
+ background-color: transparent;
4295
+ }
4296
4296
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4297
4297
  cursor: move;
4298
4298
  }
@@ -3395,20 +3395,17 @@ li.e-separator.e-menu-item.e-excel-separator {
3395
3395
  overflow: hidden;
3396
3396
  text-overflow: ellipsis;
3397
3397
  }
3398
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3399
- max-height: 36px;
3400
- }
3401
3398
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3402
- margin: -30px 10px;
3399
+ margin: -20px 3px;
3403
3400
  }
3404
3401
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3405
- margin: -30px -5px;
3402
+ margin: -20px -5px;
3406
3403
  }
3407
3404
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3408
- margin: -27px 20px -29px 0;
3405
+ margin: -14px 20px -29px 0;
3409
3406
  }
3410
3407
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
3411
- margin: -28px 0;
3408
+ margin: -14px 0;
3412
3409
  }
3413
3410
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3414
3411
  display: inline-block;
@@ -4313,6 +4310,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4313
4310
  background-color: #31373d;
4314
4311
  color: #fff;
4315
4312
  }
4313
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4314
+ background-color: transparent;
4315
+ }
4316
4316
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4317
4317
  cursor: move;
4318
4318
  }
@@ -3395,20 +3395,17 @@ li.e-separator.e-menu-item.e-excel-separator {
3395
3395
  overflow: hidden;
3396
3396
  text-overflow: ellipsis;
3397
3397
  }
3398
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3399
- max-height: 36px;
3400
- }
3401
3398
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3402
- margin: -30px 10px;
3399
+ margin: -20px 3px;
3403
3400
  }
3404
3401
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3405
- margin: -30px -5px;
3402
+ margin: -20px -5px;
3406
3403
  }
3407
3404
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3408
- margin: -27px 20px -29px 0;
3405
+ margin: -14px 20px -29px 0;
3409
3406
  }
3410
3407
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
3411
- margin: -28px 0;
3408
+ margin: -14px 0;
3412
3409
  }
3413
3410
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3414
3411
  display: inline-block;
@@ -4313,6 +4310,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4313
4310
  background-color: #eff1f4;
4314
4311
  color: #212529;
4315
4312
  }
4313
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4314
+ background-color: transparent;
4315
+ }
4316
4316
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4317
4317
  cursor: move;
4318
4318
  }
@@ -3306,9 +3306,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3306
3306
  overflow: hidden;
3307
3307
  text-overflow: ellipsis;
3308
3308
  }
3309
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3310
- max-height: 36px;
3311
- }
3312
3309
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3313
3310
  margin: -17px 11px 0 0;
3314
3311
  }
@@ -4210,6 +4207,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4210
4207
  background-color: #414040;
4211
4208
  color: #fff;
4212
4209
  }
4210
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4211
+ background-color: transparent;
4212
+ }
4213
4213
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4214
4214
  cursor: move;
4215
4215
  }
package/styles/fabric.css CHANGED
@@ -3299,9 +3299,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3299
3299
  overflow: hidden;
3300
3300
  text-overflow: ellipsis;
3301
3301
  }
3302
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3303
- max-height: 36px;
3304
- }
3305
3302
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3306
3303
  margin: -17px 11px 0 0;
3307
3304
  }
@@ -4203,6 +4200,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4203
4200
  background-color: #f4f4f4;
4204
4201
  color: #333;
4205
4202
  }
4203
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4204
+ background-color: transparent;
4205
+ }
4206
4206
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4207
4207
  cursor: move;
4208
4208
  }
@@ -3412,14 +3412,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3412
3412
  overflow: hidden;
3413
3413
  text-overflow: ellipsis;
3414
3414
  }
3415
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3416
- max-height: 36px;
3417
- }
3418
3415
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3419
- margin: -30px 10px;
3416
+ margin: -34px 5px;
3420
3417
  }
3421
3418
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3422
- margin: -30px -5px;
3419
+ margin: -34px -5px;
3423
3420
  }
3424
3421
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3425
3422
  margin: -28px -4px 0 16px;
@@ -4330,6 +4327,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4330
4327
  background-color: #252423;
4331
4328
  color: #f3f2f1;
4332
4329
  }
4330
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4331
+ background-color: transparent;
4332
+ }
4333
4333
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4334
4334
  cursor: move;
4335
4335
  }
package/styles/fluent.css CHANGED
@@ -3412,14 +3412,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3412
3412
  overflow: hidden;
3413
3413
  text-overflow: ellipsis;
3414
3414
  }
3415
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3416
- max-height: 36px;
3417
- }
3418
3415
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3419
- margin: -30px 10px;
3416
+ margin: -34px 5px;
3420
3417
  }
3421
3418
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3422
- margin: -30px -5px;
3419
+ margin: -34px -5px;
3423
3420
  }
3424
3421
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3425
3422
  margin: -28px -4px 0 16px;
@@ -4330,6 +4327,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4330
4327
  background-color: #f3f2f1;
4331
4328
  color: #201f1e;
4332
4329
  }
4330
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4331
+ background-color: transparent;
4332
+ }
4333
4333
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4334
4334
  cursor: move;
4335
4335
  }
@@ -2922,9 +2922,6 @@
2922
2922
  overflow: hidden;
2923
2923
  text-overflow: ellipsis;
2924
2924
  }
2925
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2926
- max-height: 36px;
2927
- }
2928
2925
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2929
2926
  margin: -30px 10px;
2930
2927
  }
@@ -3826,6 +3823,9 @@
3826
3823
  background-color: #393939;
3827
3824
  color: #f0f0f0;
3828
3825
  }
3826
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3827
+ background-color: transparent;
3828
+ }
3829
3829
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3830
3830
  cursor: move;
3831
3831
  }
@@ -2923,9 +2923,6 @@
2923
2923
  overflow: hidden;
2924
2924
  text-overflow: ellipsis;
2925
2925
  }
2926
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2927
- max-height: 36px;
2928
- }
2929
2926
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2930
2927
  margin: -30px 10px;
2931
2928
  }
@@ -3827,6 +3824,9 @@
3827
3824
  background-color: #f5f5f5;
3828
3825
  color: #333;
3829
3826
  }
3827
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3828
+ background-color: transparent;
3829
+ }
3830
3830
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3831
3831
  cursor: move;
3832
3832
  }
@@ -2971,14 +2971,11 @@
2971
2971
  overflow: hidden;
2972
2972
  text-overflow: ellipsis;
2973
2973
  }
2974
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2975
- max-height: 36px;
2976
- }
2977
2974
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2978
- margin: -30px 10px;
2975
+ margin: -34px 3px;
2979
2976
  }
2980
2977
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
2981
- margin: -30px -5px;
2978
+ margin: -34px -5px;
2982
2979
  }
2983
2980
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
2984
2981
  margin: -27px 20px -29px 0;
@@ -3875,6 +3872,9 @@
3875
3872
  background-color: rgba(0, 0, 0, 0.08);
3876
3873
  color: #212529;
3877
3874
  }
3875
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3876
+ background-color: transparent;
3877
+ }
3878
3878
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3879
3879
  cursor: move;
3880
3880
  }
@@ -2982,20 +2982,17 @@
2982
2982
  overflow: hidden;
2983
2983
  text-overflow: ellipsis;
2984
2984
  }
2985
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2986
- max-height: 36px;
2987
- }
2988
2985
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2989
- margin: -30px 10px;
2986
+ margin: -20px 3px;
2990
2987
  }
2991
2988
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
2992
- margin: -30px -5px;
2989
+ margin: -20px -5px;
2993
2990
  }
2994
2991
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
2995
- margin: -27px 20px -29px 0;
2992
+ margin: -14px 20px -29px 0;
2996
2993
  }
2997
2994
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
2998
- margin: -28px 0;
2995
+ margin: -14px 0;
2999
2996
  }
3000
2997
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3001
2998
  display: inline-block;
@@ -3900,6 +3897,9 @@
3900
3897
  background-color: #31373d;
3901
3898
  color: #fff;
3902
3899
  }
3900
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3901
+ background-color: transparent;
3902
+ }
3903
3903
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3904
3904
  cursor: move;
3905
3905
  }
@@ -2982,20 +2982,17 @@
2982
2982
  overflow: hidden;
2983
2983
  text-overflow: ellipsis;
2984
2984
  }
2985
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2986
- max-height: 36px;
2987
- }
2988
2985
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2989
- margin: -30px 10px;
2986
+ margin: -20px 3px;
2990
2987
  }
2991
2988
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
2992
- margin: -30px -5px;
2989
+ margin: -20px -5px;
2993
2990
  }
2994
2991
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
2995
- margin: -27px 20px -29px 0;
2992
+ margin: -14px 20px -29px 0;
2996
2993
  }
2997
2994
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
2998
- margin: -28px 0;
2995
+ margin: -14px 0;
2999
2996
  }
3000
2997
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3001
2998
  display: inline-block;
@@ -3900,6 +3897,9 @@
3900
3897
  background-color: #eff1f4;
3901
3898
  color: #212529;
3902
3899
  }
3900
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3901
+ background-color: transparent;
3902
+ }
3903
3903
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3904
3904
  cursor: move;
3905
3905
  }
@@ -2896,9 +2896,6 @@
2896
2896
  overflow: hidden;
2897
2897
  text-overflow: ellipsis;
2898
2898
  }
2899
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2900
- max-height: 36px;
2901
- }
2902
2899
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2903
2900
  margin: -17px 11px 0 0;
2904
2901
  }
@@ -3800,6 +3797,9 @@
3800
3797
  background-color: #414040;
3801
3798
  color: #fff;
3802
3799
  }
3800
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3801
+ background-color: transparent;
3802
+ }
3803
3803
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3804
3804
  cursor: move;
3805
3805
  }
@@ -2889,9 +2889,6 @@
2889
2889
  overflow: hidden;
2890
2890
  text-overflow: ellipsis;
2891
2891
  }
2892
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2893
- max-height: 36px;
2894
- }
2895
2892
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2896
2893
  margin: -17px 11px 0 0;
2897
2894
  }
@@ -3793,6 +3790,9 @@
3793
3790
  background-color: #f4f4f4;
3794
3791
  color: #333;
3795
3792
  }
3793
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3794
+ background-color: transparent;
3795
+ }
3796
3796
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3797
3797
  cursor: move;
3798
3798
  }
@@ -2999,14 +2999,11 @@
2999
2999
  overflow: hidden;
3000
3000
  text-overflow: ellipsis;
3001
3001
  }
3002
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3003
- max-height: 36px;
3004
- }
3005
3002
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3006
- margin: -30px 10px;
3003
+ margin: -34px 5px;
3007
3004
  }
3008
3005
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3009
- margin: -30px -5px;
3006
+ margin: -34px -5px;
3010
3007
  }
3011
3008
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3012
3009
  margin: -28px -4px 0 16px;
@@ -3917,6 +3914,9 @@
3917
3914
  background-color: #252423;
3918
3915
  color: #f3f2f1;
3919
3916
  }
3917
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3918
+ background-color: transparent;
3919
+ }
3920
3920
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3921
3921
  cursor: move;
3922
3922
  }
@@ -2999,14 +2999,11 @@
2999
2999
  overflow: hidden;
3000
3000
  text-overflow: ellipsis;
3001
3001
  }
3002
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3003
- max-height: 36px;
3004
- }
3005
3002
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3006
- margin: -30px 10px;
3003
+ margin: -34px 5px;
3007
3004
  }
3008
3005
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3009
- margin: -30px -5px;
3006
+ margin: -34px -5px;
3010
3007
  }
3011
3008
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3012
3009
  margin: -28px -4px 0 16px;
@@ -3917,6 +3914,9 @@
3917
3914
  background-color: #f3f2f1;
3918
3915
  color: #201f1e;
3919
3916
  }
3917
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3918
+ background-color: transparent;
3919
+ }
3920
3920
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3921
3921
  cursor: move;
3922
3922
  }
@@ -2893,9 +2893,6 @@
2893
2893
  overflow: hidden;
2894
2894
  text-overflow: ellipsis;
2895
2895
  }
2896
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2897
- max-height: 36px;
2898
- }
2899
2896
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2900
2897
  margin: -18px 11px;
2901
2898
  }
@@ -3797,6 +3794,9 @@
3797
3794
  background-color: #ecf;
3798
3795
  color: #000;
3799
3796
  }
3797
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3798
+ background-color: transparent;
3799
+ }
3800
3800
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3801
3801
  cursor: move;
3802
3802
  }
@@ -2893,9 +2893,6 @@
2893
2893
  overflow: hidden;
2894
2894
  text-overflow: ellipsis;
2895
2895
  }
2896
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2897
- max-height: 36px;
2898
- }
2899
2896
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2900
2897
  margin: -18px 11px;
2901
2898
  }
@@ -3797,6 +3794,9 @@
3797
3794
  background-color: #685708;
3798
3795
  color: #fff;
3799
3796
  }
3797
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3798
+ background-color: transparent;
3799
+ }
3800
3800
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3801
3801
  cursor: move;
3802
3802
  }
@@ -2937,9 +2937,6 @@
2937
2937
  overflow: hidden;
2938
2938
  text-overflow: ellipsis;
2939
2939
  }
2940
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2941
- max-height: 36px;
2942
- }
2943
2940
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2944
2941
  margin: -18px 10px;
2945
2942
  }
@@ -3841,6 +3838,9 @@
3841
3838
  background-color: rgba(255, 255, 255, 0.18);
3842
3839
  color: #fff;
3843
3840
  }
3841
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3842
+ background-color: transparent;
3843
+ }
3844
3844
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3845
3845
  cursor: move;
3846
3846
  }
@@ -2971,9 +2971,6 @@
2971
2971
  overflow: hidden;
2972
2972
  text-overflow: ellipsis;
2973
2973
  }
2974
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
2975
- max-height: 36px;
2976
- }
2977
2974
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
2978
2975
  margin: -18px 10px;
2979
2976
  }
@@ -3875,6 +3872,9 @@
3875
3872
  background-color: #eee;
3876
3873
  color: #000;
3877
3874
  }
3875
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3876
+ background-color: transparent;
3877
+ }
3878
3878
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3879
3879
  cursor: move;
3880
3880
  }
@@ -3007,20 +3007,17 @@
3007
3007
  overflow: hidden;
3008
3008
  text-overflow: ellipsis;
3009
3009
  }
3010
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3011
- max-height: 36px;
3012
- }
3013
3010
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3014
- margin: -30px 10px;
3011
+ margin: -21px 5px;
3015
3012
  }
3016
3013
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3017
- margin: -30px -5px;
3014
+ margin: -21px -5px;
3018
3015
  }
3019
3016
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3020
- margin: -27px 20px -29px 0;
3017
+ margin: -14px 20px -29px 0;
3021
3018
  }
3022
3019
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
3023
- margin: -28px 0;
3020
+ margin: -14px 0;
3024
3021
  }
3025
3022
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3026
3023
  display: inline-block;
@@ -3924,6 +3921,9 @@
3924
3921
  background-color: #4b5563;
3925
3922
  color: #fff;
3926
3923
  }
3924
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3925
+ background-color: transparent;
3926
+ }
3927
3927
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3928
3928
  cursor: move;
3929
3929
  }
@@ -3007,20 +3007,17 @@
3007
3007
  overflow: hidden;
3008
3008
  text-overflow: ellipsis;
3009
3009
  }
3010
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3011
- max-height: 36px;
3012
- }
3013
3010
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3014
- margin: -30px 10px;
3011
+ margin: -21px 5px;
3015
3012
  }
3016
3013
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3017
- margin: -30px -5px;
3014
+ margin: -21px -5px;
3018
3015
  }
3019
3016
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3020
- margin: -27px 20px -29px 0;
3017
+ margin: -14px 20px -29px 0;
3021
3018
  }
3022
3019
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
3023
- margin: -28px 0;
3020
+ margin: -14px 0;
3024
3021
  }
3025
3022
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3026
3023
  display: inline-block;
@@ -3924,6 +3921,9 @@
3924
3921
  background-color: #f3f4f6;
3925
3922
  color: #111827;
3926
3923
  }
3924
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
3925
+ background-color: transparent;
3926
+ }
3927
3927
  .e-grid tr[role=row]:hover .e-rowdragdrop {
3928
3928
  cursor: move;
3929
3929
  }
@@ -3303,9 +3303,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3303
3303
  overflow: hidden;
3304
3304
  text-overflow: ellipsis;
3305
3305
  }
3306
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3307
- max-height: 36px;
3308
- }
3309
3306
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3310
3307
  margin: -18px 11px;
3311
3308
  }
@@ -4207,6 +4204,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4207
4204
  background-color: #ecf;
4208
4205
  color: #000;
4209
4206
  }
4207
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4208
+ background-color: transparent;
4209
+ }
4210
4210
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4211
4211
  cursor: move;
4212
4212
  }
@@ -3303,9 +3303,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3303
3303
  overflow: hidden;
3304
3304
  text-overflow: ellipsis;
3305
3305
  }
3306
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3307
- max-height: 36px;
3308
- }
3309
3306
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3310
3307
  margin: -18px 11px;
3311
3308
  }
@@ -4207,6 +4204,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4207
4204
  background-color: #685708;
4208
4205
  color: #fff;
4209
4206
  }
4207
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4208
+ background-color: transparent;
4209
+ }
4210
4210
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4211
4211
  cursor: move;
4212
4212
  }
@@ -3353,9 +3353,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3353
3353
  overflow: hidden;
3354
3354
  text-overflow: ellipsis;
3355
3355
  }
3356
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3357
- max-height: 36px;
3358
- }
3359
3356
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3360
3357
  margin: -18px 10px;
3361
3358
  }
@@ -4257,6 +4254,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4257
4254
  background-color: rgba(255, 255, 255, 0.18);
4258
4255
  color: #fff;
4259
4256
  }
4257
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4258
+ background-color: transparent;
4259
+ }
4260
4260
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4261
4261
  cursor: move;
4262
4262
  }
@@ -3395,9 +3395,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3395
3395
  overflow: hidden;
3396
3396
  text-overflow: ellipsis;
3397
3397
  }
3398
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3399
- max-height: 36px;
3400
- }
3401
3398
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3402
3399
  margin: -18px 10px;
3403
3400
  }
@@ -4299,6 +4296,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4299
4296
  background-color: #eee;
4300
4297
  color: #000;
4301
4298
  }
4299
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4300
+ background-color: transparent;
4301
+ }
4302
4302
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4303
4303
  cursor: move;
4304
4304
  }
@@ -3421,20 +3421,17 @@ li.e-separator.e-menu-item.e-excel-separator {
3421
3421
  overflow: hidden;
3422
3422
  text-overflow: ellipsis;
3423
3423
  }
3424
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3425
- max-height: 36px;
3426
- }
3427
3424
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3428
- margin: -30px 10px;
3425
+ margin: -21px 5px;
3429
3426
  }
3430
3427
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3431
- margin: -30px -5px;
3428
+ margin: -21px -5px;
3432
3429
  }
3433
3430
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3434
- margin: -27px 20px -29px 0;
3431
+ margin: -14px 20px -29px 0;
3435
3432
  }
3436
3433
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
3437
- margin: -28px 0;
3434
+ margin: -14px 0;
3438
3435
  }
3439
3436
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3440
3437
  display: inline-block;
@@ -4338,6 +4335,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4338
4335
  background-color: #4b5563;
4339
4336
  color: #fff;
4340
4337
  }
4338
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4339
+ background-color: transparent;
4340
+ }
4341
4341
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4342
4342
  cursor: move;
4343
4343
  }
@@ -3421,20 +3421,17 @@ li.e-separator.e-menu-item.e-excel-separator {
3421
3421
  overflow: hidden;
3422
3422
  text-overflow: ellipsis;
3423
3423
  }
3424
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3425
- max-height: 36px;
3426
- }
3427
3424
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3428
- margin: -30px 10px;
3425
+ margin: -21px 5px;
3429
3426
  }
3430
3427
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3431
- margin: -30px -5px;
3428
+ margin: -21px -5px;
3432
3429
  }
3433
3430
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3434
- margin: -27px 20px -29px 0;
3431
+ margin: -14px 20px -29px 0;
3435
3432
  }
3436
3433
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
3437
- margin: -28px 0;
3434
+ margin: -14px 0;
3438
3435
  }
3439
3436
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3440
3437
  display: inline-block;
@@ -4338,6 +4335,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4338
4335
  background-color: #f3f4f6;
4339
4336
  color: #111827;
4340
4337
  }
4338
+ .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4339
+ background-color: transparent;
4340
+ }
4341
4341
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4342
4342
  cursor: move;
4343
4343
  }