Browse Source

Merge pull request #14818 from abpframework/Issue-icon-alignment-problem

delete inline style
pull/14819/head
Muhammed Altuğ 4 years ago
committed by GitHub
parent
commit
6b836a4e6a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/packages/components/tree/src/lib/components/tree.component.html

2
npm/ng-packs/packages/components/tree/src/lib/components/tree.component.html

@ -59,7 +59,7 @@
</ng-template>
<ng-template #defaultIconTemplate let-node let-origin="origin">
<i style="line-height: 28px" aria-hidden="true">
<i aria-hidden="true">
<ng-container *ngTemplateOutlet="node.isExpanded ? minusIcon : plusIcon"></ng-container
></i>
</ng-template>

Loading…
Cancel
Save