Skip to content

Commit

Permalink
fix(module:dropdown): fix dropdown ul list-style (#3284)
Browse files Browse the repository at this point in the history
close #3268
  • Loading branch information
vthinkxie authored Apr 16, 2019
1 parent e4c50c3 commit 2845b57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/core/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
}
}

.ant-dropdown-menu {
& > ul {
list-style: none;
margin: 0;
padding: 0;
}
}

@table-prefix-cls: ~'@{ant-prefix}-table';
@table-td-cls: ~'@{table-prefix-cls}-td';
Expand Down

0 comments on commit 2845b57

Please sign in to comment.