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 a79c0e9 commit 18564f0Copy full SHA for 18564f0
extension/js/common/xss-safe-factory.ts
@@ -270,7 +270,7 @@ export class XssSafeFactory {
270
};
271
272
public actionsMenuBtn = (action: 'reply' | 'forward') => {
273
- return `<div class="action_${action}_message_button action_menu_message_button" data-test="action-${action}-message-button" role="button" tabindex="0" aria-label="Secure Reply">
+ return `<div class="action_${action}_message_button action_menu_message_button" data-test="action-${action}-message-button">
274
<img src="${this.srcImg(`svgs/${action}-icon.svg`)}" /><span>secure ${action}</span>
275
</div>`;
276
0 commit comments