Fix parse-backticks in PR commit list and Compare page - #3812
Merged
fregante merged 3 commits intoDec 16, 2020
Conversation
fregante
reviewed
Dec 15, 2020
fregante
reviewed
Dec 15, 2020
fregante
marked this pull request as draft
December 15, 2020 02:02
fregante
approved these changes
Dec 16, 2020
fregante
left a comment
Member
There was a problem hiding this comment.
The PR title could be updated
fregante
marked this pull request as ready for review
December 16, 2020 04:41
parse-backticks in PR commit list and Compare page
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LINKED ISSUES:
None specifically, but these two comments: Support for Github Darkmode #3798 (comment), Further improvements to Dark mode #3806 (comment).
TEST URLS:
This PR with many commits.
SCREENSHOT:
I also fixed the way the
:not(.rgh-backticks-already-parsed)pseudo-class is added to the selectors, in the case where multiple selectors are grouped in a single array item (see commit 2).