Skip to content

Commit

Permalink
style(dropdown): improve dropdown style
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet authored and jw-foss committed Sep 15, 2020
1 parent 457c1ca commit 74f5dea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/theme-chalk/src/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
}

@include b(dropdown-menu) {
position: absolute;
position: relative;
top: 0;
left: 0;
z-index: 10;
padding: 10px 0;
margin: 5px 0;
margin: 0;
background-color: $--color-white;
border: 1px solid $--border-color-lighter;
border: none;
border-radius: $--border-radius-base;
box-shadow: $--dropdown-menu-box-shadow;
box-shadow: none;

@include e(item) {
list-style: none;
Expand Down

0 comments on commit 74f5dea

Please sign in to comment.