Skip to content

Commit

Permalink
fix(hierarchical-grid): missing border
Browse files Browse the repository at this point in the history
  • Loading branch information
SisIvanova committed Dec 19, 2024
1 parent ac3985a commit af2d9a2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit af2d9a2

Please sign in to comment.