Skip to content

Commit d4c3aed

Browse files
authored
Merge pull request #8258 from IgniteUI/simeonoff/fix-8172
fix(themes): header subgroups active border
2 parents c95aa85 + 2622178 commit d4c3aed

File tree

1 file changed

+3
-2
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/light

1 file changed

+3
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_grid.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ $_bootstrap-grid: extend(
609609
/// @prop {Color} header-text-color [igx-color: 'primary'] - The table header text color.
610610
/// @prop {Map} header-selected-background [igx-color: ('primary', 50)] - The table header background color when selected (ex. column selection).
611611
/// @prop {Map} header-selected-text-color [igx-color: 'primary'] - The table header text color when selected (ex. column selection).
612-
/// @prop {Map} header-border-color [igx-color: ('primary', 100)] - The color used for header borders.
612+
/// @prop {Map} header-border-color [igx-color: ('primary', 500), rgba: .24] - The color used for header borders.
613613
///
614614
/// @prop {Map} filtering-header-text-color [igx-color: ('primary', 900)] - The text color color of the filtered column header.
615615
/// @prop {Map} filtering-background-or [igx-color: 'warn'] - The background color of advanced filtering "OR" condition.
@@ -678,7 +678,8 @@ $_indigo-grid: extend(
678678
),
679679

680680
header-border-color: (
681-
igx-color: ('primary', 100)
681+
igx-color: ('primary', 500),
682+
rgba: .24
682683
),
683684

684685
filtering-header-text-color: (

0 commit comments

Comments
 (0)