@sankhyalabs/ez-design 5.10.0-dev.25 → 5.10.0-dev.26

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.
@@ -1445,6 +1445,8 @@ body {
1445
1445
  outline: none; }
1446
1446
  .ez-box--no-border {
1447
1447
  border: none; }
1448
+ .ez-box--no-outline {
1449
+ outline: none; }
1448
1450
  .ez-box--info--success {
1449
1451
  background-color: var(--color-alert--success-50);
1450
1452
  color: var(--color-alert--success-800);
@@ -8969,6 +8971,10 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8969
8971
  border: 1px solid transparent;
8970
8972
  border-radius: 50%;
8971
8973
  margin: 0 auto; }
8974
+ .ez-grid__column-highlight-header {
8975
+ border: 2px solid var(--color--primary) !important;
8976
+ transition: outline 0.3s ease-in-out;
8977
+ background-color: var(--color--primary-300); }
8972
8978
  .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-value:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus):not(.invalidValue), .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus):not(.invalidValue), .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-last-right-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus):not(.invalidValue) {
8973
8979
  border-right-color: var(--color--strokes); }
8974
8980
  .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="statusColumn"] {