Skip to content

Commit c2bade6

Browse files
authored
Merge pull request #10385 from IgniteUI/mpopov/fix-10374-MASTER
fix(grid): make the igx-grid__tfoot-thumb separator visible
2 parents 70384ef + eae7285 commit c2bade6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@
982982
top: 0;
983983
#{$right}: 0;
984984
background: var-get($theme, 'header-background');
985-
border-#{$left}: 1px solid var-get($theme, 'header-border-color');
985+
border-#{$left}: 1px solid igx-color($palette, 'grays', 300);
986986
}
987987

988988
%grid-tbody-scrollbar {

0 commit comments

Comments
 (0)