Skip to content

Commit

Permalink
fix: correct the collapse-borderless class variable (#20718) (#20721)
Browse files Browse the repository at this point in the history
Co-authored-by: Kuitos <kuitos.lau@gmail.com>
  • Loading branch information
2 people authored and zombieJ committed Jan 7, 2020
1 parent da2f54a commit d3eea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/collapse/style/index.less
Expand Up @@ -102,7 +102,7 @@
}

&-borderless {
background-color: @component-background;
background-color: @collapse-header-bg;
border: 0;
}

Expand Down

0 comments on commit d3eea22

Please sign in to comment.