From 06ad93e5eb636e44e8ee13b29d382c9a98744705 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 18 May 2015 13:47:07 -0400 Subject: [PATCH] Adjust floating box shadow on dropdown menu --- src/themes/default/modules/dropdown.variables | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/default/modules/dropdown.variables b/src/themes/default/modules/dropdown.variables index 46012bf51..3e5a2fee9 100644 --- a/src/themes/default/modules/dropdown.variables +++ b/src/themes/default/modules/dropdown.variables @@ -35,7 +35,7 @@ @menuBorderColor: @borderColor; @menuBorder: @menuBorderWidth solid @menuBorderColor; @menuBoxShadow: @raisedShadow; -@menuBorderRadius: 0em 0em @borderRadius @borderRadius; +@menuBorderRadius: @borderRadius; @menuTransition: opacity @defaultDuration @defaultEasing; @menuMinWidth: ~"calc(100% + "(@menuBorderWidth * 2)~")"; @menuZIndex: 11; @@ -343,7 +343,7 @@ /* Floating */ @floatingMenuDistance: 0.5em; -@floatingMenuBoxShadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); +@floatingMenuBoxShadow: 0 3px 15px 0 @borderColor; @floatingMenuBorderRadius: @borderRadius; /* Pointing */