style(Tab): remove default border

This commit is contained in:
chenjiahan
2020-07-31 19:25:19 +08:00
parent f08064db1c
commit 69ac602bc2
11 changed files with 36 additions and 39 deletions

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, 8);
box-shadow: 0 2px 12px fade(@gray-7, 12);
&--opened {
z-index: @dropdown-item-z-index + 1;