Merge pull request #1389 from dpalou/MOBILE-2444

MOBILE-2444 ui: Fix links and videos in radio and checkbox
main
Juan Leyva 2018-07-04 10:48:15 +02:00 committed by GitHub
commit 2f9d88de2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -818,4 +818,12 @@ ion-alert.core-inapp-notification {
body.keyboard-is-open core-ion-tabs .tabbar {
display: none;
}
}
// Fix links and videos in ion-radio and ion-checkbox.
.item.item-radio, .item.item-checkbox {
.input-wrapper {
z-index: 5;
pointer-events: none;
}
}