mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
feat(modal): modals can now be used inline (#23341)
resolves #20117, resolves #20263
This commit is contained in:
@ -70,6 +70,16 @@ html.ios ion-modal .ion-page {
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Card style modal on iPadOS
|
||||
* should only have backdrop on first instance.
|
||||
*/
|
||||
@media screen and (min-width: 768px) {
|
||||
html.ios ion-modal.modal-card:first-of-type {
|
||||
--backdrop-opacity: 0.18;
|
||||
}
|
||||
}
|
||||
|
||||
// Ionic Colors
|
||||
// --------------------------------------------------
|
||||
// Generates the color classes and variables based on the
|
||||
|
Reference in New Issue
Block a user