@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.
- package/dist/default/ez-themed.css +13 -0
- package/dist/default/ez-themed.min.css +1 -1
- package/dist/default/icons/fonts/ez-icons.css +6 -6
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +6 -6
- package/dist/default/icons/fonts/ez-icons.module.less +6 -6
- package/dist/default/icons/fonts/ez-icons.scss +6 -6
- package/dist/default/icons/fonts/ez-icons.styl +6 -6
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/unicode.html +4 -4
- package/package.json +1 -1
|
@@ -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;
|