| 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;
|
| +}
|
|
|