Skip to content

Commit 33fac5d

Browse files
authored
Merge pull request #10387 from IgniteUI/mpopov/fix-10372
fix(hierarchical-grid): add border color to the expander column for pinned rows
2 parents 400a92f + fd09877 commit 33fac5d

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
@@ -1117,7 +1117,7 @@
11171117
z-index: 10000;
11181118

11191119
%igx-grid__hierarchical-expander--empty {
1120-
border-#{$right}: 1px solid transparent;
1120+
border-#{$right}: rem(1px) solid var-get($theme, 'header-border-color');
11211121
}
11221122
}
11231123

0 commit comments

Comments
 (0)