Skip to content

Commit 97b86aa

Browse files
refactor: remove host class
Co-authored-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com>
1 parent 37ba7b3 commit 97b86aa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/contained-list/contained-list-item.component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ import {
3333
<ng-template [ngTemplateOutlet]="action"></ng-template>
3434
</div>
3535
`,
36-
styles: [`
37-
:host {
38-
display: list-item;
39-
list-style: none;
40-
}
41-
`],
4236
changeDetection: ChangeDetectionStrategy.OnPush
4337
})
4438
export class ContainedListItem {

0 commit comments

Comments
 (0)