@sankhyalabs/ez-design 5.10.0-dev.16 → 5.10.0-dev.18

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.
@@ -8908,7 +8908,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8908
8908
  padding-left: 0;
8909
8909
  padding-right: 11px; }
8910
8910
  .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] {
8911
- border-right: none;
8911
+ border: none;
8912
8912
  padding-left: 0;
8913
8913
  padding-right: 0; }
8914
8914
  .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-selection-checkbox {
@@ -8978,7 +8978,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8978
8978
  padding-left: 0;
8979
8979
  padding-right: 11px; }
8980
8980
  .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] {
8981
- border-right: none;
8981
+ border: none;
8982
8982
  padding-left: 0;
8983
8983
  padding-right: 0; }
8984
8984
  .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="checkBoxColumn"] .ag-selection-checkbox {
@@ -9069,7 +9069,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9069
9069
  .ez-grid .ag-root-wrapper {
9070
9070
  border-bottom-right-radius: var(--border--radius-medium);
9071
9071
  border-bottom-left-radius: var(--border--radius-medium);
9072
- padding: 0 var(--space--medium) var(--space--medium) var(--space--medium);
9072
+ padding: 0 var(--space--medium) 0 var(--space--medium);
9073
9073
  border: none;
9074
9074
  background: transparent; }
9075
9075
  .ez-grid .ag-popup-child:not(.ag-tooltip-custom) {