Skip to content

Commit 41d8660

Browse files
committed
chore(sample): set --ig-theme instead of importing the stylesheet
1 parent c68ab4e commit 41d8660

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

samples/grids/grid/advanced-filtering-style/src/index.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
/* shared styles are loaded from: */
22
/* https://dl.infragistics.com/x/css/samples/shared.v8.css */
33

4+
:root {
5+
--ig-theme: bootstrap;
6+
}
7+
48
#grid {
59
--ig-query-builder-header-foreground: #512da8;
610
--ig-query-builder-color-expression-group-and: #eb0000;
@@ -9,4 +13,3 @@
913
--ig-query-builder-subquery-border-color: var(--ig-warn-500);
1014
--ig-query-builder-subquery-border-radius: 4px;
1115
}
12-

samples/grids/grid/advanced-filtering-style/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "igniteui-webcomponents/themes/light/bootstrap.css";
21
import "igniteui-webcomponents-grids/grids/themes/light/bootstrap.css";
32
import 'igniteui-webcomponents-grids/grids/combined';
43
import { ComponentRenderer, WebGridDescriptionModule } from 'igniteui-webcomponents-core';

0 commit comments

Comments
 (0)