-
Notifications
You must be signed in to change notification settings - Fork 22
feat(oui-collapsible): collapsible component addition #197
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
Conversation
neolitec
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In collapsed state, the bottom border of the body is visible.
|
@neolitec , the body border in collapsed state has been removed |
| @import './_variables'; | ||
|
|
||
| #oui { | ||
| .collapsible( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(optional) You can put your style directly in the main file. We stopped structuring our styles with this kind of mixin (called once) :)
Here for example: https://github.com/ovh-ux/ovh-ui-kit/blob/master/packages/oui-stepper/stepper.less
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Thanks for the comment. I will follow this from my next PR onwards :)
Update: This change has been done :)
5957a35 to
984b772
Compare
984b772 to
043186f
Compare
* feat(oui-collapsible): addition of collapsible component * fix(oui-collapsible): max-height fix for ie 11 * fix(oui-collapsible): oui-color-charlotte reference updated * fix(oui-collapsible): body border fix * fix(oui-collapsible): accessibility fixes * fix(oui-collapsible): header replaced with button * fix(oui-collapsible): fixed border animation * fix(oui-collapsible): fix collapse animation
* feat(oui-collapsible): addition of collapsible component * fix(oui-collapsible): max-height fix for ie 11 * fix(oui-collapsible): oui-color-charlotte reference updated * fix(oui-collapsible): body border fix * fix(oui-collapsible): accessibility fixes * fix(oui-collapsible): header replaced with button * fix(oui-collapsible): fixed border animation * fix(oui-collapsible): fix collapse animation
* feat(oui-collapsible): addition of collapsible component * fix(oui-collapsible): max-height fix for ie 11 * fix(oui-collapsible): oui-color-charlotte reference updated * fix(oui-collapsible): body border fix * fix(oui-collapsible): accessibility fixes * fix(oui-collapsible): header replaced with button * fix(oui-collapsible): fixed border animation * fix(oui-collapsible): fix collapse animation
UU-836
Linked to
ovh-ux/ovh-ui-angular#173
ovh-ux/ovh-ui-kit-documentation#94