Skip to content

Commit e0082ea

Browse files
rparth07eszkadev
authored andcommitted
fix: provide an empty alt="" for more button icon
Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I5a51781d07efdae16895469caedbaa4526075a2e
1 parent fd8f8ce commit e0082ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/src/control/jsdialog/Widget.OverflowGroup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ function createMoreButton(
6464
moreOptionsButton.setAttribute('aria-pressed', 'false');
6565

6666
const img = document.createElement('img');
67+
img.alt = '';
6768
app.LOUtil.setImage(img, 'lc_overflow-morebutton.svg', app.map);
6869
moreOptionsButton.appendChild(img);
6970

0 commit comments

Comments
 (0)