From 50f32c363d1d67854d60b45f0c82d869683e88fb Mon Sep 17 00:00:00 2001 From: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:17:21 +0200 Subject: [PATCH] fix(hierarchical-grid): missing border (#15188) --- .../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 e50dab839b0..c1fa45f8e6f 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;