Skip to content

Commit

Permalink
Merge pull request #17364 from ant-design/feature
Browse files Browse the repository at this point in the history
merge Feature into master
  • Loading branch information
chenshuai2144 committed Jun 29, 2019
2 parents f557cf8 + 8eceb04 commit 319b11d
Show file tree
Hide file tree
Showing 36 changed files with 8,064 additions and 137 deletions.
6 changes: 3 additions & 3 deletions components/collapse/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
background-color: @collapse-header-bg;
border: @border-width-base @border-style-base @border-color-base;
border-bottom: 0;
border-radius: @border-radius-base;
border-radius: @collapse-panel-border-radius;

& > &-item {
border-bottom: @border-width-base @border-style-base @border-color-base;

&:last-child {
&,
& > .@{collapse-prefix-cls}-header {
border-radius: 0 0 @border-radius-base @border-radius-base;
border-radius: 0 0 @collapse-panel-border-radius @collapse-panel-border-radius;
}
}

Expand Down Expand Up @@ -97,7 +97,7 @@

&-item:last-child {
> .@{collapse-prefix-cls}-content {
border-radius: 0 0 @border-radius-base @border-radius-base;
border-radius: 0 0 @collapse-panel-border-radius @collapse-panel-border-radius;
}
}

Expand Down

0 comments on commit 319b11d

Please sign in to comment.