Skip to content

Commit 6b1b74c

Browse files
committed
fix(themes): header subgroups active border
1 parent 1c94cd2 commit 6b1b74c

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
@@ -604,7 +604,7 @@ $_bootstrap-grid: extend(
604604
/// @prop {Color} header-text-color [igx-color: 'primary'] - The table header text color.
605605
/// @prop {Map} header-selected-background [igx-color: ('primary', 50)] - The table header background color when selected (ex. column selection).
606606
/// @prop {Map} header-selected-text-color [igx-color: 'primary'] - The table header text color when selected (ex. column selection).
607-
/// @prop {Map} header-border-color [igx-color: ('primary', 100)] - The color used for header borders.
607+
/// @prop {Map} header-border-color [igx-color: ('primary', 500), rgba: .24] - The color used for header borders.
608608
///
609609
/// @prop {Map} filtering-header-text-color [igx-color: ('primary', 900)] - The text color color of the filtered column header.
610610
/// @prop {Map} filtering-background-or [igx-color: 'warn'] - The background color of advanced filtering "OR" condition.
@@ -673,7 +673,8 @@ $_indigo-grid: extend(
673673
),
674674

675675
header-border-color: (
676-
igx-color: ('primary', 100)
676+
igx-color: ('primary', 500),
677+
rgba: .24
677678
),
678679

679680
filtering-header-text-color: (

0 commit comments

Comments
 (0)