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

Unified Diff: chrome/browser/resources/options2/autofill_options.css

Issue 10376003: Improve accessibility of user image selection screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments by ivankr Created 8 years, 8 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/options2/autofill_options.css
diff --git a/chrome/browser/resources/options2/autofill_options.css b/chrome/browser/resources/options2/autofill_options.css
index 488197c6ef492250890360b1fbdf71f7b203cc7f..4348d72f302ef9110b22dec944825bba73918357 100644
--- a/chrome/browser/resources/options2/autofill_options.css
+++ b/chrome/browser/resources/options2/autofill_options.css
@@ -46,7 +46,7 @@
vertical-align: top;
}
-#autofill-options div[role='listitem']:not(:hover):not([selected])
+#autofill-options div[role='option']:not(:hover):not([selected])
.list-inline-button {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698