Skip to content

Commit fbb81fe

Browse files
committed
GitHub: Don't make items in commit listings into rows. They should be list items.
1 parent b961490 commit fbb81fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHubA11yFixes.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const DYNAMIC_TWEAKS = [
146146
// Issue listing tables.
147147
{selector: '.js-navigation-container:not(.commits-listing)',
148148
tweak: el => el.setAttribute("role", "table")},
149-
{selector: '.Box-row',
149+
{selector: '.Box-row:not(.js-commits-list-item)',
150150
tweak: el => el.setAttribute("role", "row")},
151151
{selector: '.Box-row .d-flex',
152152
tweak: el => {

0 commit comments

Comments
 (0)