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

Unified Diff: chrome/browser/resources/ntp4/footer_menu.css

Issue 11013021: Basic keyboard access for recently_closed menu on NTP (re-work). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to current version. Created 8 years, 1 month 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/ntp4/footer_menu.css
diff --git a/chrome/browser/resources/ntp4/footer_menu.css b/chrome/browser/resources/ntp4/footer_menu.css
index 96c6faeb86c46d5e25c3c74b61562f166a772861..4d3b1dff81e3dd72014d14ac25e9e4713c686315 100644
--- a/chrome/browser/resources/ntp4/footer_menu.css
+++ b/chrome/browser/resources/ntp4/footer_menu.css
@@ -80,15 +80,22 @@
margin-bottom: 0.5em;
margin-top: 0.5em;
max-width: 450px;
+ outline: none;
Dan Beam 2012/11/12 22:55:03 thank you for these changes, this looks a lot bett
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
-.footer-menu-item:not(:hover) {
+.footer-menu-item:not(:hover),
+.footer-menu-item:not(:focus) {
text-decoration: none;
}
+.footer-menu-item:hover,
+.footer-menu-item:focus {
+ text-decoration: underline;
+}
+
.footer-menu-item:first-of-type {
margin-top: 0.25em;
}
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/recently_closed.js » ('j') | chrome/browser/resources/ntp4/recently_closed.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698