Skip to content

Commit aeb37a4

Browse files
authored
Merge branch 'master' into expose-celleditexit-evt
2 parents a70b094 + d4c3aed commit aeb37a4

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)