From af2d9a2402d44d8ee945cdd04c9b9edbda8adf82 Mon Sep 17 00:00:00 2001 From: sivanova Date: Thu, 19 Dec 2024 10:21:35 +0200 Subject: [PATCH] fix(hierarchical-grid): missing border --- .../src/lib/core/styles/components/grid/_grid-theme.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss b/projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss index 5cd89a5220d..fa7f9107b42 100644 --- a/projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss +++ b/projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss @@ -3248,6 +3248,14 @@ } } + igx-child-grid-row { + igx-child-grid-row { + %igx-grid__tr-action { + border-inline-end: var-get($theme, 'header-border-width') var-get($theme, 'header-border-style') var-get($theme, 'header-border-color'); + } + } + } + // Pivot grid %igx-grid__pivot--super-compact { --ig-size: 1 !important;