Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2003)

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 147071: Make the options menu keyboard navigatable. Hide the menu when the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/new_new_tab.html
===================================================================
--- chrome/browser/resources/new_new_tab.html (revision 19093)
+++ chrome/browser/resources/new_new_tab.html (working copy)
@@ -58,7 +58,7 @@
><input type="button" id="option-button"></div>
-<div id="option-menu" class="window-menu" tabindex="0">
+<div id="option-menu" class="window-menu">
<div section="THUMB" show="true" jscontent="showthumbnails"></div>
<div section="THUMB" show="false" jscontent="hidethumbnails"></div>
<div section="LIST" show="true" jscontent="showlist"></div>

Powered by Google App Engine
This is Rietveld 408576698