File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments