i-tech-shared-components 1.4.60 → 1.4.61
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/theme/_ag-grid.scss +6 -6
- package/theme/_color_themes.scss +2 -2
package/package.json
CHANGED
package/theme/_ag-grid.scss
CHANGED
|
@@ -42,11 +42,11 @@ body {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
&.ag-row-selected:before {
|
|
45
|
-
background: repeating-linear-gradient(45deg, #
|
|
45
|
+
background: repeating-linear-gradient(45deg, #DDE7FC, #DDE7FC 10px, white 10px, white 20px) -14px 0 !important;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
&:not(.ag-row-selected):hover:before {
|
|
49
|
-
background: repeating-linear-gradient(45deg, #
|
|
49
|
+
background: repeating-linear-gradient(45deg, #F7FAFF, #F7FAFF 10px, white 10px, white 20px) -14px 0 !important;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
.ag-row.not-found-row-odd {
|
|
@@ -57,11 +57,11 @@ body {
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
&.ag-row-selected:before {
|
|
60
|
-
background: repeating-linear-gradient(45deg, #
|
|
60
|
+
background: repeating-linear-gradient(45deg, #DDE7FC, #DDE7FC 10px, white 10px, white 20px) 1px 0 !important;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
&:not(.ag-row-selected):hover:before {
|
|
64
|
-
background: repeating-linear-gradient(45deg, #
|
|
64
|
+
background: repeating-linear-gradient(45deg, #F7FAFF, #F7FAFF 10px, white 10px, white 20px) 1px 0 !important;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
|
|
@@ -141,8 +141,8 @@ body {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.grid-with-selection {
|
|
144
|
-
--ag-selected-row-background-color: #{mat.get-theme-color(color-themes.$m3-light-theme,
|
|
145
|
-
--ag-row-hover-color: #{mat.get-theme-color(color-themes.$m3-light-theme,
|
|
144
|
+
--ag-selected-row-background-color: #{mat.get-theme-color(color-themes.$m3-light-theme, secondary, 95)};
|
|
145
|
+
--ag-row-hover-color: #{mat.get-theme-color(color-themes.$m3-light-theme, secondary, 99)};
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
// Overrides for master/detail grid row group for payments
|