@syncfusion/ej2-react-grids 20.2.38 → 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.
@@ -2724,10 +2724,14 @@ li.e-separator.e-menu-item.e-excel-separator {
2724
2724
  }
2725
2725
  .e-grid .e-icon-gdownarrow {
2726
2726
  font-size: 14px;
2727
+ padding: 11px 8px 10px 8px;
2728
+ text-decoration: none;
2727
2729
  text-indent: 11px;
2728
2730
  }
2729
2731
  .e-grid .e-icon-grightarrow {
2730
2732
  font-size: 14px;
2733
+ padding: 10px 8px 12px 8px;
2734
+ text-decoration: none;
2731
2735
  text-indent: 11px;
2732
2736
  }
2733
2737
  .e-grid .e-recordplusexpand {
@@ -3417,20 +3421,17 @@ li.e-separator.e-menu-item.e-excel-separator {
3417
3421
  overflow: hidden;
3418
3422
  text-overflow: ellipsis;
3419
3423
  }
3420
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3421
- max-height: 36px;
3422
- }
3423
3424
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3424
- margin: -30px 10px;
3425
+ margin: -21px 5px;
3425
3426
  }
3426
3427
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3427
- margin: -30px -5px;
3428
+ margin: -21px -5px;
3428
3429
  }
3429
3430
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3430
- margin: -27px 20px -29px 0;
3431
+ margin: -14px 20px -29px 0;
3431
3432
  }
3432
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 {
3433
- margin: -28px 0;
3434
+ margin: -14px 0;
3434
3435
  }
3435
3436
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3436
3437
  display: inline-block;
@@ -3573,7 +3574,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3573
3574
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3574
3575
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3575
3576
  font-size: 18px;
3576
- margin-top: -11px;
3577
3577
  }
3578
3578
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3579
3579
  .e-bigger.e-grid .e-gridheader thead .e-icons {
@@ -4335,6 +4335,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4335
4335
  background-color: #4b5563;
4336
4336
  color: #fff;
4337
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
+ }
4338
4341
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4339
4342
  cursor: move;
4340
4343
  }
@@ -2724,10 +2724,14 @@ li.e-separator.e-menu-item.e-excel-separator {
2724
2724
  }
2725
2725
  .e-grid .e-icon-gdownarrow {
2726
2726
  font-size: 14px;
2727
+ padding: 11px 8px 10px 8px;
2728
+ text-decoration: none;
2727
2729
  text-indent: 11px;
2728
2730
  }
2729
2731
  .e-grid .e-icon-grightarrow {
2730
2732
  font-size: 14px;
2733
+ padding: 10px 8px 12px 8px;
2734
+ text-decoration: none;
2731
2735
  text-indent: 11px;
2732
2736
  }
2733
2737
  .e-grid .e-recordplusexpand {
@@ -3417,20 +3421,17 @@ li.e-separator.e-menu-item.e-excel-separator {
3417
3421
  overflow: hidden;
3418
3422
  text-overflow: ellipsis;
3419
3423
  }
3420
- .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
3421
- max-height: 36px;
3422
- }
3423
3424
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
3424
- margin: -30px 10px;
3425
+ margin: -21px 5px;
3425
3426
  }
3426
3427
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
3427
- margin: -30px -5px;
3428
+ margin: -21px -5px;
3428
3429
  }
3429
3430
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
3430
- margin: -27px 20px -29px 0;
3431
+ margin: -14px 20px -29px 0;
3431
3432
  }
3432
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 {
3433
- margin: -28px 0;
3434
+ margin: -14px 0;
3434
3435
  }
3435
3436
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3436
3437
  display: inline-block;
@@ -3573,7 +3574,6 @@ li.e-separator.e-menu-item.e-excel-separator {
3573
3574
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
3574
3575
  .e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
3575
3576
  font-size: 18px;
3576
- margin-top: -11px;
3577
3577
  }
3578
3578
  .e-bigger .e-grid .e-gridheader thead .e-icons,
3579
3579
  .e-bigger.e-grid .e-gridheader thead .e-icons {
@@ -4335,6 +4335,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4335
4335
  background-color: #f3f4f6;
4336
4336
  color: #111827;
4337
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
+ }
4338
4341
  .e-grid tr[role=row]:hover .e-rowdragdrop {
4339
4342
  cursor: move;
4340
4343
  }