Skip to content

Commit ce7a4a5

Browse files
committed
Merge branch 'bool-default-template' of https://github.com/IgniteUI/igniteui-angular into bool-default-template
2 parents c9998e7 + 18e70b7 commit ce7a4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/cell.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export class IgxGridCellComponent implements OnInit, OnChanges, OnDestroy {
287287
return this.editMode || this.cellTemplate ? '' : this.value;
288288
}
289289

290-
@HostBinding('class.igx-grid_td--bool-true')
290+
@HostBinding('class.igx-grid__td--bool-true')
291291
public get booleanClass() {
292292
return this.column.dataType === 'boolean' && this.value;
293293
}

0 commit comments

Comments
 (0)