| Index: chrome/browser/resources/new_new_tab.js
|
| ===================================================================
|
| --- chrome/browser/resources/new_new_tab.js (revision 25909)
|
| +++ chrome/browser/resources/new_new_tab.js (working copy)
|
| @@ -904,7 +904,7 @@
|
| // Remove any possible first-run trails.
|
| removeClass(notification, 'first-run');
|
|
|
| - var actionLink = notificationElement.querySelector('.link');
|
| + var actionLink = notificationElement.querySelector('.link-color');
|
| notificationElement.firstElementChild.textContent = text;
|
| actionLink.textContent = actionText;
|
|
|
| @@ -924,7 +924,7 @@
|
| function hideNotification() {
|
| var notificationElement = $('notification');
|
| removeClass(notificationElement, 'show');
|
| - var actionLink = notificationElement.querySelector('.link');
|
| + var actionLink = notificationElement.querySelector('.link-color');
|
| // Prevent tabbing to the hidden link.
|
| actionLink.tabIndex = -1;
|
| }
|
|
|