Environment
- Package version(s):
- Operating System:
- Browser name and version:
Code Sandbox
Link to a minimal repro (fork this code sandbox):
Steps to reproduce
- Go to the CardList interactive playground: https://blueprintjs.com/docs/#core/components/card-list.interactive-playground
- Switch on
Use section container
Actual behavior
The first card list element renders a top border with border-radius which conflicts with section header border
Expected behavior
The first card list element should not render top border, and border radius should be set to 0/none to ensure hover color doesn't show rounded corners
Possible solution