MOBILE-2444 ui: Fix links and videos in radio and checkbox

main
Dani Palou 2018-07-02 12:37:58 +02:00
parent ef20b3c3dd
commit 76d9e6ed11
1 changed files with 9 additions and 1 deletions

View File

@ -819,3 +819,11 @@ ion-alert.core-inapp-notification {
body.keyboard-is-open core-ion-tabs .tabbar { body.keyboard-is-open core-ion-tabs .tabbar {
display: none; 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;
}
}