mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
ELECTRON-695 - Fixing hover close button on notification (#475)
This commit is contained in:
committed by
Vishwas Shashidhar
parent
10e0f8a295
commit
29fb713b75
@@ -89,6 +89,7 @@ function setContents(event, notificationObj) {
|
||||
let messageDoc = notiDoc.getElementById('message');
|
||||
let imageDoc = notiDoc.getElementById('image');
|
||||
let closeButton = notiDoc.getElementById('close');
|
||||
closeButton.title = notificationObj.i18n.close;
|
||||
|
||||
if (notificationObj.color) {
|
||||
container.style.backgroundColor = notificationObj.color;
|
||||
|
||||
Reference in New Issue
Block a user