Skip to content

Commit 751d2f3

Browse files
committed
fix(themes): not building with legacy support off
1 parent 33b007c commit 751d2f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@
526526
$variant: map-get($theme, variant);
527527
$bootstrap-theme: $variant == 'bootstrap';
528528

529-
$bootstrap-header-border-bottom-width: --var($theme, 'header-border-width') * 2;
530529
$cbx-size: map-get((
531530
material: rem(20px),
532531
fluent: rem(20px),
@@ -691,7 +690,7 @@
691690
border-bottom: $grid-header-border;
692691

693692
@if $bootstrap-theme {
694-
border-bottom-width: $bootstrap-header-border-bottom-width;
693+
border-bottom-width: rem(2px);
695694
}
696695

697696
z-index: 2;

0 commit comments

Comments
 (0)