From 65f597c324b02e688c8a8ef27d1e81dd9767fdf0 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 4 Sep 2013 17:17:23 -0700 Subject: [PATCH] Fix shadow in popover-list --- themes/atom-light-ui/lists.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/atom-light-ui/lists.less b/themes/atom-light-ui/lists.less index 36ae64a6f..35225bc9e 100644 --- a/themes/atom-light-ui/lists.less +++ b/themes/atom-light-ui/lists.less @@ -94,7 +94,7 @@ .select-list.popover-list { background-color: @overlay-background-color; - -webkit-box-shadow: 0 0 3px 3px @base-border-color; + box-shadow: 0 0 10px @base-border-color; padding: @component-padding/2; border-radius: @component-border-radius; border: 1px solid @overlay-border-color;