feat(DropdownMenu): add @dropdown-menu-box-shadow var

This commit is contained in:
chenjiahan
2020-07-31 20:09:57 +08:00
parent 69ac602bc2
commit 6d0c54e8f4
5 changed files with 39 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
display: flex;
height: @dropdown-menu-height;
background-color: @dropdown-menu-background-color;
box-shadow: 0 2px 12px fade(@gray-7, 12);
box-shadow: @dropdown-menu-box-shadow;
&--opened {
z-index: @dropdown-item-z-index + 1;