Skip to content

Commit 4b64f90

Browse files
authored
Merge pull request #651 from IgniteUI/ESShared/XPlaform_examples_igniteui-xplat-examples-output+PRs_2024.9.13.1
Changes from igniteui-xplat-examples-output+PRs_2024.9.13.1
2 parents 7133249 + 104dc6d commit 4b64f90

File tree

1 file changed

+15
-7
lines changed
  • samples/grids/grid/groupby-styling/src

1 file changed

+15
-7
lines changed

Diff for: samples/grids/grid/groupby-styling/src/index.css

+15-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
/* https://static.infragistics.com/xplatform/css/samples */
33

44
#grid {
5-
--ig-grid-group-row-background: #969799;
6-
--ig-grid-group-row-selected-background: #969799;
7-
--ig-grid-group-label-column-name-text: #f8f8f8;
8-
--ig-grid-group-label-text: #f8f8f8;
9-
--ig-grid-group-count-text-color: #222;
10-
--ig-grid-expand-icon-color: #f8f8f8;
11-
--ig-grid-expand-icon-hover-color: #f8f8f8;
5+
--ig-chip-text-color: rgb(248, 248, 248);
6+
--ig-chip-hover-text-color: rgb(225, 225, 225);
7+
--ig-chip-background: rgb(73, 73, 73);
8+
--ig-chip-hover-background: rgb(56, 56, 56);
9+
--ig-chip-focus-background: rgb(223, 181, 13);
10+
--ig-chip-selected-background: rgb(223, 181, 13);
11+
--ig-chip-focus-selected-background: rgb(223, 181, 13);
12+
--ig-grid-group-row-background: rgb(73, 73, 73);
13+
--ig-grid-group-row-selected-background: rgb(56, 56, 56);
14+
--ig-grid-group-label-column-name-text: rgb(248, 248, 248);
15+
--ig-grid-group-label-text: rgb(248, 248, 248);
16+
--ig-grid-group-count-background: rgb(255, 205, 15);
17+
--ig-grid-group-count-text-color: rgb(34, 34, 34);
18+
--ig-grid-expand-icon-color: rgb(255, 205, 15);
19+
--ig-grid-expand-icon-hover-color: rgb(223, 181, 13);
1220
}
1321

0 commit comments

Comments
 (0)