forked from EVOgeek/Vmeda.Online
		
	MOBILE-4065 bbb: Remove unneeded chevron right in iOS
This commit is contained in:
		
							parent
							
								
									17d21a53b6
								
							
						
					
					
						commit
						b7f3e3d6f7
					
				| @ -91,7 +91,8 @@ | |||||||
|         </ion-item> |         </ion-item> | ||||||
|         <ng-container *ngFor="let recording of recordings"> |         <ng-container *ngFor="let recording of recordings"> | ||||||
|             <ion-item *ngIf="recording.url" button class="addon-mod_bbb-recording-title" [attr.aria-expanded]="recording.expanded" |             <ion-item *ngIf="recording.url" button class="addon-mod_bbb-recording-title" [attr.aria-expanded]="recording.expanded" | ||||||
|                 (click)="toggle(recording)" [attr.aria-label]="(recording.expanded ? 'core.collapse' : 'core.expand') | translate"> |                 (click)="toggle(recording)" [attr.aria-label]="(recording.expanded ? 'core.collapse' : 'core.expand') | translate" | ||||||
|  |                 detail="false"> | ||||||
|                 <ion-icon name="fas-chevron-right" flip-rtl slot="start" aria-hidden="true" class="expandable-status-icon" |                 <ion-icon name="fas-chevron-right" flip-rtl slot="start" aria-hidden="true" class="expandable-status-icon" | ||||||
|                     [class.expandable-status-icon-expanded]="recording.expanded"> |                     [class.expandable-status-icon-expanded]="recording.expanded"> | ||||||
|                 </ion-icon> |                 </ion-icon> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user