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 3a5d4e3 commit cac0138Copy full SHA for cac0138
projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss
@@ -456,12 +456,12 @@
456
457
@if not($grid-shadow) {
458
$grid-elevation: map.get($grid-schema, 'grid-elevation');
459
- $grid-shadow: elevation(var(--grid-elevation));
+ $grid-shadow: elevation($grid-elevation);
460
}
461
462
@if not($drag-shadow) {
463
$drag-elevation: map.get($grid-schema, 'drag-elevation');
464
- $drag-shadow: elevation(var(--drag-elevation));
+ $drag-shadow: elevation($drag-elevation);
465
466
467
@if not($drop-area-border-radius) {
0 commit comments