Skip to content

Commit c9cdc57

Browse files
author
MPopov
committed
(ESF): Centering the new default loading indicator
1 parent cb5553d commit c9cdc57

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_excel-filtering-component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
@include b(igx-excel-filter) {
1212
@extend %grid-excel-filter !optional;
1313

14+
@include e(loading) {
15+
@extend %igx-excel-filter__loading !optional;
16+
}
17+
1418
@include e(menu) {
1519
@extend %grid-excel-menu !optional;
1620
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
display: block;
1717
}
1818

19+
%igx-excel-filter__loading {
20+
display: flex;
21+
justify-content: center;
22+
align-items: center;
23+
}
24+
1925
%grid-excel-icon {
2026
cursor: pointer;
2127

projects/igniteui-angular/src/lib/grids/filtering/excel-style/excel-style-search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</div>
3939

4040
<ng-template igxDataLoading>
41-
<div class="igx-excel-filter-loading">
41+
<div class="igx-excel-filter__loading">
4242
<ng-container *ngTemplateOutlet="valuesLoadingTemplate">
4343
</ng-container>
4444
</div>

0 commit comments

Comments
 (0)