File tree Expand file tree Collapse file tree
samples/grids/grid/advanced-filtering-style/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
913 --ig-query-builder-subquery-border-color : var (--ig-warn-500 );
1014 --ig-query-builder-subquery-border-radius : 4px ;
1115}
12-
Original file line number Diff line number Diff line change 1+ import "igniteui-webcomponents-grids/grids/themes/light/bootstrap.css" ;
12import 'igniteui-webcomponents-grids/grids/combined' ;
23import { ComponentRenderer , WebGridDescriptionModule } from 'igniteui-webcomponents-core' ;
34import { IgcGridComponent , IgcColumnComponent } from 'igniteui-webcomponents-grids/grids' ;
45import NwindData from './NwindData.json' ;
56import { IgcCellTemplateContext } from 'igniteui-webcomponents-grids/grids' ;
67import { html , nothing } from 'lit-html' ;
78
8- import "igniteui-webcomponents-grids/grids/themes/light/bootstrap.css" ;
9-
109import "./index.css" ;
1110
1211export class Sample {
You can’t perform that action at this time.
0 commit comments