We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b961490 commit fbb81feCopy full SHA for fbb81fe
GitHubA11yFixes.user.js
@@ -146,7 +146,7 @@ const DYNAMIC_TWEAKS = [
146
// Issue listing tables.
147
{selector: '.js-navigation-container:not(.commits-listing)',
148
tweak: el => el.setAttribute("role", "table")},
149
- {selector: '.Box-row',
+ {selector: '.Box-row:not(.js-commits-list-item)',
150
tweak: el => el.setAttribute("role", "row")},
151
{selector: '.Box-row .d-flex',
152
tweak: el => {
0 commit comments