Skip to content

Commit ff45026

Browse files
authored
Merge pull request #7806 from IgniteUI/simeonoff/indigo-grid-fix
fix(grid): header icon and text jump on focus
2 parents af37c7a + a9278a1 commit ff45026

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,18 +1557,11 @@
15571557
}
15581558

15591559
%igx-grid__th--active {
1560-
@extend %grid-cell--active;
1561-
1560+
%grid-cell-header,
15621561
%igx-grid__th--selected,
15631562
%igx-grid__th--selectable {
15641563
@extend %grid-cell--active
15651564
}
1566-
1567-
%igx-grid__filtering-cell,
1568-
%grid-cell-header {
1569-
border-right: none;
1570-
border-bottom: none;
1571-
}
15721565
}
15731566

15741567
%igx-grid-summary--active {

0 commit comments

Comments
 (0)