Skip to content

Commit 3ba83f3

Browse files
sboykovabkulov
authored andcommitted
fix(tabs): Fix for applying styles to tabs group #4351 (#4371)
1 parent 68211c7 commit 3ba83f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

projects/igniteui-angular/src/lib/tabs/tabs-group.component.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,8 @@ export class IgxTabsGroupComponent implements IgxTabsGroupBase, AfterContentInit
7171
/**
7272
* @hidden
7373
*/
74-
@HostBinding('class')
75-
get styleClass(): string {
76-
return 'igx-tabs__group';
77-
}
74+
@HostBinding('class.igx-tabs__group')
75+
public styleClass = true;
7876

7977
@HostListener('window:resize', ['$event'])
8078
public onResize(event) {

0 commit comments

Comments
 (0)