mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(menu): content's box-shadow
This commit is contained in:
@@ -23,15 +23,3 @@
|
||||
:host(.menu-type-push) .show-backdrop {
|
||||
display: block;
|
||||
}
|
||||
|
||||
// TODO: review
|
||||
// iOS Menu Content
|
||||
// --------------------------------------------------
|
||||
|
||||
.app-ios .menu-content-reveal {
|
||||
box-shadow: $menu-ios-box-shadow-reveal;
|
||||
}
|
||||
|
||||
.menu-content-push {
|
||||
box-shadow: $menu-ios-box-shadow-push;
|
||||
}
|
||||
|
||||
@@ -11,15 +11,3 @@
|
||||
:host(.menu-type-overlay) .menu-inner {
|
||||
box-shadow: $menu-md-box-shadow;
|
||||
}
|
||||
|
||||
// TODO: review
|
||||
// MD Menu Content
|
||||
// --------------------------------------------------
|
||||
|
||||
.app-md .menu-content-reveal {
|
||||
box-shadow: $menu-md-box-shadow;
|
||||
}
|
||||
|
||||
.app-md .menu-content-push {
|
||||
box-shadow: $menu-md-box-shadow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user