@sankhyalabs/ez-design 5.10.0-dev.4 → 5.10.0-dev.5
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 +4 -4
- 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
|
@@ -7726,13 +7726,13 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
7726
7726
|
border-top: solid 1px;
|
|
7727
7727
|
border-top-color: #bfbfbf;
|
|
7728
7728
|
border-top-color: var(--ag-border-color, #bfbfbf); }
|
|
7729
|
-
.ez-grid .ag-ltr .ag-cell {
|
|
7729
|
+
.ez-grid .ag-ltr .ag-cell :not(.invalidValue) {
|
|
7730
7730
|
border-right: solid transparent; }
|
|
7731
|
-
.ez-grid .ag-rtl .ag-cell {
|
|
7731
|
+
.ez-grid .ag-rtl .ag-cell :not(.invalidValue) {
|
|
7732
7732
|
border-left: solid transparent; }
|
|
7733
|
-
.ez-grid .ag-ltr .ag-cell {
|
|
7733
|
+
.ez-grid .ag-ltr .ag-cell :not(.invalidValue) {
|
|
7734
7734
|
border-right-width: 1px; }
|
|
7735
|
-
.ez-grid .ag-rtl .ag-cell {
|
|
7735
|
+
.ez-grid .ag-rtl .ag-cell :not(.invalidValue) {
|
|
7736
7736
|
border-left-width: 1px; }
|
|
7737
7737
|
.ez-grid .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
|
|
7738
7738
|
border-left: solid 1px;
|