-
Notifications
You must be signed in to change notification settings - Fork 4
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
Customize method style #38
Conversation
Thanks for the contribution! It looks like @benri is an internal user so signing the CLA is not required. However, we need to confirm this. |
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.
Could you bump the version so I can merge it?
@@ -92,6 +103,7 @@ export default css` | |||
flex-direction: row; | |||
align-items: center; | |||
border-bottom: 1px var(--api-parameters-document-title-border-color, #e5e5e5) solid; | |||
border: var(--api-parameters-document-title-border); |
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.
@twoplustwoone, @jarrodek, this property overrides border-bottom
above and breaks current styling. Please re-review and fix. The same problem here:
advanced-rest-client/api-body-document@ded3611#diff-eccc2b8fef024888c50f0586687e68415115c3cc38bd9fda26ba1d4cbd0ce0dcR20
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.
@deiteris Thanks for finding this
I've opened the following pull changes to address these issues
Fixes #27