MOBILE-4362 theme: Apply transparent popover backdrop only on Android
This commit is contained in:
parent
355fd88bb2
commit
4509044144
@ -1898,10 +1898,12 @@ 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
|
||||||
ion-backdrop {
|
// @todo Apply box shadow on ios and make it transparent too. The main problem is the box arrow.
|
||||||
background: transparent;
|
ion-backdrop {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user