@salt-ds/ag-grid-theme 0.0.0-snapshot-20240425114946 → 0.0.0-snapshot-20240425131230
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/package.json +1 -1
- package/salt-ag-theme.css +9 -9
package/package.json
CHANGED
package/salt-ag-theme.css
CHANGED
|
@@ -26,7 +26,7 @@ div[class*=ag-theme-salt] {
|
|
|
26
26
|
--ag-list-item-height: var(--salt-size-base);
|
|
27
27
|
--ag-material-primary-color: var(--salt-editable-borderColor);
|
|
28
28
|
--ag-modal-overlay-background-color: var(--salt-overlayable-background);
|
|
29
|
-
--ag-range-selection-background-color: var(--salt-
|
|
29
|
+
--ag-range-selection-background-color: var(--salt-overlayable-rangeSelection);
|
|
30
30
|
--ag-range-selection-border-style: none;
|
|
31
31
|
--ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--salt-spacing-100));
|
|
32
32
|
--ag-row-hover-color: var(--salt-selectable-background-hover);
|
|
@@ -223,8 +223,8 @@ div[class*=ag-theme-salt] .ag-cell.ag-cell-range-selected:not(.ag-cell-range-sin
|
|
|
223
223
|
content: "";
|
|
224
224
|
top: 0;
|
|
225
225
|
right: 0;
|
|
226
|
-
|
|
227
|
-
|
|
226
|
+
bottom: 0;
|
|
227
|
+
left: 0;
|
|
228
228
|
position: absolute;
|
|
229
229
|
border-top: var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
230
230
|
}
|
|
@@ -232,8 +232,8 @@ div[class*=ag-theme-salt] .ag-cell.ag-cell-range-selected:not(.ag-cell-range-sin
|
|
|
232
232
|
content: "";
|
|
233
233
|
top: 0;
|
|
234
234
|
right: 0;
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
bottom: 0;
|
|
236
|
+
left: 0;
|
|
237
237
|
position: absolute;
|
|
238
238
|
border-right: var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
239
239
|
}
|
|
@@ -241,8 +241,8 @@ div[class*=ag-theme-salt] .ag-cell.ag-cell-range-selected:not(.ag-cell-range-sin
|
|
|
241
241
|
content: "";
|
|
242
242
|
top: 0;
|
|
243
243
|
right: 0;
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
bottom: 0;
|
|
245
|
+
left: 0;
|
|
246
246
|
position: absolute;
|
|
247
247
|
border-bottom: var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
248
248
|
}
|
|
@@ -250,8 +250,8 @@ div[class*=ag-theme-salt] .ag-cell.ag-cell-range-selected:not(.ag-cell-range-sin
|
|
|
250
250
|
content: "";
|
|
251
251
|
top: 0;
|
|
252
252
|
right: 0;
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
bottom: 0;
|
|
254
|
+
left: 0;
|
|
255
255
|
position: absolute;
|
|
256
256
|
border-left: var(--salt-focused-outlineWidth) var(--salt-focused-outlineStyle) var(--salt-focused-outlineColor);
|
|
257
257
|
}
|