Skip to content

Commit 61fd96f

Browse files
committed
refactor(grid): update summaries theme styles
1 parent 128a909 commit 61fd96f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2268,24 +2268,28 @@
22682268
display: flex;
22692269
overflow: hidden;
22702270
outline-style: none;
2271+
background-color: var-get($theme, 'summaries-patch-background');
22712272
}
22722273

22732274
%grid-summaries--body {
2275+
--summaries-patch-background: var(--ig-gray-100);
2276+
22742277
border-bottom: rem(1px) dashed var-get($theme, 'row-border-color');
2278+
background-color: var-get($theme, 'summaries-patch-background');
22752279

22762280
&:last-of-type {
22772281
border-bottom: none;
22782282
}
22792283

22802284
.igx-grid-summary {
2281-
--background-color: var(--ig-gray-100);
2285+
--background-color: inherit;
22822286
--result-color: #{adaptive-contrast(var(--background-color))};
22832287
}
22842288
}
22852289

22862290
%grid-summaries-patch {
22872291
position: relative;
2288-
background: var-get($theme, 'summaries-patch-background');
2292+
background: inherit;
22892293
border-inline-end: rem(1px) solid var-get($theme, 'header-border-color');
22902294
z-index: 1;
22912295

0 commit comments

Comments
 (0)