MOBILE-2444 ui: Fix links and videos in radio and checkbox
parent
ef20b3c3dd
commit
76d9e6ed11
|
@ -818,4 +818,12 @@ 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue