Skip to content

Commit 60cc683

Browse files
committed
fix(hierarchical-grid): add border color to the expander column for pinned rows.
1 parent 45cd818 commit 60cc683

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
@@ -1139,7 +1139,7 @@
11391139
z-index: 10000;
11401140

11411141
%igx-grid__hierarchical-expander--empty {
1142-
border-#{$right}: 1px solid transparent;
1142+
border-#{$right}: rem(1px) solid --var($theme, 'header-border-color');
11431143
}
11441144
}
11451145

0 commit comments

Comments
 (0)