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

Customize method style #38

Merged
merged 3 commits into from
Apr 19, 2021
Merged

Conversation

benri
Copy link
Contributor

@benri benri commented Mar 23, 2021

Fixes #27

  • Customize heading style
  • Customize border and margin
  • Customize method label and value

@salesforce-cla
Copy link

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.

Copy link
Contributor

@twoplustwoone twoplustwoone left a 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?

@benri benri requested a review from twoplustwoone April 15, 2021 00:09
@twoplustwoone twoplustwoone merged commit 3d6a35a into advanced-rest-client:master Apr 19, 2021
@benri benri deleted the bl/style branch April 20, 2021 18:07
@@ -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);
Copy link
Contributor

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
image

Copy link
Contributor Author

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

@benri benri mentioned this pull request Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component style extend & customization
3 participants