@sankhyalabs/ez-design 0.0.0-bugfix-dev-KB-83336.1 → 0.0.0-bugfix-dev-KB-83336.2

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.
@@ -7853,6 +7853,19 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
7853
7853
  .ez-grid .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
7854
7854
  border-left-color: #000;
7855
7855
  border-left-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000)); }
7856
+ .ez-grid .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
7857
+ .ez-grid .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
7858
+ .ez-grid .ag-ltr .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,
7859
+ .ez-grid .ag-ltr .ag-cell-range-single-cell,
7860
+ .ez-grid .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ez-grid .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
7861
+ .ez-grid .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
7862
+ .ez-grid .ag-rtl .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,
7863
+ .ez-grid .ag-rtl .ag-cell-range-single-cell,
7864
+ .ez-grid .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
7865
+ border: 1px solid;
7866
+ border-color: #000;
7867
+ border-color: var(--ag-range-selection-border-color, var(--ag-foreground-color, #000));
7868
+ outline: initial; }
7856
7869
  .ez-grid .ag-cell.ag-selection-fill-top,
7857
7870
  .ez-grid .ag-cell.ag-selection-fill-top.ag-cell-range-selected {
7858
7871
  border-top: 1px dashed;