We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8f8ce commit e0082eaCopy full SHA for e0082ea
browser/src/control/jsdialog/Widget.OverflowGroup.ts
@@ -64,6 +64,7 @@ function createMoreButton(
64
moreOptionsButton.setAttribute('aria-pressed', 'false');
65
66
const img = document.createElement('img');
67
+ img.alt = '';
68
app.LOUtil.setImage(img, 'lc_overflow-morebutton.svg', app.map);
69
moreOptionsButton.appendChild(img);
70
0 commit comments