Merge pull request #1389 from dpalou/MOBILE-2444
MOBILE-2444 ui: Fix links and videos in radio and checkboxmain
commit
2f9d88de2d
|
@ -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