We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b007c commit 751d2f3Copy full SHA for 751d2f3
projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss
@@ -526,7 +526,6 @@
526
$variant: map-get($theme, variant);
527
$bootstrap-theme: $variant == 'bootstrap';
528
529
- $bootstrap-header-border-bottom-width: --var($theme, 'header-border-width') * 2;
530
$cbx-size: map-get((
531
material: rem(20px),
532
fluent: rem(20px),
@@ -691,7 +690,7 @@
691
690
border-bottom: $grid-header-border;
692
693
@if $bootstrap-theme {
694
- border-bottom-width: $bootstrap-header-border-bottom-width;
+ border-bottom-width: rem(2px);
695
}
696
697
z-index: 2;
0 commit comments