Skip to content

Commit 0727fad

Browse files
authored
fix(grid): fix type-style declaration to not override button-group styles (#16767)
1 parent f226daf commit 0727fad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@
190190
&:not(:nth-child(1)) {
191191
margin: 0;
192192
}
193+
194+
@include type-style('button');
193195
}
194196
}
195197

@@ -806,10 +808,6 @@
806808
}
807809
}
808810

809-
%igx-group-item {
810-
@include type-style('button');
811-
}
812-
813811
%grid-excel-menu__secondary--cosy {
814812
%grid-excel-menu__header > h4 {
815813
@include type-style('h6');

0 commit comments

Comments
 (0)