Skip to content

Commit 6baaf73

Browse files
committed
fix(grid): update loading outlet styles to remove modal background
1 parent 9ad405c commit 6baaf73

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,6 +2374,12 @@
23742374
--ig-size: var(--grid-size);
23752375
}
23762376

2377+
.igx-grid__loading-outlet {
2378+
.igx-overlay__wrapper--modal {
2379+
background: none;
2380+
}
2381+
}
2382+
23772383
%igx-grid__addrow-snackbar {
23782384
position: absolute;
23792385
z-index: 5;

0 commit comments

Comments
 (0)