mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Set image alt-text of notification close-button
This commit is contained in:
@@ -26,6 +26,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
: chrome.runtime.getURL('images/icon38.png');
|
||||
|
||||
document.getElementById('close').src = chrome.runtime.getURL('images/close.png');
|
||||
document.getElementById('close').alt = i18n.close;
|
||||
|
||||
var closeButton = document.getElementById('close-button'),
|
||||
body = document.querySelector('body'),
|
||||
|
||||
Reference in New Issue
Block a user