Skip to content

Commit

Permalink
Autocomplete: update style (#13762)
Browse files Browse the repository at this point in the history
fix regression introduced in pr #13266, where popper arrow is hidden
  • Loading branch information
liuchuzhang authored and wacky6 committed Jan 2, 2019
1 parent 4f93968 commit 5fbb14d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/theme-chalk/src/autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
box-shadow: $--box-shadow-light;
border-radius: $--border-radius-base;
border: 1px solid $--border-color-light;
overflow: hidden;
box-sizing: border-box;
background-color: $--color-white;

@include e(wrap) {
max-height: 280px;
padding: 10px 0;
box-sizing: border-box;
background-color: $--color-white;
}

@include e(list) {
Expand Down

0 comments on commit 5fbb14d

Please sign in to comment.