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

Unified Diff: chrome/browser/resources/options/extension_settings.css

Issue 8359008: Improve extension settings accessibility. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/options/extension_settings.css
===================================================================
--- chrome/browser/resources/options/extension_settings.css (revision 106237)
+++ chrome/browser/resources/options/extension_settings.css (working copy)
@@ -264,3 +264,10 @@
font-size: 15px;
-webkit-padding-start: 10px;
}
+
+/* Support full keyboard accessibility without making things ugly
+ for users who click, by hiding some focus outlines when the user
+ clicks anywhere, but showing them when the user presses any key. */
+body.hide-some-focus-outlines .extension-zippy-container {
+ outline: none;
+}
« no previous file with comments | « chrome/browser/resources/options/extension_list.js ('k') | chrome/browser/ui/webui/options/extension_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698