MOBILE-3253 course: Fix completion's accessibility issue with VoiceOver
parent
69664c306c
commit
450cffd7f8
|
@ -1,3 +1,3 @@
|
|||
<a *ngIf="completion" (click)="completionClicked($event)">
|
||||
<button *ngIf="completion" (click)="completionClicked($event)">
|
||||
<img [src]="completionImage" [alt]="completionDescription">
|
||||
</a>
|
||||
</button>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
ion-app.app-root core-course-module-completion a {
|
||||
ion-app.app-root core-course-module-completion button {
|
||||
display: block;
|
||||
background-color: transparent;
|
||||
|
||||
img {
|
||||
padding: 5px;
|
||||
|
@ -7,4 +8,4 @@ ion-app.app-root core-course-module-completion a {
|
|||
vertical-align: middle;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue