summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp/most_visited.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/ntp/most_visited.js')
-rw-r--r--chrome/browser/resources/ntp/most_visited.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/ntp/most_visited.js b/chrome/browser/resources/ntp/most_visited.js
index 14f23bc..23ea4b2 100644
--- a/chrome/browser/resources/ntp/most_visited.js
+++ b/chrome/browser/resources/ntp/most_visited.js
@@ -528,6 +528,7 @@ var MostVisited = (function() {
if (newClassName == 'thumbnail-container filler') {
// Make sure the user cannot tab to the filler.
t.tabIndex = -1;
+ t.querySelector('.thumbnail-wrapper').style.backgroundImage = '';
continue;
}
// Allow focus.