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

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

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
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | chrome/browser/resources/new_new_tab.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.css
===================================================================
--- chrome/browser/resources/new_new_tab.css (revision 19093)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -633,7 +633,6 @@
cursor: default;
pointer-events: all;
min-width: 175px;
- outline: 0;
}
html[dir='rtl'] #option-menu {
@@ -647,9 +646,7 @@
text-overflow: ellipsis;
}
-#option-menu > div:hover,
-#option-menu > div:focus {
+#option-menu > [selected] {
background-color: hsla(213, 66%, 57%, 1);
color: white;
- outline: none;
}
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | chrome/browser/resources/new_new_tab.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698