Skip to content

Commit

Permalink
fix(module:dropdown): fix dropdown ul list-style (NG-ZORRO#3284)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Apr 16, 2019
1 parent 0a88406 commit cf9c69c
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 cf9c69c

Please sign in to comment.