Skip to content

Commit 43a0ff8

Browse files
Merge branch '9.1.x' into ibarakov/fix-7899-9.1.x
2 parents 1c5bfb1 + c2c9b5d commit 43a0ff8

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
flex-grow: 1;
2222
box-shadow: igx-elevation($elevations, 12);
2323
overflow: auto;
24+
min-width: rem(320px);
2425
}
2526

2627
%grid-excel-filter--inline {
@@ -57,10 +58,9 @@
5758
display: flex;
5859
flex-direction: column;
5960
height: 100%;
60-
width: 320px;
61-
min-width: 320px;
6261
background: --var($theme, 'filtering-row-background');
63-
border-radius: 4px;
62+
// TODO The border-radius should not be hardcoded.
63+
border-radius: rem(4px);
6464

6565
@include igx-button-group(igx-button-group-theme(
6666
$shadow: none,
@@ -90,6 +90,16 @@
9090
[igxButton] + [igxButton] {
9191
margin-#{$left}: rem(4px);
9292
}
93+
94+
%grid-excel-actions__action {
95+
padding: 0 !important;
96+
margin: 0 !important;
97+
}
98+
99+
%grid-excel-actions__action,
100+
%grid-excel-actions--selected {
101+
justify-content: center;
102+
}
93103
}
94104

95105
%grid-excel-menu__footer {

0 commit comments

Comments
 (0)