MOBILE-4362 theme: Apply transparent popover backdrop only on Android
parent
355fd88bb2
commit
4509044144
|
@ -1898,12 +1898,14 @@ ion-popover {
|
||||||
&.md {
|
&.md {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
|
||||||
// Never show backdrop on popovers
|
// Never show backdrop on popovers on Android
|
||||||
|
// @todo Apply box shadow on ios and make it transparent too. The main problem is the box arrow.
|
||||||
ion-backdrop {
|
ion-backdrop {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is to solve popver issue in chrome 114
|
* This is to solve popver issue in chrome 114
|
||||||
|
|
Loading…
Reference in New Issue