Fix backticked text styling in pinned issues & commit messages#9159
Fix backticked text styling in pinned issues & commit messages#9159
Conversation
| /* Style backticked code in links #4817, matches GitHub’s `.markdown-title code` rule */ | ||
| /* `isCommitList` commit message */ | ||
| [data-testid='commit-row-item'] code, | ||
| .Box-header .commit-author + span code /* `isRepoTree` commit message */ { |
There was a problem hiding this comment.
Has been outdated for months
|
I'm thinking we should move this CSS into The core idea is the same: they suck at dealing with backticks. The JS part deals with complete lack of support and this CSS part deals with partial support. |
|
Then we've to decide which style to use, because they are not the same: refined-github/source/features/github-bugs.css Lines 5 to 12 in 37230c8 refined-github/source/features/parse-backticks.css Lines 3 to 10 in 37230c8 |
|
They don't need to use the same selector, they just need to be co-located. Matching the style would be an additional improvement, but the "matching" would have to be "towards GitHub's own style" rather than towards one another. |

Test URLs
https://github.com/refined-github/refined-github/issues
7455659
Screenshot