Home | History | Annotate | Download | only in resources

Lines Matching refs:closeButton

1021   var closeButton = notificationElement.querySelector('#notification-close');
1063 var closeButton = notificationElement.querySelector('#notification-close');
1073 if (closeButton) {
1074 closeButton.tabIndex = -1;
1075 closeButton.blur();