Skip to content

Commit a9dfb6e

Browse files
committed
GitHub: Remove tweak for commit listings, since this has now been fixed by GitHub.
1 parent 9e8830f commit a9dfb6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GitHubA11yFixes.user.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ const DYNAMIC_TWEAKS = [
157157
cell.setAttribute("role", "cell");
158158
}
159159
}},
160-
// Commit group headers in commit listings.
161-
{selector: '.commit-group-title',
162-
tweak: [makeHeading, 2]},
163160
];
164161

165162
/*** Lights, camera, action! ***/

0 commit comments

Comments
 (0)