mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
test(item): add items that reproduce the white gap above the activated state
references #5350
This commit is contained in:
@ -88,4 +88,8 @@
|
|||||||
<button outline item-right (click)="testClick($event)">View</button>
|
<button outline item-right (click)="testClick($event)">View</button>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
|
<button ion-item *ngFor="#data of [0,1,2,3,4]">
|
||||||
|
<h3>ng-for {{data}}</h3>
|
||||||
|
</button>
|
||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
Reference in New Issue
Block a user