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

Unified Diff: chrome/browser/resources/md_user_manager/create_profile.html

Issue 1944463002: MD User Manager: fixes accessibility issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-user-pods-css
Patch Set: Addressed comments Created 4 years, 7 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/md_user_manager/import_supervised_user.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_user_manager/create_profile.html
diff --git a/chrome/browser/resources/md_user_manager/create_profile.html b/chrome/browser/resources/md_user_manager/create_profile.html
index fbf82acbc2ba8569dbb2c2ef0e855dafac7221c4..dec59828ab2af3d90393c5b1f15665368cec00b2 100644
--- a/chrome/browser/resources/md_user_manager/create_profile.html
+++ b/chrome/browser/resources/md_user_manager/create_profile.html
@@ -82,16 +82,15 @@
margin: 12px;
min-width: 0;
padding: 6px 4px;
+ --paper-button-flat-keyboard-focus: {
+ outline: auto;
+ };
}
#icons paper-button[active] {
border-color: var(--google-blue-500);
}
- #icons paper-button:focus:not([active]) {
- outline: 1px dotted #666;
- }
-
paper-checkbox {
--paper-checkbox-label-spacing: 16px;
--paper-checkbox-size: 20px;
« no previous file with comments | « no previous file | chrome/browser/resources/md_user_manager/import_supervised_user.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698