We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11e396 commit fb28377Copy full SHA for fb28377
GitHubA11yFixes.user.js
@@ -141,7 +141,7 @@ const DYNAMIC_TWEAKS = [
141
// approving/requesting changes to a PR, merging a PR. Exclude commits and
142
// commit references because these contain too much detail and there's no
143
// way to separate the header from the body.
144
- {selector: '.TimelineItem:not(.js-commit) .TimelineItem-body:not(.my-0):not([id^="ref-commit-"])',
+ {selector: '.TimelineItem:not(.js-commit) .TimelineItem-body:not(.my-0):not(.discussion-comment):not([id^="ref-commit-"])',
145
tweak: [makeHeading, 3]},
146
// Issue listing tables.
147
{selector: '.js-navigation-container:not(.commits-listing)',
0 commit comments