Skip to content

Conversation

@Trott
Copy link
Member

This enables the grey background for inline code in headers.

Refs: #31460 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label Jan 24, 2020
@richardlau
Copy link
Member

“indicatino”? 😁

@Trott
Copy link
MemberAuthor

Some screenshots:

Screen Shot 2020-01-24 at 5 06 16 AM


Screen Shot 2020-01-24 at 5 06 25 AM


Screen Shot 2020-01-24 at 5 06 48 AM


Screen Shot 2020-01-24 at 5 07 05 AM


Screen Shot 2020-01-24 at 5 07 23 AM

@Trott
Copy link
MemberAuthor

“indicatino”? 😁

Commit message fixed. Thanks!

@TrottTrott changed the title doc: enable visual code indicatino in headersdoc: enable visual code indication in headersJan 24, 2020
Copy link
Member

@GeoffreyBoothGeoffreyBooth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't also want to make the code text monospaced?

@Trott
Copy link
MemberAuthor

We don't also want to make the code text monospaced?

Yes, next PR if someone else doesn't beat me to it. I'm doing one self-contained small change at a time because nothing terrifies me more than CSS.

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 24, 2020
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
font-family: inherit;

Just delete this line and it should use the monospaced font.

@XhmikosR
Copy link
Contributor

I'd say first move with #31492

@XhmikosR
Copy link
Contributor

The we'd just need to remove 2 properties from one selector without having to worry about breaking other stuff :)

This enables the grey background for inline code in headers. Refs: nodejs#31460 (comment) PR-URL: nodejs#31493 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@TrottTrott merged commit 97ac661 into nodejs:masterJan 26, 2020
@Trott
Copy link
MemberAuthor

Landed in 97ac661

@TrottTrott deleted the code-in-headers branch January 26, 2020 16:09
codebytere pushed a commit that referenced this pull request Feb 17, 2020
This enables the grey background for inline code in headers. Refs: #31460 (comment) PR-URL: #31493 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@codebyterecodebytere mentioned this pull request Feb 17, 2020
codebytere pushed a commit that referenced this pull request Mar 15, 2020
This enables the grey background for inline code in headers. Refs: #31460 (comment) PR-URL: #31493 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
codebytere pushed a commit that referenced this pull request Mar 17, 2020
This enables the grey background for inline code in headers. Refs: #31460 (comment) PR-URL: #31493 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
@codebyterecodebytere mentioned this pull request Mar 17, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Trott@richardlau@XhmikosR@GeoffreyBooth@lpinca@nodejs-github-bot