Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Border-radius customization for Collapse Panel #17031

Merged

Conversation

alxkosov
Copy link
Contributor

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / document update
  • Component style update
  • TypeScript definition update
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

👻 What's the background?

  1. you need to change the border-radius for the component without changing the border-radius of other elements

  2. border-radius of many elements was set by one variable, it was necessary to create a new variable to be able to customize

💡 Solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@codecov
Copy link

codecov bot commented Jun 10, 2019

Codecov Report

Merging #17031 into feature will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           feature   #17031   +/-   ##
========================================
  Coverage    95.96%   95.96%           
========================================
  Files          263      263           
  Lines         7332     7332           
  Branches      2047     2009   -38     
========================================
  Hits          7036     7036           
  Misses         294      294           
  Partials         2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5168a5d...51b9c46. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 10, 2019

Codecov Report

Merging #17031 into feature will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           feature   #17031   +/-   ##
========================================
  Coverage    95.96%   95.96%           
========================================
  Files          263      263           
  Lines         7332     7332           
  Branches      2047     2009   -38     
========================================
  Hits          7036     7036           
  Misses         294      294           
  Partials         2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5168a5d...51b9c46. Read the comment docs.

@afc163 afc163 changed the title Border-radius customization for Collapse Panel feat: Border-radius customization for Collapse Panel Jun 10, 2019
@afc163 afc163 merged commit ef7f1a9 into ant-design:feature Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants