Skip to content

Commit 34680a3

Browse files
committed
fix(grid): make the igx-grid__tfoot-thumb separator visible
1 parent 4d3309c commit 34680a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,9 @@
975975
}
976976

977977
%grid-tfoot-thumb {
978+
position: absolute;
979+
top: 0;
980+
#{$right}: 0;
978981
background: --var($theme, 'header-background');
979982
border-#{$left}: 1px solid igx-color($palette, 'grays', 300);
980983
}

0 commit comments

Comments
 (0)