fix(menu): fix content shadow when revealed in iOS (#17383)

This commit is contained in:
Abdelaziz Bennouna
2019-02-05 20:04:49 +01:00
committed by Liam DeBeasi
parent 08879c08a3
commit fc43faa86a
2 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,10 @@
box-shadow: $menu-ios-box-shadow-reveal;
}
[dir=rtl].ios .menu-content-reveal {
box-shadow: $menu-ios-box-shadow-reveal-rtl;
}
.ios .menu-content-push {
box-shadow: $menu-ios-box-shadow-push;
}