ant-design/components/collapse
davidhatten 74d1c5e6b6 Add collapse styles to default.less (#9943)
* push collapse styling into overridable defaults

* Changes to ensure backwards compatibiliy, switch bg-color to be based on default style

* change background-color to bg in style names

* simplify and consolodate content-padding

* I figured out why the styling is split across content and box like that

The collapse/show animation doesn't work right without the padding set up across the two elements like this. From an end-user point of view, I think this is the easiest thing.

* pushing all padding styling on to the box instead of the content, keeping var name the same because the end user doesn't need to know the difference

* Pushing header-bg-color back up to the top of the component heirarchy

* shorten content padding
2018-04-19 11:36:53 +08:00
..
__tests__ update snapshots 2017-12-22 17:31:09 +08:00
demo release 3.1.0 (#8787) 2017-12-29 20:53:21 +08:00
style Add collapse styles to default.less (#9943) 2018-04-19 11:36:53 +08:00
Collapse.tsx Add option for disabling arrow icon in collapse panel (#8536) 2017-12-13 23:23:38 +08:00
CollapsePanel.tsx Syncing forceRender prop with rc-collapse. (#9192) 2018-01-30 20:44:33 -06:00
index.en-US.md Syncing forceRender prop with rc-collapse. (#9192) 2018-01-30 20:44:33 -06:00
index.tsx Add option for disabling arrow icon in collapse panel (#8536) 2017-12-13 23:23:38 +08:00
index.zh-CN.md Syncing forceRender prop with rc-collapse. (#9192) 2018-01-30 20:44:33 -06:00