mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(menu): update box-shadow for MD to match spec (#16183)
This commit is contained in:
@@ -6,8 +6,5 @@
|
||||
/// @prop - Background of the menu
|
||||
$menu-md-background: $background-color !default;
|
||||
|
||||
/// @prop - Box shadow color of the menu
|
||||
$menu-md-box-shadow-color: rgba(0, 0, 0, .25) !default;
|
||||
|
||||
/// @prop - Box shadow of the menu
|
||||
$menu-md-box-shadow: 0 0 10px $menu-md-box-shadow-color !default;
|
||||
$menu-md-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09), 4px 0 16px 0 rgba(0, 0, 0, 0.18) !default;
|
||||
|
||||
Reference in New Issue
Block a user