From 335acf96ee91656461c18ae64e7b1dbbee7f4220 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 1 Nov 2018 15:48:33 -0400 Subject: [PATCH] fix(menu): update box-shadow for MD to match spec (#16183) --- core/src/components/menu/menu.md.vars.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/src/components/menu/menu.md.vars.scss b/core/src/components/menu/menu.md.vars.scss index d86148b86f..de2830d1fb 100644 --- a/core/src/components/menu/menu.md.vars.scss +++ b/core/src/components/menu/menu.md.vars.scss @@ -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;